Color Hex Logo

#979cac Color Hex

#979CAC
(151,156,172)
0 Favorites   0 Comments

Color spaces of #979cac

RGB 151156172
HSL0.630.110.63
HSV226°12°67°
CMYK 0.120.090.00   0.33
XYZ32.097433.334843.7723
Yxy33.33480.29390.3053
Hunter Lab57.7363-1.8048-4.5348
CIE-Lab64.43111.5023-8.9337

#979cac color RGB value is (151,156,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011100 10101100
Octal 227 234 254
Decimal 151 156 172
Hex 97 9C AC

RGB Percentages of Color #979cac

%31.52
%32.57
%35.91

CMYK Percentages of Color #979cac

%12
%9
%0
%33

Triadic Colors of #979cac

#979cac #ac979c #9cac97

Analogous Colors of #979cac

#979cac #9d97ac #97a7ac

Monochromatic Colors of #979cac

#979cac

Complementary Color

#979cac #aca797

#979cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#979cac Color CSS Codes

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

#979cac Text Font Color

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

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


#979cac Background Color

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

This div background color is #979cac


#979cac Border Color

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

This div border color is #979cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979cac


Comments

No comments written yet.

Please login to write comment.