Color spaces of #5efc27
RGB | 94 | 252 | 39 |
---|---|---|---|
HSL | 0.29 | 0.97 | 0.57 |
HSV | 105° | 85° | 99° |
CMYK | 0.63 | 0.00 | 0.85 0.01 |
XYZ | 39.7927 | 72.1470 | 13.7479 |
Yxy | 72.1470 | 0.3166 | 0.5740 |
Hunter Lab | 84.9394 | -65.0196 | 49.8612 |
CIE-Lab | 88.0393 | -74.3993 | 79.0424 |
#5efc27 color RGB value is (94,252,39).
#5efc27 hex color red value is 94, green value is 252 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #5efc27 hue: 0.29 , saturation: 0.97 and the lightness value of 5efc27 is 0.57.
The process color (four color CMYK) of #5efc27 color hex is 0.63, 0.00, 0.85, 0.01. Web safe color of #5efc27 is #66ff33. Color #5efc27 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 11111100 | 00100111 |
Octal | 136 | 374 | 47 |
Decimal | 94 | 252 | 39 |
Hex | 5E | FC | 27 |
Shades of #5efc27
Tints of #5efc27
RGB Percentages of Color #5efc27
CMYK Percentages of Color #5efc27
Complementary Color
#5efc27 | #c527fc |
#5efc27 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5efc27 Color Preview on White Background
Lorem ipsum dolor sit amet.
#5efc27 Color CSS Codes
.mybgcolor {background-color:#5efc27; } .myforecolor {color:#5efc27; } .mybordercolor {border:3px solid #5efc27; }
#5efc27 Text Font Color
<p style="color:#5efc27">Text here</p>
This sample text font color is #5efc27
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.
#5efc27 Background Color
<div style="background-color:#5efc27">
Div content here</div>
This div background color is #5efc27
#5efc27 Border Color
<div style="border:3px solid #5efc27">
Div here</div>
This div border color is #5efc27
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,252,39, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5efc27; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5efc27; -webkit-box-shadow: 1px 1px 3px 2px #5efc27; box-shadow: 1px 1px 3px 2px #5efc27; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,252,39, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5efc27">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5efc27; -webkit-box-shadow: 1px 1px 3px 2px #5efc27; box-shadow: 1px 1px 3px 2px #5efc27;">
Div content here</div>
This div box has shadow with color #5efc27
Comments
No comments written yet.
Please login to write comment.