Color Hex Logo

#9efe2e Color Hex

#9EFE2E
(158,254,46)
0 Favorites   0 Comments

Color spaces of #9efe2e

RGB 15825446
HSL0.240.990.59
HSV88°82°100°
CMYK 0.380.000.82   0.00
XYZ50.035578.350015.0707
Yxy78.35000.34880.5462
Hunter Lab88.5155-54.000851.8661
CIE-Lab90.9394-57.222880.9225

#9efe2e color RGB value is (158,254,46).

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

The process color (four color CMYK) of #9efe2e color hex is 0.38, 0.00, 0.82, 0.00. Web safe color of #9efe2e is #99ff33. Color #9efe2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111110 00101110
Octal 236 376 56
Decimal 158 254 46
Hex 9E FE 2E

RGB Percentages of Color #9efe2e

%34.50
%55.46
%10.04

CMYK Percentages of Color #9efe2e

%38
%0
%82
%0

Triadic Colors of #9efe2e

#9efe2e #2e9efe #fe2e9e

Analogous Colors of #9efe2e

#9efe2e #36fe2e #fef62e

Monochromatic Colors of #9efe2e

#9efe2e

Complementary Color

#9efe2e #8e2efe

#9efe2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efe2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efe2e Color CSS Codes

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

#9efe2e Text Font Color

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

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


#9efe2e Background Color

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

This div background color is #9efe2e


#9efe2e Border Color

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

This div border color is #9efe2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efe2e


Comments

No comments written yet.

Please login to write comment.