Color spaces of #abbbab
RGB | 171 | 187 | 171 |
---|---|---|---|
HSL | 0.33 | 0.11 | 0.70 |
HSV | 120° | 9° | 73° |
CMYK | 0.09 | 0.00 | 0.09 0.27 |
XYZ | 41.9156 | 47.1388 | 45.4176 |
Yxy | 47.1388 | 0.3117 | 0.3505 |
Hunter Lab | 68.6577 | -11.1765 | 8.8396 |
CIE-Lab | 74.2785 | -8.5486 | 6.2179 |
#abbbab color RGB value is (171,187,171).
#abbbab hex color red value is 171, green value is 187 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #abbbab hue: 0.33 , saturation: 0.11 and the lightness value of abbbab is 0.70.
The process color (four color CMYK) of #abbbab color hex is 0.09, 0.00, 0.09, 0.27. Web safe color of #abbbab is #99cc99. Color #abbbab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10111011 | 10101011 |
Octal | 253 | 273 | 253 |
Decimal | 171 | 187 | 171 |
Hex | AB | BB | AB |
Shades of #abbbab
Tints of #abbbab
RGB Percentages of Color #abbbab
CMYK Percentages of Color #abbbab
Complementary Color
#abbbab | #bbabbb |
#abbbab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abbbab Color Preview on White Background
Lorem ipsum dolor sit amet.
#abbbab Color CSS Codes
.mybgcolor {background-color:#abbbab; } .myforecolor {color:#abbbab; } .mybordercolor {border:3px solid #abbbab; }
#abbbab Text Font Color
<p style="color:#abbbab">Text here</p>
This sample text font color is #abbbab
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.
#abbbab Background Color
<div style="background-color:#abbbab">
Div content here</div>
This div background color is #abbbab
#abbbab Border Color
<div style="border:3px solid #abbbab">
Div here</div>
This div border color is #abbbab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,187,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abbbab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abbbab; -webkit-box-shadow: 1px 1px 3px 2px #abbbab; box-shadow: 1px 1px 3px 2px #abbbab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,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 #abbbab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abbbab; -webkit-box-shadow: 1px 1px 3px 2px #abbbab; box-shadow: 1px 1px 3px 2px #abbbab;">
Div content here</div>
This div box has shadow with color #abbbab
Comments
No comments written yet.
Please login to write comment.