Color Hex Logo

#9cacc4 Color Hex

#9CACC4
(156,172,196)
0 Favorites   0 Comments

Color spaces of #9cacc4

RGB 156172196
HSL0.600.250.69
HSV216°20°77°
CMYK 0.200.120.00   0.23
XYZ38.426640.558558.0278
Yxy40.55850.28050.2960
Hunter Lab63.6856-3.7464-9.4429
CIE-Lab69.8655-0.3942-14.1079

#9cacc4 color RGB value is (156,172,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101100 11000100
Octal 234 254 304
Decimal 156 172 196
Hex 9C AC C4

RGB Percentages of Color #9cacc4

%29.77
%32.82
%37.40

CMYK Percentages of Color #9cacc4

%20
%12
%0
%23

Triadic Colors of #9cacc4

#9cacc4 #c49cac #acc49c

Analogous Colors of #9cacc4

#9cacc4 #a09cc4 #9cc0c4

Monochromatic Colors of #9cacc4

#9cacc4

Complementary Color

#9cacc4 #c4b49c

#9cacc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cacc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cacc4 Color CSS Codes

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

#9cacc4 Text Font Color

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

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


#9cacc4 Background Color

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

This div background color is #9cacc4


#9cacc4 Border Color

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

This div border color is #9cacc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cacc4

#9cacc4 Color Palettes


Comments

No comments written yet.

Please login to write comment.