Color spaces of #afe320
RGB | 175 | 227 | 32 |
---|---|---|---|
HSL | 0.21 | 0.78 | 0.51 |
HSV | 76° | 86° | 89° |
CMYK | 0.23 | 0.00 | 0.86 0.11 |
XYZ | 45.4090 | 64.1564 | 11.3566 |
Yxy | 64.1564 | 0.3755 | 0.5306 |
Hunter Lab | 80.0977 | -38.9757 | 47.6620 |
CIE-Lab | 84.0471 | -40.3627 | 78.3510 |
#afe320 color RGB value is (175,227,32).
#afe320 hex color red value is 175, green value is 227 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #afe320 hue: 0.21 , saturation: 0.78 and the lightness value of afe320 is 0.51.
The process color (four color CMYK) of #afe320 color hex is 0.23, 0.00, 0.86, 0.11. Web safe color of #afe320 is #99cc33. Color #afe320 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11100011 | 00100000 |
Octal | 257 | 343 | 40 |
Decimal | 175 | 227 | 32 |
Hex | AF | E3 | 20 |
Shades of #afe320
Tints of #afe320
RGB Percentages of Color #afe320
CMYK Percentages of Color #afe320
Complementary Color
#afe320 | #5420e3 |
#afe320 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afe320 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afe320 Color CSS Codes
.mybgcolor {background-color:#afe320; } .myforecolor {color:#afe320; } .mybordercolor {border:3px solid #afe320; }
#afe320 Text Font Color
<p style="color:#afe320">Text here</p>
This sample text font color is #afe320
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.
#afe320 Background Color
<div style="background-color:#afe320">
Div content here</div>
This div background color is #afe320
#afe320 Border Color
<div style="border:3px solid #afe320">
Div here</div>
This div border color is #afe320
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,227,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afe320; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afe320; -webkit-box-shadow: 1px 1px 3px 2px #afe320; box-shadow: 1px 1px 3px 2px #afe320; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,227,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 #afe320">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afe320; -webkit-box-shadow: 1px 1px 3px 2px #afe320; box-shadow: 1px 1px 3px 2px #afe320;">
Div content here</div>
This div box has shadow with color #afe320
Comments
No comments written yet.
Please login to write comment.