HEX: #ADEDEB
RGB: (173,237,235)
#ADEDEB contains mainly green and blue colors. Web safe color of #ADEDEB is #99FFFF (or #9FF).
#ADEDEB color RGB value is (173,237,235).
RGB: (173,237,235)
(68%, 93%, 92%)
R 173 of 255 = 68%
G 237 of 255 = 93%
B 235 of 255 = 92%
R + G + B ~ 84%. #ADEDEB is quite light color.
R + G + B = 173 + 237 + 235 = 645 (100%)
R 173 of 645 ~ 26.82%
G 237 of 645 ~ 36.74%
B 235 of 645 ~ 36.43'%
#ADEDEB color CMYK value is (27,0,1,7).
CMYK: (27,0,1,7) C27M0Y1K7 (27%,0%,1%,7%) (0.27/0.00/0.01/0.07)
Color #ADEDEB in popluar color models
AD | ED | EB | |
---|---|---|---|
RGB | 173 | 237 | 235 |
HSL | 178° | 64.00% | 80.39% |
HSB/HSV | 178° | 27.00% | 92.94% |
CMYK | 27.00% | 0.00% | 0.84% |
7.06% |
Color #ADEDEB in popluar number systems.
HEX | AD | ED | EB |
Decimal | 173 | 237 | 235 |
Binary | 10101101 | 11101101 | 11101011 |
Octal | 255 | 355 | 353 |
Shades of #ADEDEB
Tints of #ADEDEB
Examples of css and html codes for elements with #ADEDEB color. Also use rgb(173,237,235) instead hex code.
.myTextColor { color: #ADEDEB; }
<p style="color:#ADEDEB">This sample text font color is #ADEDEB.</p>
This text font color is #ADEDEB.
.myBgColor { background-color: #ADEDEB; }
<div style="background-color:#ADEDEB">Inner text</div>
This div background color is #ADEDEB.
.myBorderColor { border: 1px solid #ADEDEB; }
<div style="border:3px solid #ADEDEB">Div</div>
This div border color is #ADEDEB.
.myOpacity80 { color: #ADEDEB; opacity: 0.8; }
<p style="color:#ADEDEB;opacity:0.8;">80%</p>
Text with #ADEDEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADEDEB;}
<p style="text-shadow: 3px 3px 1px #ADEDEB">Text here.</p>
This text has shadow with #ADEDEB color.
.textShadow {text-shadow: 3px 3px 1px #ADEDEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADEDEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADEDEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADEDEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADEDEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADEDEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADEDEB;
-webkit-box-shadow: 1px 1px 3px 2px #ADEDEB;
box-shadow: 1px 1px 3px 2px #ADEDEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADEDEB; -webkit-box-shadow: 1px 1px 3px 2px #ADEDEB; box-shadow:1px 1px 3px 2px #ADEDEB;">
Div content here
</div>
This text has color #ADEDEB on black background.
This text has color #ADEDEB on white background.
This text has black color on #ADEDEB background.
This text has white color on #ADEDEB background.
Complementary color for #hex is #521214.