Color spaces of #afaf87
RGB | 175 | 175 | 135 |
---|---|---|---|
HSL | 0.17 | 0.20 | 0.61 |
HSV | 60° | 23° | 69° |
CMYK | 0.00 | 0.00 | 0.23 0.31 |
XYZ | 37.3823 | 41.5232 | 28.9662 |
Yxy | 41.5232 | 0.3465 | 0.3849 |
Hunter Lab | 64.4385 | -9.2153 | 18.4551 |
CIE-Lab | 70.5409 | -6.6856 | 20.5790 |
#afaf87 color RGB value is (175,175,135).
#afaf87 hex color red value is 175, green value is 175 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #afaf87 hue: 0.17 , saturation: 0.20 and the lightness value of afaf87 is 0.61.
The process color (four color CMYK) of #afaf87 color hex is 0.00, 0.00, 0.23, 0.31. Web safe color of #afaf87 is #999999. Color #afaf87 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101111 | 10000111 |
Octal | 257 | 257 | 207 |
Decimal | 175 | 175 | 135 |
Hex | AF | AF | 87 |
Shades of #afaf87
Tints of #afaf87
RGB Percentages of Color #afaf87
CMYK Percentages of Color #afaf87
Complementary Color
#afaf87 | #8787af |
#afaf87 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afaf87 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afaf87 Color CSS Codes
.mybgcolor {background-color:#afaf87; } .myforecolor {color:#afaf87; } .mybordercolor {border:3px solid #afaf87; }
#afaf87 Text Font Color
<p style="color:#afaf87">Text here</p>
This sample text font color is #afaf87
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.
#afaf87 Background Color
<div style="background-color:#afaf87">
Div content here</div>
This div background color is #afaf87
#afaf87 Border Color
<div style="border:3px solid #afaf87">
Div here</div>
This div border color is #afaf87
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,175,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afaf87; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afaf87; -webkit-box-shadow: 1px 1px 3px 2px #afaf87; box-shadow: 1px 1px 3px 2px #afaf87; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,175,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afaf87">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afaf87; -webkit-box-shadow: 1px 1px 3px 2px #afaf87; box-shadow: 1px 1px 3px 2px #afaf87;">
Div content here</div>
This div box has shadow with color #afaf87
Comments
No comments written yet.
Please login to write comment.