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