Color spaces of #5fe803
RGB | 95 | 232 | 3 |
---|---|---|---|
HSL | 0.27 | 0.97 | 0.46 |
HSV | 96° | 99° | 91° |
CMYK | 0.59 | 0.00 | 0.99 0.09 |
XYZ | 33.5924 | 60.1527 | 9.9263 |
Yxy | 60.1527 | 0.3240 | 0.5802 |
Hunter Lab | 77.5582 | -58.4139 | 46.7025 |
CIE-Lab | 81.9211 | -68.5617 | 78.8164 |
#5fe803 color RGB value is (95,232,3).
#5fe803 hex color red value is 95, green value is 232 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #5fe803 hue: 0.27 , saturation: 0.97 and the lightness value of 5fe803 is 0.46.
The process color (four color CMYK) of #5fe803 color hex is 0.59, 0.00, 0.99, 0.09. Web safe color of #5fe803 is #66ff00. Color #5fe803 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011111 | 11101000 | 00000011 |
Octal | 137 | 350 | 3 |
Decimal | 95 | 232 | 3 |
Hex | 5F | E8 | 3 |
Shades of #5fe803
Tints of #5fe803
RGB Percentages of Color #5fe803
CMYK Percentages of Color #5fe803
Complementary Color
#5fe803 | #8c03e8 |
#5fe803 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5fe803 Color Preview on White Background
Lorem ipsum dolor sit amet.
#5fe803 Color CSS Codes
.mybgcolor {background-color:#5fe803; } .myforecolor {color:#5fe803; } .mybordercolor {border:3px solid #5fe803; }
#5fe803 Text Font Color
<p style="color:#5fe803">Text here</p>
This sample text font color is #5fe803
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.
#5fe803 Background Color
<div style="background-color:#5fe803">
Div content here</div>
This div background color is #5fe803
#5fe803 Border Color
<div style="border:3px solid #5fe803">
Div here</div>
This div border color is #5fe803
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(95,232,3, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5fe803; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5fe803; -webkit-box-shadow: 1px 1px 3px 2px #5fe803; box-shadow: 1px 1px 3px 2px #5fe803; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(95,232,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 #5fe803">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5fe803; -webkit-box-shadow: 1px 1px 3px 2px #5fe803; box-shadow: 1px 1px 3px 2px #5fe803;">
Div content here</div>
This div box has shadow with color #5fe803
Comments
No comments written yet.
Please login to write comment.