Color Hex Logo

#9eb2cb Color Hex

#9EB2CB
(158,178,203)
0 Favorites   0 Comments

Color spaces of #9eb2cb

RGB 158178203
HSL0.590.300.71
HSV213°22°80°
CMYK 0.220.120.00   0.20
XYZ40.800443.421762.7307
Yxy43.42170.27760.2955
Hunter Lab65.8951-4.7944-10.3162
CIE-Lab71.8403-1.4447-14.9704

#9eb2cb color RGB value is (158,178,203).

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

The process color (four color CMYK) of #9eb2cb color hex is 0.22, 0.12, 0.00, 0.20. Web safe color of #9eb2cb is #9999cc. Color #9eb2cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10110010 11001011
Octal 236 262 313
Decimal 158 178 203
Hex 9E B2 CB

RGB Percentages of Color #9eb2cb

%29.31
%33.02
%37.66

CMYK Percentages of Color #9eb2cb

%22
%12
%0
%20

Triadic Colors of #9eb2cb

#9eb2cb #cb9eb2 #b2cb9e

Analogous Colors of #9eb2cb

#9eb2cb #a19ecb #9ec9cb

Monochromatic Colors of #9eb2cb

#9eb2cb

Complementary Color

#9eb2cb #cbb79e

#9eb2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb2cb Color CSS Codes

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

#9eb2cb Text Font Color

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

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


#9eb2cb Background Color

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

This div background color is #9eb2cb


#9eb2cb Border Color

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

This div border color is #9eb2cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb2cb


Comments

No comments written yet.

Please login to write comment.