Color Hex Logo

#9efe60 Color Hex

#9EFE60
(158,254,96)
0 Favorites   0 Comments

Color spaces of #9efe60

RGB 15825496
HSL0.270.990.69
HSV96°62°100°
CMYK 0.380.000.62   0.00
XYZ51.653778.997323.5919
Yxy78.99730.33490.5122
Hunter Lab88.8804-51.803846.4787
CIE-Lab91.2331-54.182564.7603

#9efe60 color RGB value is (158,254,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111110 01100000
Octal 236 376 140
Decimal 158 254 96
Hex 9E FE 60

RGB Percentages of Color #9efe60

%31.10
%50.00
%18.90

CMYK Percentages of Color #9efe60

%38
%0
%62
%0

Triadic Colors of #9efe60

#9efe60 #609efe #fe609e

Analogous Colors of #9efe60

#9efe60 #60fe71 #edfe60

Monochromatic Colors of #9efe60

#9efe60

Complementary Color

#9efe60 #c060fe

#9efe60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efe60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efe60 Color CSS Codes

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

#9efe60 Text Font Color

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

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


#9efe60 Background Color

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

This div background color is #9efe60


#9efe60 Border Color

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

This div border color is #9efe60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efe60

Related Colors


Comments

No comments written yet.

Please login to write comment.