HEX: #D4E4F9
RGB: (212,228,249)
Il colore #D4E4F9 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #D4E4F9 il colore web safe è #CCCCFF (#CCF).
Il colore D4E4F9 in RGB è definito come 212,228,249
RGB: (212,228,249) (83%,89%,98%)
R 212 da 255 = 83%
G 228 da 255 = 89%
B 249 da 255 = 98%
R + G + B ~ 90%. #D4E4F9 colore chiaro.
R + G + B =
212 + 228 + 249 = 689 (100%)
R 212 da 689 ~ 30.77%
G 228 da 689 ~ 33.09%
B 249 da 689 ~ 36.14%
Il colore #D4E4F9 in CMYK è definito come 15,8,0,2.
CMYK: (15,8,0,2) C15M8Y0K2 (15%,8%,0%,2%) (0.15/0.08/0.00/0.02)
D4 | E4 | F9 | |
---|---|---|---|
RGB | 212 | 228 | 249 |
HSL | 214° | 75.51% | 90.39% |
HSB/HSV | 214° | 14.86% | 97.65% |
CMYK | 14.86% | 8.43% | 0.00% |
2.35% |
Esadicemale | D4 | E4 | F9 |
Decimale | 212 | 228 | 249 |
Binario | 11010100 | 11100100 | 11111001 |
Ottale | 324 | 344 | 371 |
Esempi dei codici css e html per gli elementi di colore #D4E4F9. Utilizzate rgb(212,228,249) anche al posto del codice hex.
.myTextColor { color: #D4E4F9; }
<p style="color:#D4E4F9">This sample text font color is #D4E4F9.</p>
Il colore di questo testo è #D4E4F9.
.myBgColor { background-color: #D4E4F9; }
<div style="background-color:#D4E4F9">Inner text</div>
Questo div ha lo sfondo di colore #D4E4F9.
.myBorderColor { border: 1px solid #D4E4F9; }
<div style="border:3px solid #D4E4F9">Div</div>
Questo div ha i bordi di colore D4E4F9.
.myOpacity80 { color: #D4E4F9; opacity: 0.8; }
<p style="color:#D4E4F9;opacity:0.8;">80%</p>
Il testo di color #D4E4F9 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D4E4F9;}
<p style="text-shadow: 3px 3px 1px #D4E4F9">Text here.</p>
Questo testo ha l'ombra di colore #D4E4F9.
.textShadow {text-shadow: 3px 3px 1px #D4E4F9, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D4E4F9, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D4E4F9 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D4E4F9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D4E4F9, Direction=45, Strength=4)">Text</p>
This text has shadow with #D4E4F9 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D4E4F9; -webkit-box-shadow: 1px 1px 3px 2px #D4E4F9; box-shadow: 1px 1px 3px 2px #D4E4F9; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D4E4F9; -webkit-box-shadow: 1px 1px 3px 2px #D4E4F9; box-shadow:1px 1px 3px 2px #D4E4F9;">
Div content here</div>
Questo e il testo di colore #D4E4F9 sullo sfondo nero.
Questo e il testo di colore #D4E4F9 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D4E4F9.
Questo è un testo bianco sullo sfondo del colore #D4E4F9.