Color spaces of #aeacca
RGB | 174 | 172 | 202 |
---|---|---|---|
HSL | 0.68 | 0.22 | 0.73 |
HSV | 244° | 15° | 79° |
CMYK | 0.14 | 0.15 | 0.00 0.21 |
XYZ | 42.8688 | 42.7680 | 61.8727 |
Yxy | 42.7680 | 0.2906 | 0.2899 |
Hunter Lab | 65.3972 | 2.5640 | -10.3165 |
CIE-Lab | 71.3972 | 6.7339 | -14.9721 |
#aeacca color RGB value is (174,172,202).
#aeacca hex color red value is 174, green value is 172 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aeacca hue: 0.68 , saturation: 0.22 and the lightness value of aeacca is 0.73.
The process color (four color CMYK) of #aeacca color hex is 0.14, 0.15, 0.00, 0.21. Web safe color of #aeacca is #9999cc. Color #aeacca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101100 | 11001010 |
Octal | 256 | 254 | 312 |
Decimal | 174 | 172 | 202 |
Hex | AE | AC | CA |
Shades of #aeacca
Tints of #aeacca
RGB Percentages of Color #aeacca
CMYK Percentages of Color #aeacca
Complementary Color
#aeacca | #c8caac |
#aeacca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeacca Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeacca Color CSS Codes
.mybgcolor {background-color:#aeacca; } .myforecolor {color:#aeacca; } .mybordercolor {border:3px solid #aeacca; }
#aeacca Text Font Color
<p style="color:#aeacca">Text here</p>
This sample text font color is #aeacca
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.
#aeacca Background Color
<div style="background-color:#aeacca">
Div content here</div>
This div background color is #aeacca
#aeacca Border Color
<div style="border:3px solid #aeacca">
Div here</div>
This div border color is #aeacca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,172,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeacca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeacca; -webkit-box-shadow: 1px 1px 3px 2px #aeacca; box-shadow: 1px 1px 3px 2px #aeacca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,172,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeacca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeacca; -webkit-box-shadow: 1px 1px 3px 2px #aeacca; box-shadow: 1px 1px 3px 2px #aeacca;">
Div content here</div>
This div box has shadow with color #aeacca
Comments
No comments written yet.
Please login to write comment.