Color spaces of #afbf7d
RGB | 175 | 191 | 125 |
---|---|---|---|
HSL | 0.21 | 0.34 | 0.62 |
HSV | 75° | 35° | 75° |
CMYK | 0.08 | 0.00 | 0.35 0.25 |
XYZ | 40.0117 | 47.8562 | 26.5304 |
Yxy | 47.8562 | 0.3498 | 0.4183 |
Hunter Lab | 69.1782 | -17.8199 | 25.6865 |
CIE-Lab | 74.7341 | -16.3645 | 31.5203 |
#afbf7d color RGB value is (175,191,125).
#afbf7d hex color red value is 175, green value is 191 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #afbf7d hue: 0.21 , saturation: 0.34 and the lightness value of afbf7d is 0.62.
The process color (four color CMYK) of #afbf7d color hex is 0.08, 0.00, 0.35, 0.25. Web safe color of #afbf7d is #99cc66. Color #afbf7d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10111111 | 01111101 |
Octal | 257 | 277 | 175 |
Decimal | 175 | 191 | 125 |
Hex | AF | BF | 7D |
Shades of #afbf7d
Tints of #afbf7d
RGB Percentages of Color #afbf7d
CMYK Percentages of Color #afbf7d
Complementary Color
#afbf7d | #8d7dbf |
#afbf7d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afbf7d Color Preview on White Background
Lorem ipsum dolor sit amet.
#afbf7d Color CSS Codes
.mybgcolor {background-color:#afbf7d; } .myforecolor {color:#afbf7d; } .mybordercolor {border:3px solid #afbf7d; }
#afbf7d Text Font Color
<p style="color:#afbf7d">Text here</p>
This sample text font color is #afbf7d
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.
#afbf7d Background Color
<div style="background-color:#afbf7d">
Div content here</div>
This div background color is #afbf7d
#afbf7d Border Color
<div style="border:3px solid #afbf7d">
Div here</div>
This div border color is #afbf7d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,191,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afbf7d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afbf7d; -webkit-box-shadow: 1px 1px 3px 2px #afbf7d; box-shadow: 1px 1px 3px 2px #afbf7d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,191,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afbf7d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afbf7d; -webkit-box-shadow: 1px 1px 3px 2px #afbf7d; box-shadow: 1px 1px 3px 2px #afbf7d;">
Div content here</div>
This div box has shadow with color #afbf7d
Comments
No comments written yet.
Please login to write comment.