Color spaces of #acaaea
RGB | 172 | 170 | 234 |
---|---|---|---|
HSL | 0.67 | 0.60 | 0.79 |
HSV | 242° | 27° | 92° |
CMYK | 0.26 | 0.27 | 0.00 0.08 |
XYZ | 46.2393 | 43.4606 | 83.7936 |
Yxy | 43.4606 | 0.2665 | 0.2505 |
Hunter Lab | 65.9247 | 9.8311 | -29.2134 |
CIE-Lab | 71.8665 | 14.5081 | -31.7854 |
#acaaea color RGB value is (172,170,234).
#acaaea hex color red value is 172, green value is 170 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #acaaea hue: 0.67 , saturation: 0.60 and the lightness value of acaaea is 0.79.
The process color (four color CMYK) of #acaaea color hex is 0.26, 0.27, 0.00, 0.08. Web safe color of #acaaea is #9999ff. Color #acaaea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10101010 | 11101010 |
Octal | 254 | 252 | 352 |
Decimal | 172 | 170 | 234 |
Hex | AC | AA | EA |
Shades of #acaaea
Tints of #acaaea
RGB Percentages of Color #acaaea
CMYK Percentages of Color #acaaea
Complementary Color
#acaaea | #e8eaaa |
#acaaea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acaaea Color Preview on White Background
Lorem ipsum dolor sit amet.
#acaaea Color CSS Codes
.mybgcolor {background-color:#acaaea; } .myforecolor {color:#acaaea; } .mybordercolor {border:3px solid #acaaea; }
#acaaea Text Font Color
<p style="color:#acaaea">Text here</p>
This sample text font color is #acaaea
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.
#acaaea Background Color
<div style="background-color:#acaaea">
Div content here</div>
This div background color is #acaaea
#acaaea Border Color
<div style="border:3px solid #acaaea">
Div here</div>
This div border color is #acaaea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,170,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acaaea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acaaea; -webkit-box-shadow: 1px 1px 3px 2px #acaaea; box-shadow: 1px 1px 3px 2px #acaaea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,170,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acaaea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acaaea; -webkit-box-shadow: 1px 1px 3px 2px #acaaea; box-shadow: 1px 1px 3px 2px #acaaea;">
Div content here</div>
This div box has shadow with color #acaaea
Comments
No comments written yet.
Please login to write comment.