Color spaces of #afdd20
RGB | 175 | 221 | 32 |
---|---|---|---|
HSL | 0.21 | 0.75 | 0.50 |
HSV | 75° | 86° | 87° |
CMYK | 0.21 | 0.00 | 0.86 0.13 |
XYZ | 43.7964 | 60.9311 | 10.8191 |
Yxy | 60.9311 | 0.3790 | 0.5273 |
Hunter Lab | 78.0584 | -36.4507 | 46.4231 |
CIE-Lab | 82.3417 | -37.6945 | 76.9199 |
#afdd20 color RGB value is (175,221,32).
#afdd20 hex color red value is 175, green value is 221 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #afdd20 hue: 0.21 , saturation: 0.75 and the lightness value of afdd20 is 0.50.
The process color (four color CMYK) of #afdd20 color hex is 0.21, 0.00, 0.86, 0.13. Web safe color of #afdd20 is #99cc33. Color #afdd20 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11011101 | 00100000 |
Octal | 257 | 335 | 40 |
Decimal | 175 | 221 | 32 |
Hex | AF | DD | 20 |
Shades of #afdd20
Tints of #afdd20
RGB Percentages of Color #afdd20
CMYK Percentages of Color #afdd20
Complementary Color
#afdd20 | #4e20dd |
#afdd20 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afdd20 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afdd20 Color CSS Codes
.mybgcolor {background-color:#afdd20; } .myforecolor {color:#afdd20; } .mybordercolor {border:3px solid #afdd20; }
#afdd20 Text Font Color
<p style="color:#afdd20">Text here</p>
This sample text font color is #afdd20
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.
#afdd20 Background Color
<div style="background-color:#afdd20">
Div content here</div>
This div background color is #afdd20
#afdd20 Border Color
<div style="border:3px solid #afdd20">
Div here</div>
This div border color is #afdd20
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,221,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afdd20; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afdd20; -webkit-box-shadow: 1px 1px 3px 2px #afdd20; box-shadow: 1px 1px 3px 2px #afdd20; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,221,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 #afdd20">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afdd20; -webkit-box-shadow: 1px 1px 3px 2px #afdd20; box-shadow: 1px 1px 3px 2px #afdd20;">
Div content here</div>
This div box has shadow with color #afdd20
Comments
No comments written yet.
Please login to write comment.