Color spaces of #aeaae0
RGB | 174 | 170 | 224 |
---|---|---|---|
HSL | 0.68 | 0.47 | 0.77 |
HSV | 244° | 24° | 88° |
CMYK | 0.22 | 0.24 | 0.00 0.12 |
XYZ | 45.2848 | 43.1299 | 76.4592 |
Yxy | 43.1299 | 0.2747 | 0.2616 |
Hunter Lab | 65.6734 | 8.1556 | -23.0561 |
CIE-Lab | 71.6430 | 12.7465 | -26.6591 |
#aeaae0 color RGB value is (174,170,224).
#aeaae0 hex color red value is 174, green value is 170 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #aeaae0 hue: 0.68 , saturation: 0.47 and the lightness value of aeaae0 is 0.77.
The process color (four color CMYK) of #aeaae0 color hex is 0.22, 0.24, 0.00, 0.12. Web safe color of #aeaae0 is #9999cc. Color #aeaae0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101010 | 11100000 |
Octal | 256 | 252 | 340 |
Decimal | 174 | 170 | 224 |
Hex | AE | AA | E0 |
Shades of #aeaae0
Tints of #aeaae0
RGB Percentages of Color #aeaae0
CMYK Percentages of Color #aeaae0
Complementary Color
#aeaae0 | #dce0aa |
#aeaae0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeaae0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeaae0 Color CSS Codes
.mybgcolor {background-color:#aeaae0; } .myforecolor {color:#aeaae0; } .mybordercolor {border:3px solid #aeaae0; }
#aeaae0 Text Font Color
<p style="color:#aeaae0">Text here</p>
This sample text font color is #aeaae0
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.
#aeaae0 Background Color
<div style="background-color:#aeaae0">
Div content here</div>
This div background color is #aeaae0
#aeaae0 Border Color
<div style="border:3px solid #aeaae0">
Div here</div>
This div border color is #aeaae0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,170,224, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeaae0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeaae0; -webkit-box-shadow: 1px 1px 3px 2px #aeaae0; box-shadow: 1px 1px 3px 2px #aeaae0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,170,224, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeaae0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeaae0; -webkit-box-shadow: 1px 1px 3px 2px #aeaae0; box-shadow: 1px 1px 3px 2px #aeaae0;">
Div content here</div>
This div box has shadow with color #aeaae0
Comments
No comments written yet.
Please login to write comment.