Color Hex Logo

#9eebce Color Hex

#9EEBCE
(158,235,206)
0 Favorites   0 Comments

Color spaces of #9eebce

RGB 158235206
HSL0.440.660.77
HSV157°33°92°
CMYK 0.330.000.12   0.08
XYZ54.949571.142069.2282
Yxy71.14200.28130.3642
Hunter Lab84.3457-31.315910.3787
CIE-Lab87.5540-29.82446.5641

#9eebce color RGB value is (158,235,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101011 11001110
Octal 236 353 316
Decimal 158 235 206
Hex 9E EB CE

RGB Percentages of Color #9eebce

%26.38
%39.23
%34.39

CMYK Percentages of Color #9eebce

%33
%0
%12
%8

Triadic Colors of #9eebce

#9eebce #ce9eeb #ebce9e

Analogous Colors of #9eebce

#9eebce #9ee2eb #9eeba8

Monochromatic Colors of #9eebce

#9eebce

Complementary Color

#9eebce #eb9ebb

#9eebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eebce Color CSS Codes

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

#9eebce Text Font Color

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

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


#9eebce Background Color

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

This div background color is #9eebce


#9eebce Border Color

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

This div border color is #9eebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eebce


Comments

No comments written yet.

Please login to write comment.