Color spaces of #afafab
RGB | 175 | 175 | 171 |
---|---|---|---|
HSL | 0.17 | 0.02 | 0.68 |
HSV | 60° | 2° | 69° |
CMYK | 0.00 | 0.00 | 0.02 0.31 |
XYZ | 40.3599 | 42.7142 | 44.6455 |
Yxy | 42.7142 | 0.3160 | 0.3344 |
Hunter Lab | 65.3561 | -4.1426 | 5.2476 |
CIE-Lab | 71.3606 | -0.7393 | 2.0386 |
#afafab color RGB value is (175,175,171).
#afafab hex color red value is 175, green value is 175 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #afafab hue: 0.17 , saturation: 0.02 and the lightness value of afafab is 0.68.
The process color (four color CMYK) of #afafab color hex is 0.00, 0.00, 0.02, 0.31. Web safe color of #afafab is #999999. Color #afafab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101111 | 10101011 |
Octal | 257 | 257 | 253 |
Decimal | 175 | 175 | 171 |
Hex | AF | AF | AB |
Shades of #afafab
Tints of #afafab
RGB Percentages of Color #afafab
CMYK Percentages of Color #afafab
Complementary Color
#afafab | #ababaf |
#afafab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afafab Color Preview on White Background
Lorem ipsum dolor sit amet.
#afafab Color CSS Codes
.mybgcolor {background-color:#afafab; } .myforecolor {color:#afafab; } .mybordercolor {border:3px solid #afafab; }
#afafab Text Font Color
<p style="color:#afafab">Text here</p>
This sample text font color is #afafab
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.
#afafab Background Color
<div style="background-color:#afafab">
Div content here</div>
This div background color is #afafab
#afafab Border Color
<div style="border:3px solid #afafab">
Div here</div>
This div border color is #afafab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,175,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afafab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afafab; -webkit-box-shadow: 1px 1px 3px 2px #afafab; box-shadow: 1px 1px 3px 2px #afafab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,175,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 #afafab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afafab; -webkit-box-shadow: 1px 1px 3px 2px #afafab; box-shadow: 1px 1px 3px 2px #afafab;">
Div content here</div>
This div box has shadow with color #afafab
Comments
No comments written yet.
Please login to write comment.