Color spaces of #aeade0
RGB | 174 | 173 | 224 |
---|---|---|---|
HSL | 0.67 | 0.45 | 0.78 |
HSV | 241° | 23° | 88° |
CMYK | 0.22 | 0.23 | 0.00 0.12 |
XYZ | 45.8537 | 44.2676 | 76.6488 |
Yxy | 44.2676 | 0.2750 | 0.2654 |
Hunter Lab | 66.5339 | 6.5839 | -21.7299 |
CIE-Lab | 72.4070 | 11.0821 | -25.4888 |
#aeade0 color RGB value is (174,173,224).
#aeade0 hex color red value is 174, green value is 173 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #aeade0 hue: 0.67 , saturation: 0.45 and the lightness value of aeade0 is 0.78.
The process color (four color CMYK) of #aeade0 color hex is 0.22, 0.23, 0.00, 0.12. Web safe color of #aeade0 is #9999cc. Color #aeade0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101101 | 11100000 |
Octal | 256 | 255 | 340 |
Decimal | 174 | 173 | 224 |
Hex | AE | AD | E0 |
Shades of #aeade0
Tints of #aeade0
RGB Percentages of Color #aeade0
CMYK Percentages of Color #aeade0
Complementary Color
#aeade0 | #dfe0ad |
#aeade0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeade0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeade0 Color CSS Codes
.mybgcolor {background-color:#aeade0; } .myforecolor {color:#aeade0; } .mybordercolor {border:3px solid #aeade0; }
#aeade0 Text Font Color
<p style="color:#aeade0">Text here</p>
This sample text font color is #aeade0
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.
#aeade0 Background Color
<div style="background-color:#aeade0">
Div content here</div>
This div background color is #aeade0
#aeade0 Border Color
<div style="border:3px solid #aeade0">
Div here</div>
This div border color is #aeade0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,173,224, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeade0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeade0; -webkit-box-shadow: 1px 1px 3px 2px #aeade0; box-shadow: 1px 1px 3px 2px #aeade0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,173,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 #aeade0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeade0; -webkit-box-shadow: 1px 1px 3px 2px #aeade0; box-shadow: 1px 1px 3px 2px #aeade0;">
Div content here</div>
This div box has shadow with color #aeade0
Comments
No comments written yet.
Please login to write comment.