Color spaces of #a0bbaf
RGB | 160 | 187 | 175 |
---|---|---|---|
HSL | 0.43 | 0.17 | 0.68 |
HSV | 153° | 14° | 73° |
CMYK | 0.14 | 0.00 | 0.06 0.27 |
XYZ | 40.0054 | 46.1094 | 47.3489 |
Yxy | 46.1094 | 0.2997 | 0.3455 |
Hunter Lab | 67.9039 | -13.6690 | 6.1902 |
CIE-Lab | 73.6165 | -11.5666 | 2.9877 |
#a0bbaf color RGB value is (160,187,175).
#a0bbaf hex color red value is 160, green value is 187 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a0bbaf hue: 0.43 , saturation: 0.17 and the lightness value of a0bbaf is 0.68.
The process color (four color CMYK) of #a0bbaf color hex is 0.14, 0.00, 0.06, 0.27. Web safe color of #a0bbaf is #99cc99. Color #a0bbaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10111011 | 10101111 |
Octal | 240 | 273 | 257 |
Decimal | 160 | 187 | 175 |
Hex | A0 | BB | AF |
Shades of #a0bbaf
Tints of #a0bbaf
RGB Percentages of Color #a0bbaf
CMYK Percentages of Color #a0bbaf
Complementary Color
#a0bbaf | #bba0ac |
#a0bbaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a0bbaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a0bbaf Color CSS Codes
.mybgcolor {background-color:#a0bbaf; } .myforecolor {color:#a0bbaf; } .mybordercolor {border:3px solid #a0bbaf; }
#a0bbaf Text Font Color
<p style="color:#a0bbaf">Text here</p>
This sample text font color is #a0bbaf
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.
#a0bbaf Background Color
<div style="background-color:#a0bbaf">
Div content here</div>
This div background color is #a0bbaf
#a0bbaf Border Color
<div style="border:3px solid #a0bbaf">
Div here</div>
This div border color is #a0bbaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,187,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a0bbaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a0bbaf; -webkit-box-shadow: 1px 1px 3px 2px #a0bbaf; box-shadow: 1px 1px 3px 2px #a0bbaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,187,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a0bbaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a0bbaf; -webkit-box-shadow: 1px 1px 3px 2px #a0bbaf; box-shadow: 1px 1px 3px 2px #a0bbaf;">
Div content here</div>
This div box has shadow with color #a0bbaf
Comments
No comments written yet.
Please login to write comment.