HEX: #E4F5B4
RGB: (228,245,180)
Il colore #E4F5B4 contiene principalmente il rosso e il verde. Per il #E4F5B4 il colore web safe è #CCFFCC (#CFC).
Il colore E4F5B4 in RGB è definito come 228,245,180
RGB: (228,245,180) (89%,96%,71%)
R 228 da 255 = 89%
G 245 da 255 = 96%
B 180 da 255 = 71%
R + G + B ~ 85%. #E4F5B4 colore abbastanza chiaro.
R + G + B =
228 + 245 + 180 = 653 (100%)
R 228 da 653 ~ 34.92%
G 245 da 653 ~ 37.52%
B 180 da 653 ~ 27.57%
Il colore #E4F5B4 in CMYK è definito come 7,0,27,4.
CMYK: (7,0,27,4) C7M0Y27K4 (7%,0%,27%,4%) (0.07/0.00/0.27/0.04)
E4 | F5 | B4 | |
---|---|---|---|
RGB | 228 | 245 | 180 |
HSL | 76° | 76.47% | 83.33% |
HSB/HSV | 76° | 26.53% | 96.08% |
CMYK | 6.94% | 0.00% | 26.53% |
3.92% |
Esadicemale | E4 | F5 | B4 |
Decimale | 228 | 245 | 180 |
Binario | 11100100 | 11110101 | 10110100 |
Ottale | 344 | 365 | 264 |
Esempi dei codici css e html per gli elementi di colore #E4F5B4. Utilizzate rgb(228,245,180) anche al posto del codice hex.
.myTextColor { color: #E4F5B4; }
<p style="color:#E4F5B4">This sample text font color is #E4F5B4.</p>
Il colore di questo testo è #E4F5B4.
.myBgColor { background-color: #E4F5B4; }
<div style="background-color:#E4F5B4">Inner text</div>
Questo div ha lo sfondo di colore #E4F5B4.
.myBorderColor { border: 1px solid #E4F5B4; }
<div style="border:3px solid #E4F5B4">Div</div>
Questo div ha i bordi di colore E4F5B4.
.myOpacity80 { color: #E4F5B4; opacity: 0.8; }
<p style="color:#E4F5B4;opacity:0.8;">80%</p>
Il testo di color #E4F5B4 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4F5B4;}
<p style="text-shadow: 3px 3px 1px #E4F5B4">Text here.</p>
Questo testo ha l'ombra di colore #E4F5B4.
.textShadow {text-shadow: 3px 3px 1px #E4F5B4, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4F5B4, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #E4F5B4 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4F5B4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4F5B4, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4F5B4 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E4F5B4; -webkit-box-shadow: 1px 1px 3px 2px #E4F5B4; box-shadow: 1px 1px 3px 2px #E4F5B4; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E4F5B4; -webkit-box-shadow: 1px 1px 3px 2px #E4F5B4; box-shadow:1px 1px 3px 2px #E4F5B4;">
Div content here</div>
Questo e il testo di colore #E4F5B4 sullo sfondo nero.
Questo e il testo di colore #E4F5B4 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #E4F5B4.
Questo è un testo bianco sullo sfondo del colore #E4F5B4.