HEX: #95D2EB
RGB: (149,210,235)
Il colore #95D2EB contiene principalmente il verde e il blu. Per il #95D2EB il colore web safe è #99CCFF (#9CF).
Il colore 95D2EB in RGB è definito come 149,210,235
RGB: (149,210,235) (58%,82%,92%)
R 149 da 255 = 58%
G 210 da 255 = 82%
B 235 da 255 = 92%
R + G + B ~ 77%. #95D2EB colore abbastanza chiaro.
R + G + B =
149 + 210 + 235 = 594 (100%)
R 149 da 594 ~ 25.08%
G 210 da 594 ~ 35.35%
B 235 da 594 ~ 39.56%
Il colore #95D2EB in CMYK è definito come 37,11,0,8.
CMYK: (37,11,0,8) C37M11Y0K8 (37%,11%,0%,8%) (0.37/0.11/0.00/0.08)
95 | D2 | EB | |
---|---|---|---|
RGB | 149 | 210 | 235 |
HSL | 197° | 68.25% | 75.29% |
HSB/HSV | 197° | 36.60% | 92.16% |
CMYK | 36.60% | 10.64% | 0.00% |
7.84% |
Esadicemale | 95 | D2 | EB |
Decimale | 149 | 210 | 235 |
Binario | 10010101 | 11010010 | 11101011 |
Ottale | 225 | 322 | 353 |
Esempi dei codici css e html per gli elementi di colore #95D2EB. Utilizzate rgb(149,210,235) anche al posto del codice hex.
.myTextColor { color: #95D2EB; }
<p style="color:#95D2EB">This sample text font color is #95D2EB.</p>
Il colore di questo testo è #95D2EB.
.myBgColor { background-color: #95D2EB; }
<div style="background-color:#95D2EB">Inner text</div>
Questo div ha lo sfondo di colore #95D2EB.
.myBorderColor { border: 1px solid #95D2EB; }
<div style="border:3px solid #95D2EB">Div</div>
Questo div ha i bordi di colore 95D2EB.
.myOpacity80 { color: #95D2EB; opacity: 0.8; }
<p style="color:#95D2EB;opacity:0.8;">80%</p>
Il testo di color #95D2EB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #95D2EB;}
<p style="text-shadow: 3px 3px 1px #95D2EB">Text here.</p>
Questo testo ha l'ombra di colore #95D2EB.
.textShadow {text-shadow: 3px 3px 1px #95D2EB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #95D2EB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #95D2EB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95D2EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#95D2EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #95D2EB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95D2EB; -webkit-box-shadow: 1px 1px 3px 2px #95D2EB; box-shadow: 1px 1px 3px 2px #95D2EB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #95D2EB; -webkit-box-shadow: 1px 1px 3px 2px #95D2EB; box-shadow:1px 1px 3px 2px #95D2EB;">
Div content here</div>
Questo e il testo di colore #95D2EB sullo sfondo nero.
Questo e il testo di colore #95D2EB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #95D2EB.
Questo è un testo bianco sullo sfondo del colore #95D2EB.