Color spaces of #afe79d
RGB | 175 | 231 | 157 |
---|---|---|---|
HSL | 0.29 | 0.61 | 0.76 |
HSV | 105° | 32° | 91° |
CMYK | 0.24 | 0.00 | 0.32 0.09 |
XYZ | 52.3409 | 68.7001 | 42.4001 |
Yxy | 68.7001 | 0.3202 | 0.4203 |
Hunter Lab | 82.8855 | -32.3297 | 27.6901 |
CIE-Lab | 86.3553 | -31.3563 | 30.4256 |
#afe79d color RGB value is (175,231,157).
#afe79d hex color red value is 175, green value is 231 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #afe79d hue: 0.29 , saturation: 0.61 and the lightness value of afe79d is 0.76.
The process color (four color CMYK) of #afe79d color hex is 0.24, 0.00, 0.32, 0.09. Web safe color of #afe79d is #99ff99. Color #afe79d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11100111 | 10011101 |
Octal | 257 | 347 | 235 |
Decimal | 175 | 231 | 157 |
Hex | AF | E7 | 9D |
Shades of #afe79d
Tints of #afe79d
RGB Percentages of Color #afe79d
CMYK Percentages of Color #afe79d
Complementary Color
#afe79d | #d59de7 |
#afe79d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afe79d Color Preview on White Background
Lorem ipsum dolor sit amet.
#afe79d Color CSS Codes
.mybgcolor {background-color:#afe79d; } .myforecolor {color:#afe79d; } .mybordercolor {border:3px solid #afe79d; }
#afe79d Text Font Color
<p style="color:#afe79d">Text here</p>
This sample text font color is #afe79d
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.
#afe79d Background Color
<div style="background-color:#afe79d">
Div content here</div>
This div background color is #afe79d
#afe79d Border Color
<div style="border:3px solid #afe79d">
Div here</div>
This div border color is #afe79d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,231,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afe79d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afe79d; -webkit-box-shadow: 1px 1px 3px 2px #afe79d; box-shadow: 1px 1px 3px 2px #afe79d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,231,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afe79d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afe79d; -webkit-box-shadow: 1px 1px 3px 2px #afe79d; box-shadow: 1px 1px 3px 2px #afe79d;">
Div content here</div>
This div box has shadow with color #afe79d
Comments
No comments written yet.
Please login to write comment.