Color spaces of #afad5d
RGB | 175 | 173 | 93 |
---|---|---|---|
HSL | 0.16 | 0.34 | 0.53 |
HSV | 59° | 47° | 69° |
CMYK | 0.00 | 0.01 | 0.47 0.31 |
XYZ | 34.5986 | 39.7914 | 16.2129 |
Yxy | 39.7914 | 0.3819 | 0.4392 |
Hunter Lab | 63.0804 | -12.4864 | 28.9176 |
CIE-Lab | 69.3207 | -10.7546 | 41.0987 |
#afad5d color RGB value is (175,173,93).
#afad5d hex color red value is 175, green value is 173 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #afad5d hue: 0.16 , saturation: 0.34 and the lightness value of afad5d is 0.53.
The process color (four color CMYK) of #afad5d color hex is 0.00, 0.01, 0.47, 0.31. Web safe color of #afad5d is #999966. Color #afad5d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101101 | 01011101 |
Octal | 257 | 255 | 135 |
Decimal | 175 | 173 | 93 |
Hex | AF | AD | 5D |
Shades of #afad5d
Tints of #afad5d
RGB Percentages of Color #afad5d
CMYK Percentages of Color #afad5d
Complementary Color
#afad5d | #5d5faf |
#afad5d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afad5d Color Preview on White Background
Lorem ipsum dolor sit amet.
#afad5d Color CSS Codes
.mybgcolor {background-color:#afad5d; } .myforecolor {color:#afad5d; } .mybordercolor {border:3px solid #afad5d; }
#afad5d Text Font Color
<p style="color:#afad5d">Text here</p>
This sample text font color is #afad5d
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.
#afad5d Background Color
<div style="background-color:#afad5d">
Div content here</div>
This div background color is #afad5d
#afad5d Border Color
<div style="border:3px solid #afad5d">
Div here</div>
This div border color is #afad5d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,173,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afad5d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afad5d; -webkit-box-shadow: 1px 1px 3px 2px #afad5d; box-shadow: 1px 1px 3px 2px #afad5d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,173,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afad5d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afad5d; -webkit-box-shadow: 1px 1px 3px 2px #afad5d; box-shadow: 1px 1px 3px 2px #afad5d;">
Div content here</div>
This div box has shadow with color #afad5d
Comments
No comments written yet.
Please login to write comment.