Color Hex Logo

#9ef85f Color Hex

#9EF85F
(158,248,95)
0 Favorites   0 Comments

Color spaces of #9ef85f

RGB 15824895
HSL0.260.920.67
HSV95°62°97°
CMYK 0.360.000.62   0.03
XYZ49.733575.230122.7261
Yxy75.23010.33670.5094
Hunter Lab86.7353-49.435945.1797
CIE-Lab89.5007-51.835363.2612

#9ef85f color RGB value is (158,248,95).

#9ef85f hex color red value is 158, green value is 248 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #9ef85f hue: 0.26 , saturation: 0.92 and the lightness value of 9ef85f is 0.67.

The process color (four color CMYK) of #9ef85f color hex is 0.36, 0.00, 0.62, 0.03. Web safe color of #9ef85f is #99ff66. Color #9ef85f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111000 01011111
Octal 236 370 137
Decimal 158 248 95
Hex 9E F8 5F

RGB Percentages of Color #9ef85f

%31.54
%49.50
%18.96

CMYK Percentages of Color #9ef85f

%36
%0
%62
%3

Triadic Colors of #9ef85f

#9ef85f #5f9ef8 #f85f9e

Analogous Colors of #9ef85f

#9ef85f #5ff86d #ebf85f

Monochromatic Colors of #9ef85f

#9ef85f

Complementary Color

#9ef85f #b95ff8

#9ef85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ef85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ef85f Color CSS Codes

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

#9ef85f Text Font Color

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

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


#9ef85f Background Color

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

This div background color is #9ef85f


#9ef85f Border Color

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

This div border color is #9ef85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ef85f


Comments

No comments written yet.

Please login to write comment.