Color spaces of #aea9cb
RGB | 174 | 169 | 203 |
---|---|---|---|
HSL | 0.69 | 0.25 | 0.73 |
HSV | 249° | 17° | 80° |
CMYK | 0.14 | 0.17 | 0.00 0.20 |
XYZ | 42.4230 | 41.6864 | 62.3103 |
Yxy | 41.6864 | 0.2897 | 0.2847 |
Hunter Lab | 64.5650 | 4.2962 | -12.0240 |
CIE-Lab | 70.6542 | 8.6029 | -16.6428 |
#aea9cb color RGB value is (174,169,203).
#aea9cb hex color red value is 174, green value is 169 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aea9cb hue: 0.69 , saturation: 0.25 and the lightness value of aea9cb is 0.73.
The process color (four color CMYK) of #aea9cb color hex is 0.14, 0.17, 0.00, 0.20. Web safe color of #aea9cb is #9999cc. Color #aea9cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101001 | 11001011 |
Octal | 256 | 251 | 313 |
Decimal | 174 | 169 | 203 |
Hex | AE | A9 | CB |
Shades of #aea9cb
Tints of #aea9cb
RGB Percentages of Color #aea9cb
CMYK Percentages of Color #aea9cb
Complementary Color
#aea9cb | #c6cba9 |
#aea9cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aea9cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aea9cb Color CSS Codes
.mybgcolor {background-color:#aea9cb; } .myforecolor {color:#aea9cb; } .mybordercolor {border:3px solid #aea9cb; }
#aea9cb Text Font Color
<p style="color:#aea9cb">Text here</p>
This sample text font color is #aea9cb
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.
#aea9cb Background Color
<div style="background-color:#aea9cb">
Div content here</div>
This div background color is #aea9cb
#aea9cb Border Color
<div style="border:3px solid #aea9cb">
Div here</div>
This div border color is #aea9cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,169,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aea9cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aea9cb; -webkit-box-shadow: 1px 1px 3px 2px #aea9cb; box-shadow: 1px 1px 3px 2px #aea9cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,169,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aea9cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aea9cb; -webkit-box-shadow: 1px 1px 3px 2px #aea9cb; box-shadow: 1px 1px 3px 2px #aea9cb;">
Div content here</div>
This div box has shadow with color #aea9cb
Comments
No comments written yet.
Please login to write comment.