Color Hex Logo

#9ef29e Color Hex

#9EF29E
(158,242,158)
0 Favorites   0 Comments

Color spaces of #9ef29e

RGB 158242158
HSL0.330.760.78
HSV120°35°95°
CMYK 0.350.000.35   0.05
XYZ52.024273.242043.7429
Yxy73.24200.30780.4334
Hunter Lab85.5815-41.259329.6025
CIE-Lab88.5630-41.700432.7061

#9ef29e color RGB value is (158,242,158).

#9ef29e hex color red value is 158, green value is 242 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #9ef29e hue: 0.33 , saturation: 0.76 and the lightness value of 9ef29e is 0.78.

The process color (four color CMYK) of #9ef29e color hex is 0.35, 0.00, 0.35, 0.05. Web safe color of #9ef29e is #99ff99. Color #9ef29e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11110010 10011110
Octal 236 362 236
Decimal 158 242 158
Hex 9E F2 9E

RGB Percentages of Color #9ef29e

%28.32
%43.37
%28.32

CMYK Percentages of Color #9ef29e

%35
%0
%35
%5

Triadic Colors of #9ef29e

#9ef29e #9e9ef2 #f29e9e

Analogous Colors of #9ef29e

#9ef29e #9ef2c8 #c8f29e

Monochromatic Colors of #9ef29e

#9ef29e

Complementary Color

#9ef29e #f29ef2

#9ef29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ef29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ef29e Color CSS Codes

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

#9ef29e Text Font Color

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

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


#9ef29e Background Color

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

This div background color is #9ef29e


#9ef29e Border Color

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

This div border color is #9ef29e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ef29e


Comments

No comments written yet.

Please login to write comment.