Color spaces of #afd09c
RGB | 175 | 208 | 156 |
---|---|---|---|
HSL | 0.27 | 0.36 | 0.71 |
HSV | 98° | 25° | 82° |
CMYK | 0.16 | 0.00 | 0.25 0.18 |
XYZ | 46.2358 | 56.6260 | 39.9455 |
Yxy | 56.6260 | 0.3238 | 0.3965 |
Hunter Lab | 75.2502 | -22.0127 | 21.2019 |
CIE-Lab | 79.9688 | -20.4255 | 22.2888 |
#afd09c color RGB value is (175,208,156).
#afd09c hex color red value is 175, green value is 208 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #afd09c hue: 0.27 , saturation: 0.36 and the lightness value of afd09c is 0.71.
The process color (four color CMYK) of #afd09c color hex is 0.16, 0.00, 0.25, 0.18. Web safe color of #afd09c is #99cc99. Color #afd09c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11010000 | 10011100 |
Octal | 257 | 320 | 234 |
Decimal | 175 | 208 | 156 |
Hex | AF | D0 | 9C |
Shades of #afd09c
Tints of #afd09c
RGB Percentages of Color #afd09c
CMYK Percentages of Color #afd09c
Complementary Color
#afd09c | #bd9cd0 |
#afd09c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afd09c Color Preview on White Background
Lorem ipsum dolor sit amet.
#afd09c Color CSS Codes
.mybgcolor {background-color:#afd09c; } .myforecolor {color:#afd09c; } .mybordercolor {border:3px solid #afd09c; }
#afd09c Text Font Color
<p style="color:#afd09c">Text here</p>
This sample text font color is #afd09c
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.
#afd09c Background Color
<div style="background-color:#afd09c">
Div content here</div>
This div background color is #afd09c
#afd09c Border Color
<div style="border:3px solid #afd09c">
Div here</div>
This div border color is #afd09c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,208,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afd09c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afd09c; -webkit-box-shadow: 1px 1px 3px 2px #afd09c; box-shadow: 1px 1px 3px 2px #afd09c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,208,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 #afd09c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afd09c; -webkit-box-shadow: 1px 1px 3px 2px #afd09c; box-shadow: 1px 1px 3px 2px #afd09c;">
Div content here</div>
This div box has shadow with color #afd09c
Comments
No comments written yet.
Please login to write comment.