Color spaces of #9efe35
RGB | 158 | 254 | 53 |
---|---|---|---|
HSL | 0.25 | 0.99 | 0.60 |
HSV | 89° | 79° | 100° |
CMYK | 0.38 | 0.00 | 0.79 0.00 |
XYZ | 50.1850 | 78.4098 | 15.8577 |
Yxy | 78.4098 | 0.3474 | 0.5428 |
Hunter Lab | 88.5493 | -53.7971 | 51.3667 |
CIE-Lab | 90.9666 | -56.9383 | 79.1991 |
#9efe35 color RGB value is (158,254,53).
#9efe35 hex color red value is 158, green value is 254 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #9efe35 hue: 0.25 , saturation: 0.99 and the lightness value of 9efe35 is 0.60.
The process color (four color CMYK) of #9efe35 color hex is 0.38, 0.00, 0.79, 0.00. Web safe color of #9efe35 is #99ff33. Color #9efe35 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 11111110 | 00110101 |
Octal | 236 | 376 | 65 |
Decimal | 158 | 254 | 53 |
Hex | 9E | FE | 35 |
Shades of #9efe35
Tints of #9efe35
RGB Percentages of Color #9efe35
CMYK Percentages of Color #9efe35
Complementary Color
#9efe35 | #9535fe |
#9efe35 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9efe35 Color Preview on White Background
Lorem ipsum dolor sit amet.
#9efe35 Color CSS Codes
.mybgcolor {background-color:#9efe35; } .myforecolor {color:#9efe35; } .mybordercolor {border:3px solid #9efe35; }
#9efe35 Text Font Color
<p style="color:#9efe35">Text here</p>
This sample text font color is #9efe35
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.
#9efe35 Background Color
<div style="background-color:#9efe35">
Div content here</div>
This div background color is #9efe35
#9efe35 Border Color
<div style="border:3px solid #9efe35">
Div here</div>
This div border color is #9efe35
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,254,53, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9efe35; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9efe35; -webkit-box-shadow: 1px 1px 3px 2px #9efe35; box-shadow: 1px 1px 3px 2px #9efe35; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,254,53, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9efe35">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9efe35; -webkit-box-shadow: 1px 1px 3px 2px #9efe35; box-shadow: 1px 1px 3px 2px #9efe35;">
Div content here</div>
This div box has shadow with color #9efe35
Comments
No comments written yet.
Please login to write comment.