HEX: #82B9ED
RGB: (130,185,237)
Il colore #82B9ED contiene principalmente il verde e il blu. Per il #82B9ED il colore web safe è #99CCFF (#9CF).
Il colore 82B9ED in RGB è definito come 130,185,237
RGB: (130,185,237) (51%,73%,93%)
R 130 da 255 = 51%
G 185 da 255 = 73%
B 237 da 255 = 93%
R + G + B ~ 72%. #82B9ED colore abbastanza chiaro.
R + G + B =
130 + 185 + 237 = 552 (100%)
R 130 da 552 ~ 23.55%
G 185 da 552 ~ 33.51%
B 237 da 552 ~ 42.93%
Il colore #82B9ED in CMYK è definito come 45,22,0,7.
CMYK: (45,22,0,7) C45M22Y0K7 (45%,22%,0%,7%) (0.45/0.22/0.00/0.07)
82 | B9 | ED | |
---|---|---|---|
RGB | 130 | 185 | 237 |
HSL | 209° | 74.83% | 71.96% |
HSB/HSV | 209° | 45.15% | 92.94% |
CMYK | 45.15% | 21.94% | 0.00% |
7.06% |
Esadicemale | 82 | B9 | ED |
Decimale | 130 | 185 | 237 |
Binario | 10000010 | 10111001 | 11101101 |
Ottale | 202 | 271 | 355 |
Esempi dei codici css e html per gli elementi di colore #82B9ED. Utilizzate rgb(130,185,237) anche al posto del codice hex.
.myTextColor { color: #82B9ED; }
<p style="color:#82B9ED">This sample text font color is #82B9ED.</p>
Il colore di questo testo è #82B9ED.
.myBgColor { background-color: #82B9ED; }
<div style="background-color:#82B9ED">Inner text</div>
Questo div ha lo sfondo di colore #82B9ED.
.myBorderColor { border: 1px solid #82B9ED; }
<div style="border:3px solid #82B9ED">Div</div>
Questo div ha i bordi di colore 82B9ED.
.myOpacity80 { color: #82B9ED; opacity: 0.8; }
<p style="color:#82B9ED;opacity:0.8;">80%</p>
Il testo di color #82B9ED e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #82B9ED;}
<p style="text-shadow: 3px 3px 1px #82B9ED">Text here.</p>
Questo testo ha l'ombra di colore #82B9ED.
.textShadow {text-shadow: 3px 3px 1px #82B9ED, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #82B9ED, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #82B9ED e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#82B9ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#82B9ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #82B9ED and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #82B9ED; -webkit-box-shadow: 1px 1px 3px 2px #82B9ED; box-shadow: 1px 1px 3px 2px #82B9ED; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #82B9ED; -webkit-box-shadow: 1px 1px 3px 2px #82B9ED; box-shadow:1px 1px 3px 2px #82B9ED;">
Div content here</div>
Questo e il testo di colore #82B9ED sullo sfondo nero.
Questo e il testo di colore #82B9ED sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #82B9ED.
Questo è un testo bianco sullo sfondo del colore #82B9ED.