Color Hex Logo

#9eef0e Color Hex

#9EEF0E
(158,239,14)
0 Favorites   0 Comments

Color spaces of #9eef0e

RGB 15823914
HSL0.230.890.50
HSV82°94°94°
CMYK 0.340.000.94   0.06
XYZ45.046369.033811.3661
Yxy69.03380.35910.5503
Hunter Lab83.0866-48.625850.0498
CIE-Lab86.5208-52.068482.5897

#9eef0e color RGB value is (158,239,14).

#9eef0e hex color red value is 158, green value is 239 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #9eef0e hue: 0.23 , saturation: 0.89 and the lightness value of 9eef0e is 0.50.

The process color (four color CMYK) of #9eef0e color hex is 0.34, 0.00, 0.94, 0.06. Web safe color of #9eef0e is #99ff00. Color #9eef0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101111 00001110
Octal 236 357 16
Decimal 158 239 14
Hex 9E EF E

RGB Percentages of Color #9eef0e

%38.44
%58.15
%3.41

CMYK Percentages of Color #9eef0e

%34
%0
%94
%6

Triadic Colors of #9eef0e

#9eef0e #0e9eef #ef0e9e

Analogous Colors of #9eef0e

#9eef0e #2eef0e #efd00e

Monochromatic Colors of #9eef0e

#9eef0e

Complementary Color

#9eef0e #5f0eef

#9eef0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eef0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eef0e Color CSS Codes

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

#9eef0e Text Font Color

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

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


#9eef0e Background Color

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

This div background color is #9eef0e


#9eef0e Border Color

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

This div border color is #9eef0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eef0e


Comments

No comments written yet.

Please login to write comment.