HEX: #ADEFE3
RGB: (173,239,227)
#ADEFE3 contains mainly green and blue colors. Web safe color of #ADEFE3 is #99FFCC (or #9FC).
#ADEFE3 color RGB value is (173,239,227).
RGB: (173,239,227)
(68%, 94%, 89%)
R 173 of 255 = 68%
G 239 of 255 = 94%
B 227 of 255 = 89%
R + G + B ~ 84%. #ADEFE3 is quite light color.
R + G + B = 173 + 239 + 227 = 639 (100%)
R 173 of 639 ~ 27.07%
G 239 of 639 ~ 37.4%
B 227 of 639 ~ 35.52'%
#ADEFE3 color CMYK value is (28,0,5,6).
CMYK: (28,0,5,6)
C28M0Y5K6 (28%, 0%, 5%, 6%)
(0.28 / 0.00 / 0.05 / 0.06)
Color #ADEFE3 in popluar color models
AD | EF | E3 | |
---|---|---|---|
RGB | 173 | 239 | 227 |
HSL | 169° | 67.35% | 80.78% |
HSB/HSV | 169° | 27.62% | 93.73% |
CMYK | 27.62% | 0.00% | 5.02% |
6.27% |
Color #ADEFE3 in popluar number systems.
HEX | AD | EF | E3 |
Decimal | 173 | 239 | 227 |
Binary | 10101101 | 11101111 | 11100011 |
Octal | 255 | 357 | 343 |
Shades of #ADEFE3
Tints of #ADEFE3
Examples of css and html codes for elements with #ADEFE3 color. Also use rgb(173,239,227) instead hex code.
.myTextColor { color: #ADEFE3; }
<p style="color:#ADEFE3">This sample text font color is #ADEFE3.</p>
This text font color is #ADEFE3.
.myBgColor { background-color: #ADEFE3; }
<div style="background-color:#ADEFE3">Inner text</div>
This div background color is #ADEFE3.
.myBorderColor { border: 1px solid #ADEFE3; }
<div style="border:3px solid #ADEFE3">Div</div>
This div border color is #ADEFE3.
.myOpacity80 { color: #ADEFE3; opacity: 0.8; }
<p style="color:#ADEFE3;opacity:0.8;">80%</p>
Text with #ADEFE3 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADEFE3;}
<p style="text-shadow: 3px 3px 1px #ADEFE3">Text here.</p>
This text has shadow with #ADEFE3 color.
.textShadow {text-shadow: 3px 3px 1px #ADEFE3', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADEFE3, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADEFE3 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADEFE3, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADEFE3, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADEFE3 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADEFE3;
-webkit-box-shadow: 1px 1px 3px 2px #ADEFE3;
box-shadow: 1px 1px 3px 2px #ADEFE3;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADEFE3; -webkit-box-shadow: 1px 1px 3px 2px #ADEFE3; box-shadow:1px 1px 3px 2px #ADEFE3;">
Div content here
</div>
This text has color #ADEFE3 on black background.
This text has color #ADEFE3 on white background.
This text has black color on #ADEFE3 background.
This text has white color on #ADEFE3 background.
Complementary color for #hex is #52101C.