Color spaces of #afab73
RGB | 175 | 171 | 115 |
---|---|---|---|
HSL | 0.16 | 0.27 | 0.57 |
HSV | 56° | 34° | 69° |
CMYK | 0.00 | 0.02 | 0.34 0.31 |
XYZ | 35.3366 | 39.4776 | 21.9772 |
Yxy | 39.4776 | 0.3651 | 0.4079 |
Hunter Lab | 62.8312 | -9.5653 | 23.2433 |
CIE-Lab | 69.0958 | -7.2648 | 29.3982 |
#afab73 color RGB value is (175,171,115).
#afab73 hex color red value is 175, green value is 171 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #afab73 hue: 0.16 , saturation: 0.27 and the lightness value of afab73 is 0.57.
The process color (four color CMYK) of #afab73 color hex is 0.00, 0.02, 0.34, 0.31. Web safe color of #afab73 is #999966. Color #afab73 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101011 | 01110011 |
Octal | 257 | 253 | 163 |
Decimal | 175 | 171 | 115 |
Hex | AF | AB | 73 |
Shades of #afab73
Tints of #afab73
RGB Percentages of Color #afab73
CMYK Percentages of Color #afab73
Complementary Color
#afab73 | #7377af |
#afab73 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afab73 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afab73 Color CSS Codes
.mybgcolor {background-color:#afab73; } .myforecolor {color:#afab73; } .mybordercolor {border:3px solid #afab73; }
#afab73 Text Font Color
<p style="color:#afab73">Text here</p>
This sample text font color is #afab73
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.
#afab73 Background Color
<div style="background-color:#afab73">
Div content here</div>
This div background color is #afab73
#afab73 Border Color
<div style="border:3px solid #afab73">
Div here</div>
This div border color is #afab73
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,171,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afab73; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afab73; -webkit-box-shadow: 1px 1px 3px 2px #afab73; box-shadow: 1px 1px 3px 2px #afab73; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,171,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afab73">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afab73; -webkit-box-shadow: 1px 1px 3px 2px #afab73; box-shadow: 1px 1px 3px 2px #afab73;">
Div content here</div>
This div box has shadow with color #afab73
Comments
No comments written yet.
Please login to write comment.