Color spaces of #ae9ecc
RGB | 174 | 158 | 204 |
---|---|---|---|
HSL | 0.72 | 0.31 | 0.71 |
HSV | 261° | 23° | 80° |
CMYK | 0.15 | 0.23 | 0.00 0.20 |
XYZ | 40.5815 | 37.8120 | 62.2863 |
Yxy | 37.8120 | 0.2885 | 0.2688 |
Hunter Lab | 61.4915 | 10.1916 | -17.0124 |
CIE-Lab | 67.8818 | 14.9418 | -21.4014 |
#ae9ecc color RGB value is (174,158,204).
#ae9ecc hex color red value is 174, green value is 158 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ae9ecc hue: 0.72 , saturation: 0.31 and the lightness value of ae9ecc is 0.71.
The process color (four color CMYK) of #ae9ecc color hex is 0.15, 0.23, 0.00, 0.20. Web safe color of #ae9ecc is #9999cc. Color #ae9ecc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10011110 | 11001100 |
Octal | 256 | 236 | 314 |
Decimal | 174 | 158 | 204 |
Hex | AE | 9E | CC |
Shades of #ae9ecc
Tints of #ae9ecc
RGB Percentages of Color #ae9ecc
CMYK Percentages of Color #ae9ecc
Complementary Color
#ae9ecc | #bccc9e |
#ae9ecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae9ecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae9ecc Color CSS Codes
.mybgcolor {background-color:#ae9ecc; } .myforecolor {color:#ae9ecc; } .mybordercolor {border:3px solid #ae9ecc; }
#ae9ecc Text Font Color
<p style="color:#ae9ecc">Text here</p>
This sample text font color is #ae9ecc
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.
#ae9ecc Background Color
<div style="background-color:#ae9ecc">
Div content here</div>
This div background color is #ae9ecc
#ae9ecc Border Color
<div style="border:3px solid #ae9ecc">
Div here</div>
This div border color is #ae9ecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,158,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae9ecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae9ecc; -webkit-box-shadow: 1px 1px 3px 2px #ae9ecc; box-shadow: 1px 1px 3px 2px #ae9ecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,158,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae9ecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae9ecc; -webkit-box-shadow: 1px 1px 3px 2px #ae9ecc; box-shadow: 1px 1px 3px 2px #ae9ecc;">
Div content here</div>
This div box has shadow with color #ae9ecc
Comments
No comments written yet.
Please login to write comment.