Color spaces of #afe249
RGB | 175 | 226 | 73 |
---|---|---|---|
HSL | 0.22 | 0.73 | 0.59 |
HSV | 80° | 68° | 89° |
CMYK | 0.23 | 0.00 | 0.68 0.11 |
XYZ | 46.0782 | 63.9877 | 16.2256 |
Yxy | 63.9877 | 0.3649 | 0.5067 |
Hunter Lab | 79.9923 | -37.1647 | 43.9683 |
CIE-Lab | 83.9594 | -38.0736 | 66.3101 |
#afe249 color RGB value is (175,226,73).
#afe249 hex color red value is 175, green value is 226 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #afe249 hue: 0.22 , saturation: 0.73 and the lightness value of afe249 is 0.59.
The process color (four color CMYK) of #afe249 color hex is 0.23, 0.00, 0.68, 0.11. Web safe color of #afe249 is #99cc33. Color #afe249 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11100010 | 01001001 |
Octal | 257 | 342 | 111 |
Decimal | 175 | 226 | 73 |
Hex | AF | E2 | 49 |
Shades of #afe249
Tints of #afe249
RGB Percentages of Color #afe249
CMYK Percentages of Color #afe249
Complementary Color
#afe249 | #7c49e2 |
#afe249 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afe249 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afe249 Color CSS Codes
.mybgcolor {background-color:#afe249; } .myforecolor {color:#afe249; } .mybordercolor {border:3px solid #afe249; }
#afe249 Text Font Color
<p style="color:#afe249">Text here</p>
This sample text font color is #afe249
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.
#afe249 Background Color
<div style="background-color:#afe249">
Div content here</div>
This div background color is #afe249
#afe249 Border Color
<div style="border:3px solid #afe249">
Div here</div>
This div border color is #afe249
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,226,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afe249; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afe249; -webkit-box-shadow: 1px 1px 3px 2px #afe249; box-shadow: 1px 1px 3px 2px #afe249; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,226,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afe249">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afe249; -webkit-box-shadow: 1px 1px 3px 2px #afe249; box-shadow: 1px 1px 3px 2px #afe249;">
Div content here</div>
This div box has shadow with color #afe249
Comments
No comments written yet.
Please login to write comment.