Color spaces of #afd20e
RGB | 175 | 210 | 14 |
---|---|---|---|
HSL | 0.20 | 0.88 | 0.44 |
HSV | 71° | 93° | 82° |
CMYK | 0.17 | 0.00 | 0.93 0.18 |
XYZ | 40.8051 | 55.2389 | 8.9270 |
Yxy | 55.2389 | 0.3887 | 0.5262 |
Hunter Lab | 74.3229 | -32.0641 | 44.9046 |
CIE-Lab | 79.1787 | -33.0613 | 77.2161 |
#afd20e color RGB value is (175,210,14).
#afd20e hex color red value is 175, green value is 210 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #afd20e hue: 0.20 , saturation: 0.88 and the lightness value of afd20e is 0.44.
The process color (four color CMYK) of #afd20e color hex is 0.17, 0.00, 0.93, 0.18. Web safe color of #afd20e is #99cc00. Color #afd20e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11010010 | 00001110 |
Octal | 257 | 322 | 16 |
Decimal | 175 | 210 | 14 |
Hex | AF | D2 | E |
Shades of #afd20e
Tints of #afd20e
RGB Percentages of Color #afd20e
CMYK Percentages of Color #afd20e
Complementary Color
#afd20e | #310ed2 |
#afd20e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afd20e Color Preview on White Background
Lorem ipsum dolor sit amet.
#afd20e Color CSS Codes
.mybgcolor {background-color:#afd20e; } .myforecolor {color:#afd20e; } .mybordercolor {border:3px solid #afd20e; }
#afd20e Text Font Color
<p style="color:#afd20e">Text here</p>
This sample text font color is #afd20e
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.
#afd20e Background Color
<div style="background-color:#afd20e">
Div content here</div>
This div background color is #afd20e
#afd20e Border Color
<div style="border:3px solid #afd20e">
Div here</div>
This div border color is #afd20e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,210,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afd20e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afd20e; -webkit-box-shadow: 1px 1px 3px 2px #afd20e; box-shadow: 1px 1px 3px 2px #afd20e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,210,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afd20e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afd20e; -webkit-box-shadow: 1px 1px 3px 2px #afd20e; box-shadow: 1px 1px 3px 2px #afd20e;">
Div content here</div>
This div box has shadow with color #afd20e
Comments
No comments written yet.
Please login to write comment.