Color Hex Logo

#9eebcb Color Hex

#9EEBCB
(158,235,203)
0 Favorites   0 Comments

Color spaces of #9eebcb

RGB 158235203
HSL0.430.660.77
HSV155°33°92°
CMYK 0.330.000.14   0.08
XYZ54.588470.997667.3267
Yxy70.99760.28300.3680
Hunter Lab84.2601-31.812811.6073
CIE-Lab87.4838-30.43668.0324

#9eebcb color RGB value is (158,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101011 11001011
Octal 236 353 313
Decimal 158 235 203
Hex 9E EB CB

RGB Percentages of Color #9eebcb

%26.51
%39.43
%34.06

CMYK Percentages of Color #9eebcb

%33
%0
%14
%8

Triadic Colors of #9eebcb

#9eebcb #cb9eeb #ebcb9e

Analogous Colors of #9eebcb

#9eebcb #9ee5eb #9eeba5

Monochromatic Colors of #9eebcb

#9eebcb

Complementary Color

#9eebcb #eb9ebe

#9eebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eebcb Color CSS Codes

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

#9eebcb Text Font Color

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

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


#9eebcb Background Color

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

This div background color is #9eebcb


#9eebcb Border Color

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

This div border color is #9eebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eebcb


Comments

No comments written yet.

Please login to write comment.