Color Hex Logo

#9efebb Color Hex

#9EFEBB
(158,254,187)
0 Favorites   0 Comments

Color spaces of #9efebb

RGB 158254187
HSL0.380.980.81
HSV138°38°100°
CMYK 0.380.000.26   0.00
XYZ58.512081.740659.7073
Yxy81.74060.29260.4088
Hunter Lab90.4105-42.696524.1321
CIE-Lab92.4602-42.158523.2990

#9efebb color RGB value is (158,254,187).

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

The process color (four color CMYK) of #9efebb color hex is 0.38, 0.00, 0.26, 0.00. Web safe color of #9efebb is #99ffcc. Color #9efebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111110 10111011
Octal 236 376 273
Decimal 158 254 187
Hex 9E FE BB

RGB Percentages of Color #9efebb

%26.38
%42.40
%31.22

CMYK Percentages of Color #9efebb

%38
%0
%26
%0

Triadic Colors of #9efebb

#9efebb #bb9efe #febb9e

Analogous Colors of #9efebb

#9efebb #9efeeb #b1fe9e

Monochromatic Colors of #9efebb

#9efebb

Complementary Color

#9efebb #fe9ee1

#9efebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efebb Color CSS Codes

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

#9efebb Text Font Color

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

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


#9efebb Background Color

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

This div background color is #9efebb


#9efebb Border Color

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

This div border color is #9efebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efebb

Related Colors


Comments

No comments written yet.

Please login to write comment.