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