Color spaces of #afe502
RGB | 175 | 229 | 2 |
---|---|---|---|
HSL | 0.21 | 0.98 | 0.45 |
HSV | 74° | 99° | 90° |
CMYK | 0.24 | 0.00 | 0.99 0.10 |
XYZ | 45.7095 | 65.1570 | 10.2248 |
Yxy | 65.1570 | 0.3775 | 0.5381 |
Hunter Lab | 80.7199 | -40.1801 | 48.9936 |
CIE-Lab | 84.5646 | -41.7327 | 82.4807 |
#afe502 color RGB value is (175,229,2).
#afe502 hex color red value is 175, green value is 229 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #afe502 hue: 0.21 , saturation: 0.98 and the lightness value of afe502 is 0.45.
The process color (four color CMYK) of #afe502 color hex is 0.24, 0.00, 0.99, 0.10. Web safe color of #afe502 is #99cc00. Color #afe502 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11100101 | 00000010 |
Octal | 257 | 345 | 2 |
Decimal | 175 | 229 | 2 |
Hex | AF | E5 | 2 |
Shades of #afe502
Tints of #afe502
RGB Percentages of Color #afe502
CMYK Percentages of Color #afe502
Complementary Color
#afe502 | #3802e5 |
#afe502 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afe502 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afe502 Color CSS Codes
.mybgcolor {background-color:#afe502; } .myforecolor {color:#afe502; } .mybordercolor {border:3px solid #afe502; }
#afe502 Text Font Color
<p style="color:#afe502">Text here</p>
This sample text font color is #afe502
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.
#afe502 Background Color
<div style="background-color:#afe502">
Div content here</div>
This div background color is #afe502
#afe502 Border Color
<div style="border:3px solid #afe502">
Div here</div>
This div border color is #afe502
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,229,2, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afe502; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afe502; -webkit-box-shadow: 1px 1px 3px 2px #afe502; box-shadow: 1px 1px 3px 2px #afe502; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,229,2, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afe502">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afe502; -webkit-box-shadow: 1px 1px 3px 2px #afe502; box-shadow: 1px 1px 3px 2px #afe502;">
Div content here</div>
This div box has shadow with color #afe502
Comments
No comments written yet.
Please login to write comment.