Color Hex Logo

#9cacc7 Color Hex

#9CACC7
(156,172,199)
0 Favorites   0 Comments

Color spaces of #9cacc7

RGB 156172199
HSL0.600.280.70
HSV218°22°78°
CMYK 0.220.140.00   0.22
XYZ38.771640.696559.8446
Yxy40.69650.27830.2921
Hunter Lab63.7938-3.1532-10.9639
CIE-Lab69.96280.2897-15.6152

#9cacc7 color RGB value is (156,172,199).

#9cacc7 hex color red value is 156, green value is 172 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #9cacc7 hue: 0.60 , saturation: 0.28 and the lightness value of 9cacc7 is 0.70.

The process color (four color CMYK) of #9cacc7 color hex is 0.22, 0.14, 0.00, 0.22. Web safe color of #9cacc7 is #9999cc. Color #9cacc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101100 11000111
Octal 234 254 307
Decimal 156 172 199
Hex 9C AC C7

RGB Percentages of Color #9cacc7

%29.60
%32.64
%37.76

CMYK Percentages of Color #9cacc7

%22
%14
%0
%22

Triadic Colors of #9cacc7

#9cacc7 #c79cac #acc79c

Analogous Colors of #9cacc7

#9cacc7 #a29cc7 #9cc2c7

Monochromatic Colors of #9cacc7

#9cacc7

Complementary Color

#9cacc7 #c7b79c

#9cacc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cacc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cacc7 Color CSS Codes

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

#9cacc7 Text Font Color

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

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


#9cacc7 Background Color

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

This div background color is #9cacc7


#9cacc7 Border Color

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

This div border color is #9cacc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cacc7


Comments

No comments written yet.

Please login to write comment.