Color spaces of #a8acea
RGB | 168 | 172 | 234 |
---|---|---|---|
HSL | 0.66 | 0.61 | 0.79 |
HSV | 236° | 28° | 92° |
CMYK | 0.28 | 0.26 | 0.00 0.08 |
XYZ | 45.7523 | 43.7704 | 83.8790 |
Yxy | 43.7704 | 0.2639 | 0.2524 |
Hunter Lab | 66.1592 | 7.6628 | -28.8585 |
CIE-Lab | 72.0748 | 12.2249 | -31.4886 |
#a8acea color RGB value is (168,172,234).
#a8acea hex color red value is 168, green value is 172 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a8acea hue: 0.66 , saturation: 0.61 and the lightness value of a8acea is 0.79.
The process color (four color CMYK) of #a8acea color hex is 0.28, 0.26, 0.00, 0.08. Web safe color of #a8acea is #9999ff. Color #a8acea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10101100 | 11101010 |
Octal | 250 | 254 | 352 |
Decimal | 168 | 172 | 234 |
Hex | A8 | AC | EA |
Shades of #a8acea
Tints of #a8acea
RGB Percentages of Color #a8acea
CMYK Percentages of Color #a8acea
Complementary Color
#a8acea | #eae6a8 |
#a8acea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8acea Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8acea Color CSS Codes
.mybgcolor {background-color:#a8acea; } .myforecolor {color:#a8acea; } .mybordercolor {border:3px solid #a8acea; }
#a8acea Text Font Color
<p style="color:#a8acea">Text here</p>
This sample text font color is #a8acea
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.
#a8acea Background Color
<div style="background-color:#a8acea">
Div content here</div>
This div background color is #a8acea
#a8acea Border Color
<div style="border:3px solid #a8acea">
Div here</div>
This div border color is #a8acea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,172,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8acea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8acea; -webkit-box-shadow: 1px 1px 3px 2px #a8acea; box-shadow: 1px 1px 3px 2px #a8acea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,172,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 #a8acea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8acea; -webkit-box-shadow: 1px 1px 3px 2px #a8acea; box-shadow: 1px 1px 3px 2px #a8acea;">
Div content here</div>
This div box has shadow with color #a8acea
Comments
No comments written yet.
Please login to write comment.