Color Hex Logo

#9cb3ba Color Hex

#9CB3BA
(156,179,186)
0 Favorites   0 Comments

Color spaces of #9cb3ba

RGB 156179186
HSL0.540.180.67
HSV194°16°73°
CMYK 0.160.040.00   0.27
XYZ38.693342.853352.6865
Yxy42.85330.28830.3192
Hunter Lab65.4624-9.0521-1.8950
CIE-Lab71.4553-6.3934-6.2307

#9cb3ba color RGB value is (156,179,186).

#9cb3ba hex color red value is 156, green value is 179 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9cb3ba hue: 0.54 , saturation: 0.18 and the lightness value of 9cb3ba is 0.67.

The process color (four color CMYK) of #9cb3ba color hex is 0.16, 0.04, 0.00, 0.27. Web safe color of #9cb3ba is #99cccc. Color #9cb3ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10110011 10111010
Octal 234 263 272
Decimal 156 179 186
Hex 9C B3 BA

RGB Percentages of Color #9cb3ba

%29.94
%34.36
%35.70

CMYK Percentages of Color #9cb3ba

%16
%4
%0
%27

Triadic Colors of #9cb3ba

#9cb3ba #ba9cb3 #b3ba9c

Analogous Colors of #9cb3ba

#9cb3ba #9ca4ba #9cbab2

Monochromatic Colors of #9cb3ba

#9cb3ba

Complementary Color

#9cb3ba #baa39c

#9cb3ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cb3ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cb3ba Color CSS Codes

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

#9cb3ba Text Font Color

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

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


#9cb3ba Background Color

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

This div background color is #9cb3ba


#9cb3ba Border Color

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

This div border color is #9cb3ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,179,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cb3ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cb3ba;
  -webkit-box-shadow: 1px 1px 3px 2px #9cb3ba;
  box-shadow:         1px 1px 3px 2px #9cb3ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,179,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cb3ba

#9cb3ba Color Palettes


Comments

No comments written yet.

Please login to write comment.