Color Hex Logo

#9eebbf Color Hex

#9EEBBF
(158,235,191)
0 Favorites   0 Comments

Color spaces of #9eebbf

RGB 158235191
HSL0.400.660.77
HSV146°33°92°
CMYK 0.330.000.19   0.08
XYZ53.212970.447460.0833
Yxy70.44740.28960.3834
Hunter Lab83.9329-33.714916.3104
CIE-Lab87.2158-32.801913.9140

#9eebbf color RGB value is (158,235,191).

#9eebbf hex color red value is 158, green value is 235 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9eebbf hue: 0.40 , saturation: 0.66 and the lightness value of 9eebbf is 0.77.

The process color (four color CMYK) of #9eebbf color hex is 0.33, 0.00, 0.19, 0.08. Web safe color of #9eebbf is #99ffcc. Color #9eebbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101011 10111111
Octal 236 353 277
Decimal 158 235 191
Hex 9E EB BF

RGB Percentages of Color #9eebbf

%27.05
%40.24
%32.71

CMYK Percentages of Color #9eebbf

%33
%0
%19
%8

Triadic Colors of #9eebbf

#9eebbf #bf9eeb #ebbf9e

Analogous Colors of #9eebbf

#9eebbf #9eebe6 #a4eb9e

Monochromatic Colors of #9eebbf

#9eebbf

Complementary Color

#9eebbf #eb9eca

#9eebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eebbf Color CSS Codes

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

#9eebbf Text Font Color

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

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


#9eebbf Background Color

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

This div background color is #9eebbf


#9eebbf Border Color

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

This div border color is #9eebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eebbf


Comments

No comments written yet.

Please login to write comment.