Color spaces of #afe817
RGB | 175 | 232 | 23 |
---|---|---|---|
HSL | 0.21 | 0.82 | 0.50 |
HSV | 76° | 90° | 91° |
CMYK | 0.25 | 0.00 | 0.90 0.09 |
XYZ | 46.6905 | 66.8890 | 11.2606 |
Yxy | 66.8890 | 0.3740 | 0.5358 |
Hunter Lab | 81.7857 | -41.2214 | 49.0867 |
CIE-Lab | 85.4479 | -42.7574 | 81.0321 |
#afe817 color RGB value is (175,232,23).
#afe817 hex color red value is 175, green value is 232 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #afe817 hue: 0.21 , saturation: 0.82 and the lightness value of afe817 is 0.50.
The process color (four color CMYK) of #afe817 color hex is 0.25, 0.00, 0.90, 0.09. Web safe color of #afe817 is #99ff00. Color #afe817 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11101000 | 00010111 |
Octal | 257 | 350 | 27 |
Decimal | 175 | 232 | 23 |
Hex | AF | E8 | 17 |
Shades of #afe817
Tints of #afe817
RGB Percentages of Color #afe817
CMYK Percentages of Color #afe817
Complementary Color
#afe817 | #5017e8 |
#afe817 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afe817 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afe817 Color CSS Codes
.mybgcolor {background-color:#afe817; } .myforecolor {color:#afe817; } .mybordercolor {border:3px solid #afe817; }
#afe817 Text Font Color
<p style="color:#afe817">Text here</p>
This sample text font color is #afe817
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.
#afe817 Background Color
<div style="background-color:#afe817">
Div content here</div>
This div background color is #afe817
#afe817 Border Color
<div style="border:3px solid #afe817">
Div here</div>
This div border color is #afe817
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,232,23, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afe817; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afe817; -webkit-box-shadow: 1px 1px 3px 2px #afe817; box-shadow: 1px 1px 3px 2px #afe817; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,232,23, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afe817">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afe817; -webkit-box-shadow: 1px 1px 3px 2px #afe817; box-shadow: 1px 1px 3px 2px #afe817;">
Div content here</div>
This div box has shadow with color #afe817
Comments
No comments written yet.
Please login to write comment.