Color Hex Logo

#9cabcb Color Hex

#9CABCB
(156,171,203)
0 Favorites   0 Comments

Color spaces of #9cabcb

RGB 156171203
HSL0.610.310.70
HSV221°23°80°
CMYK 0.230.160.00   0.20
XYZ39.052740.505562.2600
Yxy40.50550.27540.2856
Hunter Lab63.6439-1.8471-13.4500
CIE-Lab69.82811.7643-18.0225

#9cabcb color RGB value is (156,171,203).

#9cabcb hex color red value is 156, green value is 171 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9cabcb hue: 0.61 , saturation: 0.31 and the lightness value of 9cabcb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101011 11001011
Octal 234 253 313
Decimal 156 171 203
Hex 9C AB CB

RGB Percentages of Color #9cabcb

%29.43
%32.26
%38.30

CMYK Percentages of Color #9cabcb

%23
%16
%0
%20

Triadic Colors of #9cabcb

#9cabcb #cb9cab #abcb9c

Analogous Colors of #9cabcb

#9cabcb #a59ccb #9cc3cb

Monochromatic Colors of #9cabcb

#9cabcb

Complementary Color

#9cabcb #cbbc9c

#9cabcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cabcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cabcb Color CSS Codes

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

#9cabcb Text Font Color

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

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


#9cabcb Background Color

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

This div background color is #9cabcb


#9cabcb Border Color

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

This div border color is #9cabcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cabcb

#9cabcb Color Palettes


Comments

No comments written yet.

Please login to write comment.