Color spaces of #afb99f
RGB | 175 | 185 | 159 |
---|---|---|---|
HSL | 0.23 | 0.16 | 0.67 |
HSV | 83° | 14° | 73° |
CMYK | 0.05 | 0.00 | 0.14 0.27 |
XYZ | 41.2862 | 46.3151 | 39.5646 |
Yxy | 46.3151 | 0.3247 | 0.3642 |
Hunter Lab | 68.0552 | -10.8082 | 13.1698 |
CIE-Lab | 73.7495 | -8.1832 | 12.0225 |
#afb99f color RGB value is (175,185,159).
#afb99f hex color red value is 175, green value is 185 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #afb99f hue: 0.23 , saturation: 0.16 and the lightness value of afb99f is 0.67.
The process color (four color CMYK) of #afb99f color hex is 0.05, 0.00, 0.14, 0.27. Web safe color of #afb99f is #99cc99. Color #afb99f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10111001 | 10011111 |
Octal | 257 | 271 | 237 |
Decimal | 175 | 185 | 159 |
Hex | AF | B9 | 9F |
Shades of #afb99f
Tints of #afb99f
RGB Percentages of Color #afb99f
CMYK Percentages of Color #afb99f
Complementary Color
#afb99f | #a99fb9 |
#afb99f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afb99f Color Preview on White Background
Lorem ipsum dolor sit amet.
#afb99f Color CSS Codes
.mybgcolor {background-color:#afb99f; } .myforecolor {color:#afb99f; } .mybordercolor {border:3px solid #afb99f; }
#afb99f Text Font Color
<p style="color:#afb99f">Text here</p>
This sample text font color is #afb99f
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.
#afb99f Background Color
<div style="background-color:#afb99f">
Div content here</div>
This div background color is #afb99f
#afb99f Border Color
<div style="border:3px solid #afb99f">
Div here</div>
This div border color is #afb99f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,185,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afb99f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afb99f; -webkit-box-shadow: 1px 1px 3px 2px #afb99f; box-shadow: 1px 1px 3px 2px #afb99f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,185,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afb99f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afb99f; -webkit-box-shadow: 1px 1px 3px 2px #afb99f; box-shadow: 1px 1px 3px 2px #afb99f;">
Div content here</div>
This div box has shadow with color #afb99f
Comments
No comments written yet.
Please login to write comment.