Color Hex Logo

#979fad Color Hex

#979FAD
(151,159,173)
0 Favorites   0 Comments

Color spaces of #979fad

RGB 151159173
HSL0.610.120.64
HSV218°13°68°
CMYK 0.130.080.00   0.32
XYZ32.703534.392744.4500
Yxy34.39270.29320.3083
Hunter Lab58.6453-3.0889-3.8870
CIE-Lab65.27310.0510-8.2398

#979fad color RGB value is (151,159,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011111 10101101
Octal 227 237 255
Decimal 151 159 173
Hex 97 9F AD

RGB Percentages of Color #979fad

%31.26
%32.92
%35.82

CMYK Percentages of Color #979fad

%13
%8
%0
%32

Triadic Colors of #979fad

#979fad #ad979f #9fad97

Analogous Colors of #979fad

#979fad #9a97ad #97aaad

Monochromatic Colors of #979fad

#979fad

Complementary Color

#979fad #ada597

#979fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#979fad Color CSS Codes

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

#979fad Text Font Color

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

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


#979fad Background Color

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

This div background color is #979fad


#979fad Border Color

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

This div border color is #979fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979fad


Comments

No comments written yet.

Please login to write comment.