Color Hex Logo

#9ec01e Color Hex

#9EC01E
(158,192,30)
0 Favorites   0 Comments

Color spaces of #9ec01e

RGB 15819230
HSL0.200.730.44
HSV73°84°75°
CMYK 0.180.000.84   0.25
XYZ33.184545.06218.1771
Yxy45.06210.38400.5214
Hunter Lab67.1283-29.234139.7675
CIE-Lab72.9328-31.255568.9517

#9ec01e color RGB value is (158,192,30).

#9ec01e hex color red value is 158, green value is 192 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #9ec01e hue: 0.20 , saturation: 0.73 and the lightness value of 9ec01e is 0.44.

The process color (four color CMYK) of #9ec01e color hex is 0.18, 0.00, 0.84, 0.25. Web safe color of #9ec01e is #99cc33. Color #9ec01e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11000000 00011110
Octal 236 300 36
Decimal 158 192 30
Hex 9E C0 1E

RGB Percentages of Color #9ec01e

%41.58
%50.53
%7.89

CMYK Percentages of Color #9ec01e

%18
%0
%84
%25

Triadic Colors of #9ec01e

#9ec01e #1e9ec0 #c01e9e

Analogous Colors of #9ec01e

#9ec01e #4dc01e #c0911e

Monochromatic Colors of #9ec01e

#9ec01e

Complementary Color

#9ec01e #401ec0

#9ec01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ec01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ec01e Color CSS Codes

.mybgcolor {background-color:#9ec01e; } 
.myforecolor {color:#9ec01e; }
.mybordercolor {border:3px solid #9ec01e; }

#9ec01e Text Font Color

<p style="color:#9ec01e">Text here</p>

This sample text font color is #9ec01e
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.


#9ec01e Background Color

<div style="background-color:#9ec01e">
Div content here</div>

This div background color is #9ec01e


#9ec01e Border Color

<div style="border:3px solid #9ec01e">
Div here</div>

This div border color is #9ec01e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,192,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ec01e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ec01e;
  -webkit-box-shadow: 1px 1px 3px 2px #9ec01e;
  box-shadow:         1px 1px 3px 2px #9ec01e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,192,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9ec01e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9ec01e;
  -webkit-box-shadow: 1px 1px 3px 2px #9ec01e;
  box-shadow:         1px 1px 3px 2px #9ec01e;">
Div content here</div>

This div box has shadow with color #9ec01e


Comments

No comments written yet.

Please login to write comment.