HEX: #A5DAEA
RGB: (165,218,234)
#A5DAEA contains mainly green and blue colors. Web safe color of #A5DAEA is #99CCFF (or #9CF).
#A5DAEA color RGB value is (165,218,234).
RGB: (165,218,234)
(65%, 85%, 92%)
R 165 of 255 = 65%
G 218 of 255 = 85%
B 234 of 255 = 92%
R + G + B ~ 81%. #A5DAEA is quite light color.
R + G + B = 165 + 218 + 234 = 617 (100%)
R 165 of 617 ~ 26.74%
G 218 of 617 ~ 35.33%
B 234 of 617 ~ 37.93'%
#A5DAEA color CMYK value is (29,7,0,8).
CMYK: (29,7,0,8) C29M7Y0K8 (29%,7%,0%,8%) (0.29/0.07/0.00/0.08)
Color #A5DAEA in popluar color models
A5 | DA | EA | |
---|---|---|---|
RGB | 165 | 218 | 234 |
HSL | 194° | 62.16% | 78.24% |
HSB/HSV | 194° | 29.49% | 91.76% |
CMYK | 29.49% | 6.84% | 0.00% |
8.24% |
Color #A5DAEA in popluar number systems.
HEX | A5 | DA | EA |
Decimal | 165 | 218 | 234 |
Binary | 10100101 | 11011010 | 11101010 |
Octal | 245 | 332 | 352 |
Shades of #A5DAEA
Tints of #A5DAEA
Examples of css and html codes for elements with #A5DAEA color. Also use rgb(165,218,234) instead hex code.
.myTextColor { color: #A5DAEA; }
<p style="color:#A5DAEA">This sample text font color is #A5DAEA.</p>
This text font color is #A5DAEA.
.myBgColor { background-color: #A5DAEA; }
<div style="background-color:#A5DAEA">Inner text</div>
This div background color is #A5DAEA.
.myBorderColor { border: 1px solid #A5DAEA; }
<div style="border:3px solid #A5DAEA">Div</div>
This div border color is #A5DAEA.
.myOpacity80 { color: #A5DAEA; opacity: 0.8; }
<p style="color:#A5DAEA;opacity:0.8;">80%</p>
Text with #A5DAEA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5DAEA;}
<p style="text-shadow: 3px 3px 1px #A5DAEA">Text here.</p>
This text has shadow with #A5DAEA color.
.textShadow {text-shadow: 3px 3px 1px #A5DAEA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5DAEA, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5DAEA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5DAEA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5DAEA, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5DAEA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5DAEA;
-webkit-box-shadow: 1px 1px 3px 2px #A5DAEA;
box-shadow: 1px 1px 3px 2px #A5DAEA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5DAEA; -webkit-box-shadow: 1px 1px 3px 2px #A5DAEA; box-shadow:1px 1px 3px 2px #A5DAEA;">
Div content here
</div>
This text has color #A5DAEA on black background.
This text has color #A5DAEA on white background.
This text has black color on #A5DAEA background.
This text has white color on #A5DAEA background.
Complementary color for #hex is #5A2515.