Color Hex Logo

#9efeaa Color Hex

#9EFEAA
(158,254,170)
0 Favorites   0 Comments

Color spaces of #9efeaa

RGB 158254170
HSL0.350.980.81
HSV128°38°100°
CMYK 0.380.000.33   0.00
XYZ56.798181.055050.6818
Yxy81.05500.30130.4299
Hunter Lab90.0306-44.942129.6447
CIE-Lab92.1562-45.042031.4777

#9efeaa color RGB value is (158,254,170).

#9efeaa hex color red value is 158, green value is 254 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9efeaa hue: 0.35 , saturation: 0.98 and the lightness value of 9efeaa is 0.81.

The process color (four color CMYK) of #9efeaa color hex is 0.38, 0.00, 0.33, 0.00. Web safe color of #9efeaa is #99ff99. Color #9efeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111110 10101010
Octal 236 376 252
Decimal 158 254 170
Hex 9E FE AA

RGB Percentages of Color #9efeaa

%27.15
%43.64
%29.21

CMYK Percentages of Color #9efeaa

%38
%0
%33
%0

Triadic Colors of #9efeaa

#9efeaa #aa9efe #feaa9e

Analogous Colors of #9efeaa

#9efeaa #9efeda #c2fe9e

Monochromatic Colors of #9efeaa

#9efeaa

Complementary Color

#9efeaa #fe9ef2

#9efeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efeaa Color CSS Codes

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

#9efeaa Text Font Color

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

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


#9efeaa Background Color

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

This div background color is #9efeaa


#9efeaa Border Color

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

This div border color is #9efeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efeaa


Comments

No comments written yet.

Please login to write comment.