Color spaces of #a8bbab
RGB | 168 | 187 | 171 |
---|---|---|---|
HSL | 0.36 | 0.12 | 0.70 |
HSV | 129° | 10° | 73° |
CMYK | 0.10 | 0.00 | 0.09 0.27 |
XYZ | 41.2695 | 46.8058 | 45.3874 |
Yxy | 46.8058 | 0.3092 | 0.3507 |
Hunter Lab | 68.4148 | -12.0502 | 8.5564 |
CIE-Lab | 74.0654 | -9.5957 | 5.8836 |
#a8bbab color RGB value is (168,187,171).
#a8bbab hex color red value is 168, green value is 187 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a8bbab hue: 0.36 , saturation: 0.12 and the lightness value of a8bbab is 0.70.
The process color (four color CMYK) of #a8bbab color hex is 0.10, 0.00, 0.09, 0.27. Web safe color of #a8bbab is #99cc99. Color #a8bbab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10111011 | 10101011 |
Octal | 250 | 273 | 253 |
Decimal | 168 | 187 | 171 |
Hex | A8 | BB | AB |
Shades of #a8bbab
Tints of #a8bbab
RGB Percentages of Color #a8bbab
CMYK Percentages of Color #a8bbab
Complementary Color
#a8bbab | #bba8b8 |
#a8bbab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8bbab Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8bbab Color CSS Codes
.mybgcolor {background-color:#a8bbab; } .myforecolor {color:#a8bbab; } .mybordercolor {border:3px solid #a8bbab; }
#a8bbab Text Font Color
<p style="color:#a8bbab">Text here</p>
This sample text font color is #a8bbab
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.
#a8bbab Background Color
<div style="background-color:#a8bbab">
Div content here</div>
This div background color is #a8bbab
#a8bbab Border Color
<div style="border:3px solid #a8bbab">
Div here</div>
This div border color is #a8bbab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,187,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8bbab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8bbab; -webkit-box-shadow: 1px 1px 3px 2px #a8bbab; box-shadow: 1px 1px 3px 2px #a8bbab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,187,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a8bbab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8bbab; -webkit-box-shadow: 1px 1px 3px 2px #a8bbab; box-shadow: 1px 1px 3px 2px #a8bbab;">
Div content here</div>
This div box has shadow with color #a8bbab
Comments
No comments written yet.
Please login to write comment.