Color spaces of #a08eac
RGB | 160 | 142 | 172 |
---|---|---|---|
HSL | 0.77 | 0.15 | 0.62 |
HSV | 276° | 17° | 67° |
CMYK | 0.07 | 0.17 | 0.00 0.33 |
XYZ | 31.6166 | 29.7981 | 43.1150 |
Yxy | 29.7981 | 0.3025 | 0.2851 |
Hunter Lab | 54.5876 | 7.8570 | -8.6177 |
CIE-Lab | 61.4796 | 12.4768 | -13.2798 |
#a08eac color RGB value is (160,142,172).
#a08eac hex color red value is 160, green value is 142 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a08eac hue: 0.77 , saturation: 0.15 and the lightness value of a08eac is 0.62.
The process color (four color CMYK) of #a08eac color hex is 0.07, 0.17, 0.00, 0.33. Web safe color of #a08eac is #999999. Color #a08eac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10001110 | 10101100 |
Octal | 240 | 216 | 254 |
Decimal | 160 | 142 | 172 |
Hex | A0 | 8E | AC |
Shades of #a08eac
Tints of #a08eac
RGB Percentages of Color #a08eac
CMYK Percentages of Color #a08eac
Complementary Color
#a08eac | #9aac8e |
#a08eac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a08eac Color Preview on White Background
Lorem ipsum dolor sit amet.
#a08eac Color CSS Codes
.mybgcolor {background-color:#a08eac; } .myforecolor {color:#a08eac; } .mybordercolor {border:3px solid #a08eac; }
#a08eac Text Font Color
<p style="color:#a08eac">Text here</p>
This sample text font color is #a08eac
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.
#a08eac Background Color
<div style="background-color:#a08eac">
Div content here</div>
This div background color is #a08eac
#a08eac Border Color
<div style="border:3px solid #a08eac">
Div here</div>
This div border color is #a08eac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,142,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a08eac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a08eac; -webkit-box-shadow: 1px 1px 3px 2px #a08eac; box-shadow: 1px 1px 3px 2px #a08eac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,142,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a08eac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a08eac; -webkit-box-shadow: 1px 1px 3px 2px #a08eac; box-shadow: 1px 1px 3px 2px #a08eac;">
Div content here</div>
This div box has shadow with color #a08eac
Comments
No comments written yet.
Please login to write comment.