Color Hex Logo

#989cac Color Hex

#989CAC
(152,156,172)
0 Favorites   0 Comments

Color spaces of #989cac

RGB 152156172
HSL0.630.110.64
HSV228°12°67°
CMYK 0.120.090.00   0.33
XYZ32.283833.430943.7810
Yxy33.43090.29480.3053
Hunter Lab57.8195-1.5176-4.4209
CIE-Lab64.50831.8422-8.8103

#989cac color RGB value is (152,156,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011100 10101100
Octal 230 234 254
Decimal 152 156 172
Hex 98 9C AC

RGB Percentages of Color #989cac

%31.67
%32.50
%35.83

CMYK Percentages of Color #989cac

%12
%9
%0
%33

Triadic Colors of #989cac

#989cac #ac989c #9cac98

Analogous Colors of #989cac

#989cac #9e98ac #98a6ac

Monochromatic Colors of #989cac

#989cac

Complementary Color

#989cac #aca898

#989cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#989cac Color CSS Codes

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

#989cac Text Font Color

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

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


#989cac Background Color

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

This div background color is #989cac


#989cac Border Color

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

This div border color is #989cac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,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 #989cac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989cac


Comments

No comments written yet.

Please login to write comment.