Color spaces of #aeaacd
RGB | 174 | 170 | 205 |
---|---|---|---|
HSL | 0.69 | 0.26 | 0.74 |
HSV | 247° | 17° | 80° |
CMYK | 0.15 | 0.17 | 0.00 0.20 |
XYZ | 42.8497 | 42.1559 | 63.6361 |
Yxy | 42.1559 | 0.2883 | 0.2836 |
Hunter Lab | 64.9276 | 4.1799 | -12.6614 |
CIE-Lab | 70.9783 | 8.4828 | -17.2535 |
#aeaacd color RGB value is (174,170,205).
#aeaacd hex color red value is 174, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #aeaacd hue: 0.69 , saturation: 0.26 and the lightness value of aeaacd is 0.74.
The process color (four color CMYK) of #aeaacd color hex is 0.15, 0.17, 0.00, 0.20. Web safe color of #aeaacd is #9999cc. Color #aeaacd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101010 | 11001101 |
Octal | 256 | 252 | 315 |
Decimal | 174 | 170 | 205 |
Hex | AE | AA | CD |
Shades of #aeaacd
Tints of #aeaacd
RGB Percentages of Color #aeaacd
CMYK Percentages of Color #aeaacd
Complementary Color
#aeaacd | #c9cdaa |
#aeaacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeaacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeaacd Color CSS Codes
.mybgcolor {background-color:#aeaacd; } .myforecolor {color:#aeaacd; } .mybordercolor {border:3px solid #aeaacd; }
#aeaacd Text Font Color
<p style="color:#aeaacd">Text here</p>
This sample text font color is #aeaacd
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.
#aeaacd Background Color
<div style="background-color:#aeaacd">
Div content here</div>
This div background color is #aeaacd
#aeaacd Border Color
<div style="border:3px solid #aeaacd">
Div here</div>
This div border color is #aeaacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,170,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeaacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeaacd; -webkit-box-shadow: 1px 1px 3px 2px #aeaacd; box-shadow: 1px 1px 3px 2px #aeaacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,170,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeaacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeaacd; -webkit-box-shadow: 1px 1px 3px 2px #aeaacd; box-shadow: 1px 1px 3px 2px #aeaacd;">
Div content here</div>
This div box has shadow with color #aeaacd
Comments
No comments written yet.
Please login to write comment.