Color Hex Logo

#9ebecb Color Hex

#9EBECB
(158,190,203)
0 Favorites   0 Comments

Color spaces of #9ebecb

RGB 158190203
HSL0.550.300.71
HSV197°22°80°
CMYK 0.220.060.00   0.20
XYZ43.293548.407863.5617
Yxy48.40780.27880.3118
Hunter Lab69.5757-10.6858-5.4621
CIE-Lab75.0814-7.8841-10.1139

#9ebecb color RGB value is (158,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111110 11001011
Octal 236 276 313
Decimal 158 190 203
Hex 9E BE CB

RGB Percentages of Color #9ebecb

%28.68
%34.48
%36.84

CMYK Percentages of Color #9ebecb

%22
%6
%0
%20

Triadic Colors of #9ebecb

#9ebecb #cb9ebe #becb9e

Analogous Colors of #9ebecb

#9ebecb #9ea8cb #9ecbc2

Monochromatic Colors of #9ebecb

#9ebecb

Complementary Color

#9ebecb #cbab9e

#9ebecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebecb Color CSS Codes

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

#9ebecb Text Font Color

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

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


#9ebecb Background Color

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

This div background color is #9ebecb


#9ebecb Border Color

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

This div border color is #9ebecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebecb

#9ebecb Color Palettes


Comments

No comments written yet.

Please login to write comment.