HEX: #AEDACC
RGB: (174,218,204)
#AEDACC contains red, green and blue colors in about the same proportion. Web safe color of #AEDACC is #99CCCC (or #9CC).
#AEDACC color RGB value is (174,218,204).
RGB: (174,218,204)
(68%, 85%, 80%)
R 174 of 255 = 68%
G 218 of 255 = 85%
B 204 of 255 = 80%
R + G + B ~ 78%. #AEDACC is quite light color.
R + G + B = 174 + 218 + 204 = 596 (100%)
R 174 of 596 ~ 29.19%
G 218 of 596 ~ 36.58%
B 204 of 596 ~ 34.23'%
#AEDACC color CMYK value is (20,0,6,15).
CMYK: (20,0,6,15)
C20M0Y6K15 (20%, 0%, 6%, 15%)
(0.20 / 0.00 / 0.06 / 0.15)
Color #AEDACC in popluar color models
AE | DA | CC | |
---|---|---|---|
RGB | 174 | 218 | 204 |
HSL | 161° | 37.29% | 76.86% |
HSB/HSV | 161° | 20.18% | 85.49% |
CMYK | 20.18% | 0.00% | 6.42% |
14.51% |
Color #AEDACC in popluar number systems.
HEX | AE | DA | CC |
Decimal | 174 | 218 | 204 |
Binary | 10101110 | 11011010 | 11001100 |
Octal | 256 | 332 | 314 |
Shades of #AEDACC
Tints of #AEDACC
Examples of css and html codes for elements with #AEDACC color. Also use rgb(174,218,204) instead hex code.
.myTextColor { color: #AEDACC; }
<p style="color:#AEDACC">This sample text font color is #AEDACC.</p>
This text font color is #AEDACC.
.myBgColor { background-color: #AEDACC; }
<div style="background-color:#AEDACC">Inner text</div>
This div background color is #AEDACC.
.myBorderColor { border: 1px solid #AEDACC; }
<div style="border:3px solid #AEDACC">Div</div>
This div border color is #AEDACC.
.myOpacity80 { color: #AEDACC; opacity: 0.8; }
<p style="color:#AEDACC;opacity:0.8;">80%</p>
Text with #AEDACC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEDACC;}
<p style="text-shadow: 3px 3px 1px #AEDACC">Text here.</p>
This text has shadow with #AEDACC color.
.textShadow {text-shadow: 3px 3px 1px #AEDACC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEDACC, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEDACC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEDACC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEDACC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEDACC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEDACC;
-webkit-box-shadow: 1px 1px 3px 2px #AEDACC;
box-shadow: 1px 1px 3px 2px #AEDACC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEDACC; -webkit-box-shadow: 1px 1px 3px 2px #AEDACC; box-shadow:1px 1px 3px 2px #AEDACC;">
Div content here
</div>
This text has color #AEDACC on black background.
This text has color #AEDACC on white background.
This text has black color on #AEDACC background.
This text has white color on #AEDACC background.
Complementary color for #hex is #512533.