Color spaces of #5fff0a
RGB | 95 | 255 | 10 |
---|---|---|---|
HSL | 0.28 | 1.00 | 0.52 |
HSV | 99° | 96° | 100° |
CMYK | 0.63 | 0.00 | 0.96 0.00 |
XYZ | 40.5341 | 73.9748 | 12.4294 |
Yxy | 73.9748 | 0.3193 | 0.5828 |
Hunter Lab | 86.0086 | -66.3917 | 51.6378 |
CIE-Lab | 88.9106 | -75.8460 | 83.8606 |
#5fff0a color RGB value is (95,255,10).
#5fff0a hex color red value is 95, green value is 255 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #5fff0a hue: 0.28 , saturation: 1.00 and the lightness value of 5fff0a is 0.52.
The process color (four color CMYK) of #5fff0a color hex is 0.63, 0.00, 0.96, 0.00. Web safe color of #5fff0a is #66ff00. Color #5fff0a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011111 | 11111111 | 00001010 |
Octal | 137 | 377 | 12 |
Decimal | 95 | 255 | 10 |
Hex | 5F | FF | A |
Shades of #5fff0a
Tints of #5fff0a
RGB Percentages of Color #5fff0a
CMYK Percentages of Color #5fff0a
Complementary Color
#5fff0a | #aa0aff |
#5fff0a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5fff0a Color Preview on White Background
Lorem ipsum dolor sit amet.
#5fff0a Color CSS Codes
.mybgcolor {background-color:#5fff0a; } .myforecolor {color:#5fff0a; } .mybordercolor {border:3px solid #5fff0a; }
#5fff0a Text Font Color
<p style="color:#5fff0a">Text here</p>
This sample text font color is #5fff0a
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.
#5fff0a Background Color
<div style="background-color:#5fff0a">
Div content here</div>
This div background color is #5fff0a
#5fff0a Border Color
<div style="border:3px solid #5fff0a">
Div here</div>
This div border color is #5fff0a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(95,255,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5fff0a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5fff0a; -webkit-box-shadow: 1px 1px 3px 2px #5fff0a; box-shadow: 1px 1px 3px 2px #5fff0a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(95,255,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5fff0a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5fff0a; -webkit-box-shadow: 1px 1px 3px 2px #5fff0a; box-shadow: 1px 1px 3px 2px #5fff0a;">
Div content here</div>
This div box has shadow with color #5fff0a
Comments
No comments written yet.
Please login to write comment.