Color Hex Logo

#9eeebb Color Hex

#9EEEBB
(158,238,187)
0 Favorites   0 Comments

Color spaces of #9eeebb

RGB 158238187
HSL0.390.700.78
HSV142°34°93°
CMYK 0.340.000.21   0.07
XYZ53.644772.006058.0849
Yxy72.00600.29200.3919
Hunter Lab84.8563-35.654018.8149
CIE-Lab87.9715-34.947417.0561

#9eeebb color RGB value is (158,238,187).

#9eeebb hex color red value is 158, green value is 238 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9eeebb hue: 0.39 , saturation: 0.70 and the lightness value of 9eeebb is 0.78.

The process color (four color CMYK) of #9eeebb color hex is 0.34, 0.00, 0.21, 0.07. Web safe color of #9eeebb is #99ffcc. Color #9eeebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101110 10111011
Octal 236 356 273
Decimal 158 238 187
Hex 9E EE BB

RGB Percentages of Color #9eeebb

%27.10
%40.82
%32.08

CMYK Percentages of Color #9eeebb

%34
%0
%21
%7

Triadic Colors of #9eeebb

#9eeebb #bb9eee #eebb9e

Analogous Colors of #9eeebb

#9eeebb #9eeee3 #a9ee9e

Monochromatic Colors of #9eeebb

#9eeebb

Complementary Color

#9eeebb #ee9ed1

#9eeebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eeebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eeebb Color CSS Codes

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

#9eeebb Text Font Color

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

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


#9eeebb Background Color

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

This div background color is #9eeebb


#9eeebb Border Color

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

This div border color is #9eeebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,238,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 #9eeebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eeebb


Comments

No comments written yet.

Please login to write comment.