Color spaces of #ababaa
RGB | 171 | 171 | 170 |
---|---|---|---|
HSL | 0.17 | 0.01 | 0.67 |
HSV | 60° | 1° | 67° |
CMYK | 0.00 | 0.00 | 0.01 0.33 |
XYZ | 38.6132 | 40.6860 | 43.8483 |
Yxy | 40.6860 | 0.3136 | 0.3304 |
Hunter Lab | 63.7856 | -3.5681 | 3.8920 |
CIE-Lab | 69.9554 | -0.1841 | 0.5056 |
#ababaa color RGB value is (171,171,170).
#ababaa hex color red value is 171, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ababaa hue: 0.17 , saturation: 0.01 and the lightness value of ababaa is 0.67.
The process color (four color CMYK) of #ababaa color hex is 0.00, 0.00, 0.01, 0.33. Web safe color of #ababaa is #999999. Color #ababaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10101011 | 10101010 |
Octal | 253 | 253 | 252 |
Decimal | 171 | 171 | 170 |
Hex | AB | AB | AA |
Shades of #ababaa
Tints of #ababaa
RGB Percentages of Color #ababaa
CMYK Percentages of Color #ababaa
Complementary Color
#ababaa | #aaaaab |
#ababaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ababaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ababaa Color CSS Codes
.mybgcolor {background-color:#ababaa; } .myforecolor {color:#ababaa; } .mybordercolor {border:3px solid #ababaa; }
#ababaa Text Font Color
<p style="color:#ababaa">Text here</p>
This sample text font color is #ababaa
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.
#ababaa Background Color
<div style="background-color:#ababaa">
Div content here</div>
This div background color is #ababaa
#ababaa Border Color
<div style="border:3px solid #ababaa">
Div here</div>
This div border color is #ababaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,171,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ababaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ababaa; -webkit-box-shadow: 1px 1px 3px 2px #ababaa; box-shadow: 1px 1px 3px 2px #ababaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,171,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ababaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ababaa; -webkit-box-shadow: 1px 1px 3px 2px #ababaa; box-shadow: 1px 1px 3px 2px #ababaa;">
Div content here</div>
This div box has shadow with color #ababaa
Comments
No comments written yet.
Please login to write comment.