Color Hex Logo

#9cb5ba Color Hex

#9CB5BA
(156,181,186)
0 Favorites   0 Comments

Color spaces of #9cb5ba

RGB 156181186
HSL0.530.180.67
HSV190°16°73°
CMYK 0.160.030.00   0.27
XYZ39.097143.660852.8211
Yxy43.66080.28840.3220
Hunter Lab66.0763-10.0158-1.1427
CIE-Lab72.0012-7.4618-5.4231

#9cb5ba color RGB value is (156,181,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10110101 10111010
Octal 234 265 272
Decimal 156 181 186
Hex 9C B5 BA

RGB Percentages of Color #9cb5ba

%29.83
%34.61
%35.56

CMYK Percentages of Color #9cb5ba

%16
%3
%0
%27

Triadic Colors of #9cb5ba

#9cb5ba #ba9cb5 #b5ba9c

Analogous Colors of #9cb5ba

#9cb5ba #9ca6ba #9cbab0

Monochromatic Colors of #9cb5ba

#9cb5ba

Complementary Color

#9cb5ba #baa19c

#9cb5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cb5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cb5ba Color CSS Codes

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

#9cb5ba Text Font Color

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

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


#9cb5ba Background Color

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

This div background color is #9cb5ba


#9cb5ba Border Color

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

This div border color is #9cb5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cb5ba


Comments

No comments written yet.

Please login to write comment.