Color spaces of #9eeb20
RGB | 158 | 235 | 32 |
---|---|---|---|
HSL | 0.23 | 0.84 | 0.52 |
HSV | 83° | 86° | 92° |
CMYK | 0.33 | 0.00 | 0.86 0.08 |
XYZ | 44.0696 | 66.7900 | 11.9356 |
Yxy | 66.7900 | 0.3589 | 0.5439 |
Hunter Lab | 81.7251 | -46.7644 | 48.5486 |
CIE-Lab | 85.3978 | -50.0660 | 79.1063 |
#9eeb20 color RGB value is (158,235,32).
#9eeb20 hex color red value is 158, green value is 235 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #9eeb20 hue: 0.23 , saturation: 0.84 and the lightness value of 9eeb20 is 0.52.
The process color (four color CMYK) of #9eeb20 color hex is 0.33, 0.00, 0.86, 0.08. Web safe color of #9eeb20 is #99ff33. Color #9eeb20 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 11101011 | 00100000 |
Octal | 236 | 353 | 40 |
Decimal | 158 | 235 | 32 |
Hex | 9E | EB | 20 |
Shades of #9eeb20
Tints of #9eeb20
RGB Percentages of Color #9eeb20
CMYK Percentages of Color #9eeb20
Complementary Color
#9eeb20 | #6d20eb |
#9eeb20 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9eeb20 Color Preview on White Background
Lorem ipsum dolor sit amet.
#9eeb20 Color CSS Codes
.mybgcolor {background-color:#9eeb20; } .myforecolor {color:#9eeb20; } .mybordercolor {border:3px solid #9eeb20; }
#9eeb20 Text Font Color
<p style="color:#9eeb20">Text here</p>
This sample text font color is #9eeb20
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.
#9eeb20 Background Color
<div style="background-color:#9eeb20">
Div content here</div>
This div background color is #9eeb20
#9eeb20 Border Color
<div style="border:3px solid #9eeb20">
Div here</div>
This div border color is #9eeb20
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,235,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9eeb20; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9eeb20; -webkit-box-shadow: 1px 1px 3px 2px #9eeb20; box-shadow: 1px 1px 3px 2px #9eeb20; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,235,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9eeb20">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9eeb20; -webkit-box-shadow: 1px 1px 3px 2px #9eeb20; box-shadow: 1px 1px 3px 2px #9eeb20;">
Div content here</div>
This div box has shadow with color #9eeb20
Comments
No comments written yet.
Please login to write comment.