Color spaces of #aeaadc
RGB | 174 | 170 | 220 |
---|---|---|---|
HSL | 0.68 | 0.42 | 0.76 |
HSV | 245° | 23° | 86° |
CMYK | 0.21 | 0.23 | 0.00 0.14 |
XYZ | 44.7486 | 42.9154 | 73.6351 |
Yxy | 42.9154 | 0.2774 | 0.2661 |
Hunter Lab | 65.5098 | 7.2879 | -20.7869 |
CIE-Lab | 71.4975 | 11.8264 | -24.6939 |
#aeaadc color RGB value is (174,170,220).
#aeaadc hex color red value is 174, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aeaadc hue: 0.68 , saturation: 0.42 and the lightness value of aeaadc is 0.76.
The process color (four color CMYK) of #aeaadc color hex is 0.21, 0.23, 0.00, 0.14. Web safe color of #aeaadc is #9999cc. Color #aeaadc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101010 | 11011100 |
Octal | 256 | 252 | 334 |
Decimal | 174 | 170 | 220 |
Hex | AE | AA | DC |
Shades of #aeaadc
Tints of #aeaadc
RGB Percentages of Color #aeaadc
CMYK Percentages of Color #aeaadc
Complementary Color
#aeaadc | #d8dcaa |
#aeaadc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeaadc Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeaadc Color CSS Codes
.mybgcolor {background-color:#aeaadc; } .myforecolor {color:#aeaadc; } .mybordercolor {border:3px solid #aeaadc; }
#aeaadc Text Font Color
<p style="color:#aeaadc">Text here</p>
This sample text font color is #aeaadc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#aeaadc Background Color
<div style="background-color:#aeaadc">
Div content here</div>
This div background color is #aeaadc
#aeaadc Border Color
<div style="border:3px solid #aeaadc">
Div here</div>
This div border color is #aeaadc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,170,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeaadc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeaadc; -webkit-box-shadow: 1px 1px 3px 2px #aeaadc; box-shadow: 1px 1px 3px 2px #aeaadc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,170,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeaadc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeaadc; -webkit-box-shadow: 1px 1px 3px 2px #aeaadc; box-shadow: 1px 1px 3px 2px #aeaadc;">
Div content here</div>
This div box has shadow with color #aeaadc
Comments
No comments written yet.
Please login to write comment.