Color Hex Logo

#9efe76 Color Hex

#9EFE76
(158,254,118)
0 Favorites   0 Comments

Color spaces of #9efe76

RGB 158254118
HSL0.280.990.73
HSV102°54°100°
CMYK 0.380.000.54   0.00
XYZ52.812479.460729.6935
Yxy79.46070.32610.4906
Hunter Lab89.1407-50.242042.6485
CIE-Lab91.4423-52.056155.5483

#9efe76 color RGB value is (158,254,118).

#9efe76 hex color red value is 158, green value is 254 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #9efe76 hue: 0.28 , saturation: 0.99 and the lightness value of 9efe76 is 0.73.

The process color (four color CMYK) of #9efe76 color hex is 0.38, 0.00, 0.54, 0.00. Web safe color of #9efe76 is #99ff66. Color #9efe76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111110 01110110
Octal 236 376 166
Decimal 158 254 118
Hex 9E FE 76

RGB Percentages of Color #9efe76

%29.81
%47.92
%22.26

CMYK Percentages of Color #9efe76

%38
%0
%54
%0

Triadic Colors of #9efe76

#9efe76 #769efe #fe769e

Analogous Colors of #9efe76

#9efe76 #76fe92 #e2fe76

Monochromatic Colors of #9efe76

#9efe76

Complementary Color

#9efe76 #d676fe

#9efe76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efe76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efe76 Color CSS Codes

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

#9efe76 Text Font Color

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

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


#9efe76 Background Color

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

This div background color is #9efe76


#9efe76 Border Color

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

This div border color is #9efe76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efe76


Comments

No comments written yet.

Please login to write comment.