HEX: #BBEB77
RGB: (187,235,119)
Il colore #BBEB77 contiene principalmente il rosso e il verde. Per il #BBEB77 il colore web safe è #CCFF66 (#CF6).
Il colore BBEB77 in RGB è definito come 187,235,119
RGB: (187,235,119) (73%,92%,47%)
R 187 da 255 = 73%
G 235 da 255 = 92%
B 119 da 255 = 47%
R + G + B ~ 71%. #BBEB77 colore abbastanza chiaro.
R + G + B =
187 + 235 + 119 = 541 (100%)
R 187 da 541 ~ 34.57%
G 235 da 541 ~ 43.44%
B 119 da 541 ~ 22%
Il colore #BBEB77 in CMYK è definito come 20,0,49,8.
CMYK: (20,0,49,8) C20M0Y49K8 (20%,0%,49%,8%) (0.20/0.00/0.49/0.08)
BB | EB | 77 | |
---|---|---|---|
RGB | 187 | 235 | 119 |
HSL | 85° | 74.36% | 69.41% |
HSB/HSV | 85° | 49.36% | 92.16% |
CMYK | 20.43% | 0.00% | 49.36% |
7.84% |
Esadicemale | BB | EB | 77 |
Decimale | 187 | 235 | 119 |
Binario | 10111011 | 11101011 | 1110111 |
Ottale | 273 | 353 | 167 |
Esempi dei codici css e html per gli elementi di colore #BBEB77. Utilizzate rgb(187,235,119) anche al posto del codice hex.
.myTextColor { color: #BBEB77; }
<p style="color:#BBEB77">This sample text font color is #BBEB77.</p>
Il colore di questo testo è #BBEB77.
.myBgColor { background-color: #BBEB77; }
<div style="background-color:#BBEB77">Inner text</div>
Questo div ha lo sfondo di colore #BBEB77.
.myBorderColor { border: 1px solid #BBEB77; }
<div style="border:3px solid #BBEB77">Div</div>
Questo div ha i bordi di colore BBEB77.
.myOpacity80 { color: #BBEB77; opacity: 0.8; }
<p style="color:#BBEB77;opacity:0.8;">80%</p>
Il testo di color #BBEB77 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBEB77;}
<p style="text-shadow: 3px 3px 1px #BBEB77">Text here.</p>
Questo testo ha l'ombra di colore #BBEB77.
.textShadow {text-shadow: 3px 3px 1px #BBEB77, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBEB77, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #BBEB77 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBEB77, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBEB77, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBEB77 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BBEB77; -webkit-box-shadow: 1px 1px 3px 2px #BBEB77; box-shadow: 1px 1px 3px 2px #BBEB77; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BBEB77; -webkit-box-shadow: 1px 1px 3px 2px #BBEB77; box-shadow:1px 1px 3px 2px #BBEB77;">
Div content here</div>
Questo e il testo di colore #BBEB77 sullo sfondo nero.
Questo e il testo di colore #BBEB77 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #BBEB77.
Questo è un testo bianco sullo sfondo del colore #BBEB77.