Color Hex Logo

#979aad Color Hex

#979AAD
(151,154,173)
0 Favorites   0 Comments

Color spaces of #979aad

RGB 151154173
HSL0.640.120.64
HSV232°13°68°
CMYK 0.130.110.00   0.32
XYZ31.860932.707644.1691
Yxy32.70760.29300.3008
Hunter Lab57.1906-0.6410-5.7571
CIE-Lab63.92342.8331-10.2536

#979aad color RGB value is (151,154,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011010 10101101
Octal 227 232 255
Decimal 151 154 173
Hex 97 9A AD

RGB Percentages of Color #979aad

%31.59
%32.22
%36.19

CMYK Percentages of Color #979aad

%13
%11
%0
%32

Triadic Colors of #979aad

#979aad #ad979a #9aad97

Analogous Colors of #979aad

#979aad #9f97ad #97a5ad

Monochromatic Colors of #979aad

#979aad

Complementary Color

#979aad #adaa97

#979aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#979aad Color CSS Codes

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

#979aad Text Font Color

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

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


#979aad Background Color

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

This div background color is #979aad


#979aad Border Color

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

This div border color is #979aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979aad


Comments

No comments written yet.

Please login to write comment.