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