Color Hex Logo

#999cac Color Hex

#999CAC
(153,156,172)
0 Favorites   0 Comments

Color spaces of #999cac

RGB 153156172
HSL0.640.100.64
HSV231°11°67°
CMYK 0.110.090.00   0.33
XYZ32.471733.527843.7898
Yxy33.52780.29580.3054
Hunter Lab57.9032-1.2291-4.3063
CIE-Lab64.58602.1827-8.6862

#999cac color RGB value is (153,156,172).

#999cac hex color red value is 153, green value is 156 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #999cac hue: 0.64 , saturation: 0.10 and the lightness value of 999cac is 0.64.

The process color (four color CMYK) of #999cac color hex is 0.11, 0.09, 0.00, 0.33. Web safe color of #999cac is #999999. Color #999cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011100 10101100
Octal 231 234 254
Decimal 153 156 172
Hex 99 9C AC

RGB Percentages of Color #999cac

%31.81
%32.43
%35.76

CMYK Percentages of Color #999cac

%11
%9
%0
%33

Triadic Colors of #999cac

#999cac #ac999c #9cac99

Analogous Colors of #999cac

#999cac #a099ac #99a6ac

Monochromatic Colors of #999cac

#999cac

Complementary Color

#999cac #aca999

#999cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#999cac Color CSS Codes

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

#999cac Text Font Color

<p style="color:#999cac">Text here</p>

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


#999cac Background Color

<div style="background-color:#999cac">
Div content here</div>

This div background color is #999cac


#999cac Border Color

<div style="border:3px solid #999cac">
Div here</div>

This div border color is #999cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999cac


Comments

No comments written yet.

Please login to write comment.