Color spaces of #aea0cc
RGB | 174 | 160 | 204 |
---|---|---|---|
HSL | 0.72 | 0.30 | 0.71 |
HSV | 259° | 22° | 80° |
CMYK | 0.15 | 0.22 | 0.00 0.20 |
XYZ | 40.9254 | 38.4999 | 62.4010 |
Yxy | 38.4999 | 0.2886 | 0.2715 |
Hunter Lab | 62.0483 | 9.1493 | -16.1932 |
CIE-Lab | 68.3874 | 13.8229 | -20.6315 |
#aea0cc color RGB value is (174,160,204).
#aea0cc hex color red value is 174, green value is 160 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aea0cc hue: 0.72 , saturation: 0.30 and the lightness value of aea0cc is 0.71.
The process color (four color CMYK) of #aea0cc color hex is 0.15, 0.22, 0.00, 0.20. Web safe color of #aea0cc is #9999cc. Color #aea0cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10100000 | 11001100 |
Octal | 256 | 240 | 314 |
Decimal | 174 | 160 | 204 |
Hex | AE | A0 | CC |
Shades of #aea0cc
Tints of #aea0cc
RGB Percentages of Color #aea0cc
CMYK Percentages of Color #aea0cc
Complementary Color
#aea0cc | #becca0 |
#aea0cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aea0cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#aea0cc Color CSS Codes
.mybgcolor {background-color:#aea0cc; } .myforecolor {color:#aea0cc; } .mybordercolor {border:3px solid #aea0cc; }
#aea0cc Text Font Color
<p style="color:#aea0cc">Text here</p>
This sample text font color is #aea0cc
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.
#aea0cc Background Color
<div style="background-color:#aea0cc">
Div content here</div>
This div background color is #aea0cc
#aea0cc Border Color
<div style="border:3px solid #aea0cc">
Div here</div>
This div border color is #aea0cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,160,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aea0cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aea0cc; -webkit-box-shadow: 1px 1px 3px 2px #aea0cc; box-shadow: 1px 1px 3px 2px #aea0cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,160,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 #aea0cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aea0cc; -webkit-box-shadow: 1px 1px 3px 2px #aea0cc; box-shadow: 1px 1px 3px 2px #aea0cc;">
Div content here</div>
This div box has shadow with color #aea0cc
Comments
No comments written yet.
Please login to write comment.