HEX: #E4FB81
RGB: (228,251,129)
Il colore #E4FB81 contiene principalmente il rosso e il verde. Per il #E4FB81 il colore web safe è #CCFF99 (#CF9).
Il colore E4FB81 in RGB è definito come 228,251,129
RGB: (228,251,129) (89%,98%,51%)
R 228 da 255 = 89%
G 251 da 255 = 98%
B 129 da 255 = 51%
R + G + B ~ 79%. #E4FB81 colore abbastanza chiaro.
R + G + B =
228 + 251 + 129 = 608 (100%)
R 228 da 608 ~ 37.5%
G 251 da 608 ~ 41.28%
B 129 da 608 ~ 21.22%
Il colore #E4FB81 in CMYK è definito come 9,0,49,2.
CMYK: (9,0,49,2) C9M0Y49K2 (9%,0%,49%,2%) (0.09/0.00/0.49/0.02)
E4 | FB | 81 | |
---|---|---|---|
RGB | 228 | 251 | 129 |
HSL | 71° | 93.85% | 74.51% |
HSB/HSV | 71° | 48.61% | 98.43% |
CMYK | 9.16% | 0.00% | 48.61% |
1.57% |
Esadicemale | E4 | FB | 81 |
Decimale | 228 | 251 | 129 |
Binario | 11100100 | 11111011 | 10000001 |
Ottale | 344 | 373 | 201 |
Esempi dei codici css e html per gli elementi di colore #E4FB81. Utilizzate rgb(228,251,129) anche al posto del codice hex.
.myTextColor { color: #E4FB81; }
<p style="color:#E4FB81">This sample text font color is #E4FB81.</p>
Il colore di questo testo è #E4FB81.
.myBgColor { background-color: #E4FB81; }
<div style="background-color:#E4FB81">Inner text</div>
Questo div ha lo sfondo di colore #E4FB81.
.myBorderColor { border: 1px solid #E4FB81; }
<div style="border:3px solid #E4FB81">Div</div>
Questo div ha i bordi di colore E4FB81.
.myOpacity80 { color: #E4FB81; opacity: 0.8; }
<p style="color:#E4FB81;opacity:0.8;">80%</p>
Il testo di color #E4FB81 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4FB81;}
<p style="text-shadow: 3px 3px 1px #E4FB81">Text here.</p>
Questo testo ha l'ombra di colore #E4FB81.
.textShadow {text-shadow: 3px 3px 1px #E4FB81, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4FB81, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #E4FB81 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4FB81, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4FB81, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4FB81 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E4FB81; -webkit-box-shadow: 1px 1px 3px 2px #E4FB81; box-shadow: 1px 1px 3px 2px #E4FB81; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E4FB81; -webkit-box-shadow: 1px 1px 3px 2px #E4FB81; box-shadow:1px 1px 3px 2px #E4FB81;">
Div content here</div>
Questo e il testo di colore #E4FB81 sullo sfondo nero.
Questo e il testo di colore #E4FB81 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #E4FB81.
Questo è un testo bianco sullo sfondo del colore #E4FB81.