HEX: #D4E585
RGB: (212,229,133)
Il colore #D4E585 contiene principalmente il rosso e il verde. Per il #D4E585 il colore web safe è #CCCC99 (#CC9).
Il colore D4E585 in RGB è definito come 212,229,133
RGB: (212,229,133)
(83%, 90%, 52%)
R 212 da 255 = 83%
G 229 da 255 = 90%
B 133 da 255 = 52%
R + G + B ~ 75%. #D4E585 colore abbastanza chiaro.
R + G + B = 212 + 229 + 133 = 574 (100%)
R 212 da 574 ~ 36.93%
G 229 da 574 ~ 39.9%
B 133 da 574 ~ 23.17'%
Il colore #D4E585 in CMYK è definito come 7,0,42,10.
CMYK: (7,0,42,10)
C7M0Y42K10 (7%, 0%, 42%, 10%)
(0.07 / 0.00 / 0.42 / 0.10)
Il #D4E585 nei modelli di colore popolari.
D4 | E5 | 85 | |
---|---|---|---|
RGB | 212 | 229 | 133 |
HSL | 71° | 64.86% | 70.98% |
HSB/HSV | 71° | 41.92% | 89.80% |
CMYK | 7.42% | 0.00% | 41.92% |
10.20% |
Il #D4E585 nei modelli numerici popolari.
Esadicemale | D4 | E5 | 85 |
Decimale | 212 | 229 | 133 |
Binario | 11010100 | 11100101 | 10000101 |
Ottale | 324 | 345 | 205 |
Tonalità scure del colore #D4E585
Tonalità chiare del colore #D4E585
Esempi dei codici css e html per gli elementi di colore #D4E585. Utilizzate rgb(212,229,133) anche al posto del codice hex.
.myTextColor { color: #D4E585; }
<p style="color:#D4E585">This sample text font color is #D4E585.</p>
Il colore di questo testo è #D4E585.
.myBgColor { background-color: #D4E585; }
<div style="background-color:#D4E585">Inner text</div>
Questo div ha lo sfondo di colore #D4E585.
.myBorderColor { border: 1px solid #D4E585; }
<div style="border:3px solid #D4E585">Div</div>
Questo div ha i bordi di colore D4E585.
.myOpacity80 { color: #D4E585; opacity: 0.8; }
<p style="color:#D4E585;opacity:0.8;">80%</p>
Il testo di color #D4E585 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D4E585;}
<p style="text-shadow: 3px 3px 1px #D4E585">Text here.</p>
Questo testo ha l'ombra di colore #D4E585.
.textShadow {text-shadow: 3px 3px 1px #D4E585', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D4E585, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D4E585 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D4E585, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D4E585, Direction=45, Strength=4)">Text</p>
This text has shadow with #D4E585 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D4E585;
-webkit-box-shadow: 1px 1px 3px 2px #D4E585;
box-shadow: 1px 1px 3px 2px #D4E585;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D4E585; -webkit-box-shadow: 1px 1px 3px 2px #D4E585; box-shadow:1px 1px 3px 2px #D4E585;">
Div content here
</div>
Questo e il testo di colore #D4E585 sullo sfondo nero.
Questo e il testo di colore #D4E585 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D4E585.
Questo è un testo bianco sullo sfondo del colore #D4E585.
Il colore complimentare del #hex è #2B1A7A..