Color Hex Logo

#9ef99f Color Hex

#9EF99F
(158,249,159)
0 Favorites   0 Comments

Color spaces of #9ef99f

RGB 158249159
HSL0.340.880.80
HSV121°37°98°
CMYK 0.370.000.36   0.02
XYZ54.234277.523744.9060
Yxy77.52370.30700.4388
Hunter Lab88.0475-44.133531.3942
CIE-Lab90.5621-44.605834.8563

#9ef99f color RGB value is (158,249,159).

#9ef99f hex color red value is 158, green value is 249 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #9ef99f hue: 0.34 , saturation: 0.88 and the lightness value of 9ef99f is 0.80.

The process color (four color CMYK) of #9ef99f color hex is 0.37, 0.00, 0.36, 0.02. Web safe color of #9ef99f is #99ff99. Color #9ef99f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111001 10011111
Octal 236 371 237
Decimal 158 249 159
Hex 9E F9 9F

RGB Percentages of Color #9ef99f

%27.92
%43.99
%28.09

CMYK Percentages of Color #9ef99f

%37
%0
%36
%2

Triadic Colors of #9ef99f

#9ef99f #9f9ef9 #f99f9e

Analogous Colors of #9ef99f

#9ef99f #9ef9cd #cbf99e

Monochromatic Colors of #9ef99f

#9ef99f

Complementary Color

#9ef99f #f99ef8

#9ef99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ef99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ef99f Color CSS Codes

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

#9ef99f Text Font Color

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

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


#9ef99f Background Color

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

This div background color is #9ef99f


#9ef99f Border Color

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

This div border color is #9ef99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ef99f


Comments

No comments written yet.

Please login to write comment.