Color spaces of #afaf88
RGB | 175 | 175 | 136 |
---|---|---|---|
HSL | 0.17 | 0.20 | 0.61 |
HSV | 60° | 22° | 69° |
CMYK | 0.00 | 0.00 | 0.22 0.31 |
XYZ | 37.4531 | 41.5515 | 29.3388 |
Yxy | 41.5515 | 0.3457 | 0.3835 |
Hunter Lab | 64.4605 | -9.0929 | 18.1368 |
CIE-Lab | 70.5606 | -6.5392 | 20.0637 |
#afaf88 color RGB value is (175,175,136).
#afaf88 hex color red value is 175, green value is 175 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #afaf88 hue: 0.17 , saturation: 0.20 and the lightness value of afaf88 is 0.61.
The process color (four color CMYK) of #afaf88 color hex is 0.00, 0.00, 0.22, 0.31. Web safe color of #afaf88 is #999999. Color #afaf88 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101111 | 10001000 |
Octal | 257 | 257 | 210 |
Decimal | 175 | 175 | 136 |
Hex | AF | AF | 88 |
Shades of #afaf88
Tints of #afaf88
RGB Percentages of Color #afaf88
CMYK Percentages of Color #afaf88
Complementary Color
#afaf88 | #8888af |
#afaf88 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afaf88 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afaf88 Color CSS Codes
.mybgcolor {background-color:#afaf88; } .myforecolor {color:#afaf88; } .mybordercolor {border:3px solid #afaf88; }
#afaf88 Text Font Color
<p style="color:#afaf88">Text here</p>
This sample text font color is #afaf88
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.
#afaf88 Background Color
<div style="background-color:#afaf88">
Div content here</div>
This div background color is #afaf88
#afaf88 Border Color
<div style="border:3px solid #afaf88">
Div here</div>
This div border color is #afaf88
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,175,136, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afaf88; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afaf88; -webkit-box-shadow: 1px 1px 3px 2px #afaf88; box-shadow: 1px 1px 3px 2px #afaf88; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,175,136, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afaf88">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afaf88; -webkit-box-shadow: 1px 1px 3px 2px #afaf88; box-shadow: 1px 1px 3px 2px #afaf88;">
Div content here</div>
This div box has shadow with color #afaf88
Comments
No comments written yet.
Please login to write comment.