Color Hex Logo

#9cabbb Color Hex

#9CABBB
(156,171,187)
0 Favorites   0 Comments

Color spaces of #9cabbb

RGB 156171187
HSL0.590.190.67
HSV211°17°73°
CMYK 0.170.090.00   0.27
XYZ37.242939.781652.7294
Yxy39.78160.28700.3066
Hunter Lab63.0727-4.9772-5.4162
CIE-Lab69.3137-1.8517-9.9657

#9cabbb color RGB value is (156,171,187).

#9cabbb hex color red value is 156, green value is 171 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9cabbb hue: 0.59 , saturation: 0.19 and the lightness value of 9cabbb is 0.67.

The process color (four color CMYK) of #9cabbb color hex is 0.17, 0.09, 0.00, 0.27. Web safe color of #9cabbb is #9999cc. Color #9cabbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101011 10111011
Octal 234 253 273
Decimal 156 171 187
Hex 9C AB BB

RGB Percentages of Color #9cabbb

%30.35
%33.27
%36.38

CMYK Percentages of Color #9cabbb

%17
%9
%0
%27

Triadic Colors of #9cabbb

#9cabbb #bb9cab #abbb9c

Analogous Colors of #9cabbb

#9cabbb #9d9cbb #9cbbbb

Monochromatic Colors of #9cabbb

#9cabbb

Complementary Color

#9cabbb #bbac9c

#9cabbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cabbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cabbb Color CSS Codes

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

#9cabbb Text Font Color

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

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


#9cabbb Background Color

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

This div background color is #9cabbb


#9cabbb Border Color

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

This div border color is #9cabbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cabbb


Comments

No comments written yet.

Please login to write comment.