HEX: #A4DAEE
RGB: (164,218,238)
#A4DAEE contains mainly green and blue colors. Web safe color of #A4DAEE is #99CCFF (or #9CF).
#A4DAEE color RGB value is (164,218,238).
RGB: (164,218,238)
(64%, 85%, 93%)
R 164 of 255 = 64%
G 218 of 255 = 85%
B 238 of 255 = 93%
R + G + B ~ 81%. #A4DAEE is quite light color.
R + G + B = 164 + 218 + 238 = 620 (100%)
R 164 of 620 ~ 26.45%
G 218 of 620 ~ 35.16%
B 238 of 620 ~ 38.39'%
#A4DAEE color CMYK value is (31,8,0,7).
CMYK: (31,8,0,7)
C31M8Y0K7 (31%, 8%, 0%, 7%)
(0.31 / 0.08 / 0.00 / 0.07)
Color #A4DAEE in popluar color models
A4 | DA | EE | |
---|---|---|---|
RGB | 164 | 218 | 238 |
HSL | 196° | 68.52% | 78.82% |
HSB/HSV | 196° | 31.09% | 93.33% |
CMYK | 31.09% | 8.40% | 0.00% |
6.67% |
Color #A4DAEE in popluar number systems.
HEX | A4 | DA | EE |
Decimal | 164 | 218 | 238 |
Binary | 10100100 | 11011010 | 11101110 |
Octal | 244 | 332 | 356 |
Shades of #A4DAEE
Tints of #A4DAEE
Examples of css and html codes for elements with #A4DAEE color. Also use rgb(164,218,238) instead hex code.
.myTextColor { color: #A4DAEE; }
<p style="color:#A4DAEE">This sample text font color is #A4DAEE.</p>
This text font color is #A4DAEE.
.myBgColor { background-color: #A4DAEE; }
<div style="background-color:#A4DAEE">Inner text</div>
This div background color is #A4DAEE.
.myBorderColor { border: 1px solid #A4DAEE; }
<div style="border:3px solid #A4DAEE">Div</div>
This div border color is #A4DAEE.
.myOpacity80 { color: #A4DAEE; opacity: 0.8; }
<p style="color:#A4DAEE;opacity:0.8;">80%</p>
Text with #A4DAEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4DAEE;}
<p style="text-shadow: 3px 3px 1px #A4DAEE">Text here.</p>
This text has shadow with #A4DAEE color.
.textShadow {text-shadow: 3px 3px 1px #A4DAEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4DAEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4DAEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4DAEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4DAEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4DAEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4DAEE;
-webkit-box-shadow: 1px 1px 3px 2px #A4DAEE;
box-shadow: 1px 1px 3px 2px #A4DAEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4DAEE; -webkit-box-shadow: 1px 1px 3px 2px #A4DAEE; box-shadow:1px 1px 3px 2px #A4DAEE;">
Div content here
</div>
This text has color #A4DAEE on black background.
This text has color #A4DAEE on white background.
This text has black color on #A4DAEE background.
This text has white color on #A4DAEE background.
Complementary color for #A4DAEE is #5B2511.