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