Color Hex Logo

#9cabcc Color Hex

#9CABCC
(156,171,204)
0 Favorites   0 Comments

Color spaces of #9cabcc

RGB 156171204
HSL0.610.320.71
HSV221°24°80°
CMYK 0.240.160.00   0.20
XYZ39.172340.553462.8897
Yxy40.55340.27470.2844
Hunter Lab63.6816-1.6424-13.9757
CIE-Lab69.86191.9976-18.5219

#9cabcc color RGB value is (156,171,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101011 11001100
Octal 234 253 314
Decimal 156 171 204
Hex 9C AB CC

RGB Percentages of Color #9cabcc

%29.38
%32.20
%38.42

CMYK Percentages of Color #9cabcc

%24
%16
%0
%20

Triadic Colors of #9cabcc

#9cabcc #cc9cab #abcc9c

Analogous Colors of #9cabcc

#9cabcc #a59ccc #9cc3cc

Monochromatic Colors of #9cabcc

#9cabcc

Complementary Color

#9cabcc #ccbd9c

#9cabcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cabcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cabcc Color CSS Codes

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

#9cabcc Text Font Color

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

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


#9cabcc Background Color

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

This div background color is #9cabcc


#9cabcc Border Color

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

This div border color is #9cabcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cabcc


Comments

No comments written yet.

Please login to write comment.