Color spaces of #afb79c
RGB | 175 | 183 | 156 |
---|---|---|---|
HSL | 0.22 | 0.16 | 0.66 |
HSV | 78° | 15° | 72° |
CMYK | 0.04 | 0.00 | 0.15 0.28 |
XYZ | 40.6134 | 45.3812 | 38.0714 |
Yxy | 45.3812 | 0.3274 | 0.3658 |
Hunter Lab | 67.3656 | -10.2755 | 13.6484 |
CIE-Lab | 73.1422 | -7.6336 | 12.7939 |
#afb79c color RGB value is (175,183,156).
#afb79c hex color red value is 175, green value is 183 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #afb79c hue: 0.22 , saturation: 0.16 and the lightness value of afb79c is 0.66.
The process color (four color CMYK) of #afb79c color hex is 0.04, 0.00, 0.15, 0.28. Web safe color of #afb79c is #99cc99. Color #afb79c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10110111 | 10011100 |
Octal | 257 | 267 | 234 |
Decimal | 175 | 183 | 156 |
Hex | AF | B7 | 9C |
Shades of #afb79c
Tints of #afb79c
RGB Percentages of Color #afb79c
CMYK Percentages of Color #afb79c
Complementary Color
#afb79c | #a49cb7 |
#afb79c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afb79c Color Preview on White Background
Lorem ipsum dolor sit amet.
#afb79c Color CSS Codes
.mybgcolor {background-color:#afb79c; } .myforecolor {color:#afb79c; } .mybordercolor {border:3px solid #afb79c; }
#afb79c Text Font Color
<p style="color:#afb79c">Text here</p>
This sample text font color is #afb79c
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.
#afb79c Background Color
<div style="background-color:#afb79c">
Div content here</div>
This div background color is #afb79c
#afb79c Border Color
<div style="border:3px solid #afb79c">
Div here</div>
This div border color is #afb79c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,183,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afb79c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afb79c; -webkit-box-shadow: 1px 1px 3px 2px #afb79c; box-shadow: 1px 1px 3px 2px #afb79c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,183,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afb79c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afb79c; -webkit-box-shadow: 1px 1px 3px 2px #afb79c; box-shadow: 1px 1px 3px 2px #afb79c;">
Div content here</div>
This div box has shadow with color #afb79c
Comments
No comments written yet.
Please login to write comment.