Color spaces of #aba1af
RGB | 171 | 161 | 175 |
---|---|---|---|
HSL | 0.79 | 0.08 | 0.66 |
HSV | 283° | 8° | 69° |
CMYK | 0.02 | 0.08 | 0.00 0.31 |
XYZ | 37.2773 | 37.2428 | 45.7813 |
Yxy | 37.2428 | 0.3099 | 0.3096 |
Hunter Lab | 61.0269 | 2.2369 | -1.7595 |
CIE-Lab | 67.4588 | 6.2562 | -5.9380 |
#aba1af color RGB value is (171,161,175).
#aba1af hex color red value is 171, green value is 161 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aba1af hue: 0.79 , saturation: 0.08 and the lightness value of aba1af is 0.66.
The process color (four color CMYK) of #aba1af color hex is 0.02, 0.08, 0.00, 0.31. Web safe color of #aba1af is #999999. Color #aba1af contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10100001 | 10101111 |
Octal | 253 | 241 | 257 |
Decimal | 171 | 161 | 175 |
Hex | AB | A1 | AF |
Shades of #aba1af
Tints of #aba1af
RGB Percentages of Color #aba1af
CMYK Percentages of Color #aba1af
Complementary Color
#aba1af | #a5afa1 |
#aba1af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aba1af Color Preview on White Background
Lorem ipsum dolor sit amet.
#aba1af Color CSS Codes
.mybgcolor {background-color:#aba1af; } .myforecolor {color:#aba1af; } .mybordercolor {border:3px solid #aba1af; }
#aba1af Text Font Color
<p style="color:#aba1af">Text here</p>
This sample text font color is #aba1af
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.
#aba1af Background Color
<div style="background-color:#aba1af">
Div content here</div>
This div background color is #aba1af
#aba1af Border Color
<div style="border:3px solid #aba1af">
Div here</div>
This div border color is #aba1af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,161,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aba1af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aba1af; -webkit-box-shadow: 1px 1px 3px 2px #aba1af; box-shadow: 1px 1px 3px 2px #aba1af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,161,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 #aba1af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aba1af; -webkit-box-shadow: 1px 1px 3px 2px #aba1af; box-shadow: 1px 1px 3px 2px #aba1af;">
Div content here</div>
This div box has shadow with color #aba1af
Comments
No comments written yet.
Please login to write comment.