Color spaces of #afde24
RGB | 175 | 222 | 36 |
---|---|---|---|
HSL | 0.21 | 0.74 | 0.51 |
HSV | 75° | 84° | 87° |
CMYK | 0.21 | 0.00 | 0.84 0.13 |
XYZ | 44.1189 | 61.4839 | 11.2113 |
Yxy | 61.4839 | 0.3777 | 0.5263 |
Hunter Lab | 78.4117 | -36.7861 | 46.4109 |
CIE-Lab | 82.6382 | -38.0270 | 76.3251 |
#afde24 color RGB value is (175,222,36).
#afde24 hex color red value is 175, green value is 222 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #afde24 hue: 0.21 , saturation: 0.74 and the lightness value of afde24 is 0.51.
The process color (four color CMYK) of #afde24 color hex is 0.21, 0.00, 0.84, 0.13. Web safe color of #afde24 is #99cc33. Color #afde24 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11011110 | 00100100 |
Octal | 257 | 336 | 44 |
Decimal | 175 | 222 | 36 |
Hex | AF | DE | 24 |
Shades of #afde24
Tints of #afde24
RGB Percentages of Color #afde24
CMYK Percentages of Color #afde24
Complementary Color
#afde24 | #5324de |
#afde24 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afde24 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afde24 Color CSS Codes
.mybgcolor {background-color:#afde24; } .myforecolor {color:#afde24; } .mybordercolor {border:3px solid #afde24; }
#afde24 Text Font Color
<p style="color:#afde24">Text here</p>
This sample text font color is #afde24
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.
#afde24 Background Color
<div style="background-color:#afde24">
Div content here</div>
This div background color is #afde24
#afde24 Border Color
<div style="border:3px solid #afde24">
Div here</div>
This div border color is #afde24
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,222,36, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afde24; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afde24; -webkit-box-shadow: 1px 1px 3px 2px #afde24; box-shadow: 1px 1px 3px 2px #afde24; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,222,36, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afde24">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afde24; -webkit-box-shadow: 1px 1px 3px 2px #afde24; box-shadow: 1px 1px 3px 2px #afde24;">
Div content here</div>
This div box has shadow with color #afde24
Comments
No comments written yet.
Please login to write comment.