Color spaces of #afd820
RGB | 175 | 216 | 32 |
---|---|---|---|
HSL | 0.20 | 0.74 | 0.49 |
HSV | 73° | 85° | 85° |
CMYK | 0.19 | 0.00 | 0.85 0.15 |
XYZ | 42.4958 | 58.3300 | 10.3855 |
Yxy | 58.3300 | 0.3821 | 0.5245 |
Hunter Lab | 76.3741 | -34.3343 | 45.3995 |
CIE-Lab | 80.9219 | -35.4361 | 75.7265 |
#afd820 color RGB value is (175,216,32).
#afd820 hex color red value is 175, green value is 216 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #afd820 hue: 0.20 , saturation: 0.74 and the lightness value of afd820 is 0.49.
The process color (four color CMYK) of #afd820 color hex is 0.19, 0.00, 0.85, 0.15. Web safe color of #afd820 is #99cc33. Color #afd820 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11011000 | 00100000 |
Octal | 257 | 330 | 40 |
Decimal | 175 | 216 | 32 |
Hex | AF | D8 | 20 |
Shades of #afd820
Tints of #afd820
RGB Percentages of Color #afd820
CMYK Percentages of Color #afd820
Complementary Color
#afd820 | #4920d8 |
#afd820 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afd820 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afd820 Color CSS Codes
.mybgcolor {background-color:#afd820; } .myforecolor {color:#afd820; } .mybordercolor {border:3px solid #afd820; }
#afd820 Text Font Color
<p style="color:#afd820">Text here</p>
This sample text font color is #afd820
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.
#afd820 Background Color
<div style="background-color:#afd820">
Div content here</div>
This div background color is #afd820
#afd820 Border Color
<div style="border:3px solid #afd820">
Div here</div>
This div border color is #afd820
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,216,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afd820; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afd820; -webkit-box-shadow: 1px 1px 3px 2px #afd820; box-shadow: 1px 1px 3px 2px #afd820; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,216,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afd820">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afd820; -webkit-box-shadow: 1px 1px 3px 2px #afd820; box-shadow: 1px 1px 3px 2px #afd820;">
Div content here</div>
This div box has shadow with color #afd820
Comments
No comments written yet.
Please login to write comment.