Color spaces of #a0acba
RGB | 160 | 172 | 186 |
---|---|---|---|
HSL | 0.59 | 0.16 | 0.68 |
HSV | 212° | 14° | 73° |
CMYK | 0.14 | 0.08 | 0.00 0.27 |
XYZ | 38.1127 | 40.5238 | 52.2675 |
Yxy | 40.5238 | 0.2912 | 0.3096 |
Hunter Lab | 63.6583 | -4.5328 | -4.1200 |
CIE-Lab | 69.8410 | -1.2981 | -8.5967 |
#a0acba color RGB value is (160,172,186).
#a0acba hex color red value is 160, green value is 172 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a0acba hue: 0.59 , saturation: 0.16 and the lightness value of a0acba is 0.68.
The process color (four color CMYK) of #a0acba color hex is 0.14, 0.08, 0.00, 0.27. Web safe color of #a0acba is #9999cc. Color #a0acba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10101100 | 10111010 |
Octal | 240 | 254 | 272 |
Decimal | 160 | 172 | 186 |
Hex | A0 | AC | BA |
Shades of #a0acba
Tints of #a0acba
RGB Percentages of Color #a0acba
CMYK Percentages of Color #a0acba
Complementary Color
#a0acba | #baaea0 |
#a0acba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a0acba Color Preview on White Background
Lorem ipsum dolor sit amet.
#a0acba Color CSS Codes
.mybgcolor {background-color:#a0acba; } .myforecolor {color:#a0acba; } .mybordercolor {border:3px solid #a0acba; }
#a0acba Text Font Color
<p style="color:#a0acba">Text here</p>
This sample text font color is #a0acba
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.
#a0acba Background Color
<div style="background-color:#a0acba">
Div content here</div>
This div background color is #a0acba
#a0acba Border Color
<div style="border:3px solid #a0acba">
Div here</div>
This div border color is #a0acba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,172,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a0acba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a0acba; -webkit-box-shadow: 1px 1px 3px 2px #a0acba; box-shadow: 1px 1px 3px 2px #a0acba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,172,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a0acba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a0acba; -webkit-box-shadow: 1px 1px 3px 2px #a0acba; box-shadow: 1px 1px 3px 2px #a0acba;">
Div content here</div>
This div box has shadow with color #a0acba
Comments
No comments written yet.
Please login to write comment.