Color spaces of #aba2af
RGB | 171 | 162 | 175 |
---|---|---|---|
HSL | 0.78 | 0.08 | 0.66 |
HSV | 282° | 7° | 69° |
CMYK | 0.02 | 0.07 | 0.00 0.31 |
XYZ | 37.4528 | 37.5937 | 45.8398 |
Yxy | 37.5937 | 0.3098 | 0.3110 |
Hunter Lab | 61.3137 | 1.7358 | -1.4072 |
CIE-Lab | 67.7201 | 5.7034 | -5.5513 |
#aba2af color RGB value is (171,162,175).
#aba2af hex color red value is 171, green value is 162 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aba2af hue: 0.78 , saturation: 0.08 and the lightness value of aba2af is 0.66.
The process color (four color CMYK) of #aba2af color hex is 0.02, 0.07, 0.00, 0.31. Web safe color of #aba2af is #999999. Color #aba2af contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10100010 | 10101111 |
Octal | 253 | 242 | 257 |
Decimal | 171 | 162 | 175 |
Hex | AB | A2 | AF |
Shades of #aba2af
Tints of #aba2af
RGB Percentages of Color #aba2af
CMYK Percentages of Color #aba2af
Complementary Color
#aba2af | #a6afa2 |
#aba2af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aba2af Color Preview on White Background
Lorem ipsum dolor sit amet.
#aba2af Color CSS Codes
.mybgcolor {background-color:#aba2af; } .myforecolor {color:#aba2af; } .mybordercolor {border:3px solid #aba2af; }
#aba2af Text Font Color
<p style="color:#aba2af">Text here</p>
This sample text font color is #aba2af
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.
#aba2af Background Color
<div style="background-color:#aba2af">
Div content here</div>
This div background color is #aba2af
#aba2af Border Color
<div style="border:3px solid #aba2af">
Div here</div>
This div border color is #aba2af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,162,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aba2af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aba2af; -webkit-box-shadow: 1px 1px 3px 2px #aba2af; box-shadow: 1px 1px 3px 2px #aba2af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,162,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 #aba2af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aba2af; -webkit-box-shadow: 1px 1px 3px 2px #aba2af; box-shadow: 1px 1px 3px 2px #aba2af;">
Div content here</div>
This div box has shadow with color #aba2af
Comments
No comments written yet.
Please login to write comment.