HEX: #77BEEE
RGB: (119,190,238)
Il colore #77BEEE contiene principalmente il verde e il blu. Per il #77BEEE il colore web safe è #66CCFF (#6CF).
Il colore 77BEEE in RGB è definito come 119,190,238
RGB: (119,190,238) (47%,75%,93%)
R 119 da 255 = 47%
G 190 da 255 = 75%
B 238 da 255 = 93%
R + G + B ~ 72%. #77BEEE colore abbastanza chiaro.
R + G + B =
119 + 190 + 238 = 547 (100%)
R 119 da 547 ~ 21.76%
G 190 da 547 ~ 34.73%
B 238 da 547 ~ 43.51%
Il colore #77BEEE in CMYK è definito come 50,20,0,7.
CMYK: (50,20,0,7) C50M20Y0K7 (50%,20%,0%,7%) (0.50/0.20/0.00/0.07)
77 | BE | EE | |
---|---|---|---|
RGB | 119 | 190 | 238 |
HSL | 204° | 77.78% | 70.00% |
HSB/HSV | 204° | 50.00% | 93.33% |
CMYK | 50.00% | 20.17% | 0.00% |
6.67% |
Esadicemale | 77 | BE | EE |
Decimale | 119 | 190 | 238 |
Binario | 1110111 | 10111110 | 11101110 |
Ottale | 167 | 276 | 356 |
Esempi dei codici css e html per gli elementi di colore #77BEEE. Utilizzate rgb(119,190,238) anche al posto del codice hex.
.myTextColor { color: #77BEEE; }
<p style="color:#77BEEE">This sample text font color is #77BEEE.</p>
Il colore di questo testo è #77BEEE.
.myBgColor { background-color: #77BEEE; }
<div style="background-color:#77BEEE">Inner text</div>
Questo div ha lo sfondo di colore #77BEEE.
.myBorderColor { border: 1px solid #77BEEE; }
<div style="border:3px solid #77BEEE">Div</div>
Questo div ha i bordi di colore 77BEEE.
.myOpacity80 { color: #77BEEE; opacity: 0.8; }
<p style="color:#77BEEE;opacity:0.8;">80%</p>
Il testo di color #77BEEE e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77BEEE;}
<p style="text-shadow: 3px 3px 1px #77BEEE">Text here.</p>
Questo testo ha l'ombra di colore #77BEEE.
.textShadow {text-shadow: 3px 3px 1px #77BEEE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77BEEE, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #77BEEE e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77BEEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77BEEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #77BEEE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77BEEE; -webkit-box-shadow: 1px 1px 3px 2px #77BEEE; box-shadow: 1px 1px 3px 2px #77BEEE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #77BEEE; -webkit-box-shadow: 1px 1px 3px 2px #77BEEE; box-shadow:1px 1px 3px 2px #77BEEE;">
Div content here</div>
Questo e il testo di colore #77BEEE sullo sfondo nero.
Questo e il testo di colore #77BEEE sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #77BEEE.
Questo è un testo bianco sullo sfondo del colore #77BEEE.