HEX: #51D7E2
RGB: (81,215,226)
Il colore #51D7E2 contiene principalmente il verde e il blu. Per il #51D7E2 il colore web safe è #66CCCC (#6CC).
Il colore 51D7E2 in RGB è definito come 81,215,226
RGB: (81,215,226) (32%,84%,89%)
R 81 da 255 = 32%
G 215 da 255 = 84%
B 226 da 255 = 89%
R + G + B ~ 68%. #51D7E2 colore abbastanza chiaro.
R + G + B =
81 + 215 + 226 = 522 (100%)
R 81 da 522 ~ 15.52%
G 215 da 522 ~ 41.19%
B 226 da 522 ~ 43.3%
Il colore #51D7E2 in CMYK è definito come 64,5,0,11.
CMYK: (64,5,0,11) C64M5Y0K11 (64%,5%,0%,11%) (0.64/0.05/0.00/0.11)
51 | D7 | E2 | |
---|---|---|---|
RGB | 81 | 215 | 226 |
HSL | 185° | 71.43% | 60.20% |
HSB/HSV | 185° | 64.16% | 88.63% |
CMYK | 64.16% | 4.87% | 0.00% |
11.37% |
Esadicemale | 51 | D7 | E2 |
Decimale | 81 | 215 | 226 |
Binario | 1010001 | 11010111 | 11100010 |
Ottale | 121 | 327 | 342 |
Esempi dei codici css e html per gli elementi di colore #51D7E2. Utilizzate rgb(81,215,226) anche al posto del codice hex.
.myTextColor { color: #51D7E2; }
<p style="color:#51D7E2">This sample text font color is #51D7E2.</p>
Il colore di questo testo è #51D7E2.
.myBgColor { background-color: #51D7E2; }
<div style="background-color:#51D7E2">Inner text</div>
Questo div ha lo sfondo di colore #51D7E2.
.myBorderColor { border: 1px solid #51D7E2; }
<div style="border:3px solid #51D7E2">Div</div>
Questo div ha i bordi di colore 51D7E2.
.myOpacity80 { color: #51D7E2; opacity: 0.8; }
<p style="color:#51D7E2;opacity:0.8;">80%</p>
Il testo di color #51D7E2 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51D7E2;}
<p style="text-shadow: 3px 3px 1px #51D7E2">Text here.</p>
Questo testo ha l'ombra di colore #51D7E2.
.textShadow {text-shadow: 3px 3px 1px #51D7E2, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51D7E2, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #51D7E2 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51D7E2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51D7E2, Direction=45, Strength=4)">Text</p>
This text has shadow with #51D7E2 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51D7E2; -webkit-box-shadow: 1px 1px 3px 2px #51D7E2; box-shadow: 1px 1px 3px 2px #51D7E2; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #51D7E2; -webkit-box-shadow: 1px 1px 3px 2px #51D7E2; box-shadow:1px 1px 3px 2px #51D7E2;">
Div content here</div>
Questo e il testo di colore #51D7E2 sullo sfondo nero.
Questo e il testo di colore #51D7E2 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #51D7E2.
Questo è un testo bianco sullo sfondo del colore #51D7E2.