Color Hex Logo

#9ebbcb Color Hex

#9EBBCB
(158,187,203)
0 Favorites   0 Comments

Color spaces of #9ebbcb

RGB 158187203
HSL0.560.300.71
HSV201°22°80°
CMYK 0.220.080.00   0.20
XYZ42.650447.121563.3474
Yxy47.12150.27850.3077
Hunter Lab68.6451-9.2238-6.6627
CIE-Lab74.2674-6.2899-11.3293

#9ebbcb color RGB value is (158,187,203).

#9ebbcb hex color red value is 158, green value is 187 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9ebbcb hue: 0.56 , saturation: 0.30 and the lightness value of 9ebbcb is 0.71.

The process color (four color CMYK) of #9ebbcb color hex is 0.22, 0.08, 0.00, 0.20. Web safe color of #9ebbcb is #99cccc. Color #9ebbcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111011 11001011
Octal 236 273 313
Decimal 158 187 203
Hex 9E BB CB

RGB Percentages of Color #9ebbcb

%28.83
%34.12
%37.04

CMYK Percentages of Color #9ebbcb

%22
%8
%0
%20

Triadic Colors of #9ebbcb

#9ebbcb #cb9ebb #bbcb9e

Analogous Colors of #9ebbcb

#9ebbcb #9ea5cb #9ecbc5

Monochromatic Colors of #9ebbcb

#9ebbcb

Complementary Color

#9ebbcb #cbae9e

#9ebbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebbcb Color CSS Codes

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

#9ebbcb Text Font Color

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

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


#9ebbcb Background Color

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

This div background color is #9ebbcb


#9ebbcb Border Color

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

This div border color is #9ebbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebbcb


Comments

No comments written yet.

Please login to write comment.