Color spaces of #ac8eea
RGB | 172 | 142 | 234 |
---|---|---|---|
HSL | 0.72 | 0.69 | 0.74 |
HSV | 260° | 39° | 92° |
CMYK | 0.26 | 0.39 | 0.00 0.08 |
XYZ | 41.5375 | 34.0572 | 82.2263 |
Yxy | 34.0572 | 0.2632 | 0.2158 |
Hunter Lab | 58.3585 | 24.9224 | -42.6877 |
CIE-Lab | 65.0079 | 30.2627 | -42.4606 |
#ac8eea color RGB value is (172,142,234).
#ac8eea hex color red value is 172, green value is 142 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ac8eea hue: 0.72 , saturation: 0.69 and the lightness value of ac8eea is 0.74.
The process color (four color CMYK) of #ac8eea color hex is 0.26, 0.39, 0.00, 0.08. Web safe color of #ac8eea is #9999ff. Color #ac8eea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10001110 | 11101010 |
Octal | 254 | 216 | 352 |
Decimal | 172 | 142 | 234 |
Hex | AC | 8E | EA |
Shades of #ac8eea
Tints of #ac8eea
RGB Percentages of Color #ac8eea
CMYK Percentages of Color #ac8eea
Complementary Color
#ac8eea | #ccea8e |
#ac8eea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac8eea Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac8eea Color CSS Codes
.mybgcolor {background-color:#ac8eea; } .myforecolor {color:#ac8eea; } .mybordercolor {border:3px solid #ac8eea; }
#ac8eea Text Font Color
<p style="color:#ac8eea">Text here</p>
This sample text font color is #ac8eea
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.
#ac8eea Background Color
<div style="background-color:#ac8eea">
Div content here</div>
This div background color is #ac8eea
#ac8eea Border Color
<div style="border:3px solid #ac8eea">
Div here</div>
This div border color is #ac8eea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,142,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac8eea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac8eea; -webkit-box-shadow: 1px 1px 3px 2px #ac8eea; box-shadow: 1px 1px 3px 2px #ac8eea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,142,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 #ac8eea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac8eea; -webkit-box-shadow: 1px 1px 3px 2px #ac8eea; box-shadow: 1px 1px 3px 2px #ac8eea;">
Div content here</div>
This div box has shadow with color #ac8eea
Comments
No comments written yet.
Please login to write comment.