Color Hex Logo

#979dad Color Hex

#979DAD
(151,157,173)
0 Favorites   0 Comments

Color spaces of #979dad

RGB 151157173
HSL0.620.120.64
HSV224°13°68°
CMYK 0.130.090.00   0.32
XYZ32.362333.710444.3362
Yxy33.71040.29310.3053
Hunter Lab58.0607-2.1124-4.6325
CIE-Lab64.73201.1603-9.0459

#979dad color RGB value is (151,157,173).

#979dad hex color red value is 151, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #979dad hue: 0.62 , saturation: 0.12 and the lightness value of 979dad is 0.64.

The process color (four color CMYK) of #979dad color hex is 0.13, 0.09, 0.00, 0.32. Web safe color of #979dad is #999999. Color #979dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011101 10101101
Octal 227 235 255
Decimal 151 157 173
Hex 97 9D AD

RGB Percentages of Color #979dad

%31.39
%32.64
%35.97

CMYK Percentages of Color #979dad

%13
%9
%0
%32

Triadic Colors of #979dad

#979dad #ad979d #9dad97

Analogous Colors of #979dad

#979dad #9c97ad #97a8ad

Monochromatic Colors of #979dad

#979dad

Complementary Color

#979dad #ada797

#979dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#979dad Color CSS Codes

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

#979dad Text Font Color

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

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


#979dad Background Color

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

This div background color is #979dad


#979dad Border Color

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

This div border color is #979dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,157,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979dad


Comments

No comments written yet.

Please login to write comment.