Color Hex Logo

#979ead Color Hex

#979EAD
(151,158,173)
0 Favorites   0 Comments

Color spaces of #979ead

RGB 151158173
HSL0.610.120.64
HSV221°13°68°
CMYK 0.130.090.00   0.32
XYZ32.532234.050244.3929
Yxy34.05020.29310.3068
Hunter Lab58.3525-2.6012-4.2593
CIE-Lab65.00240.6049-8.6430

#979ead color RGB value is (151,158,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011110 10101101
Octal 227 236 255
Decimal 151 158 173
Hex 97 9E AD

RGB Percentages of Color #979ead

%31.33
%32.78
%35.89

CMYK Percentages of Color #979ead

%13
%9
%0
%32

Triadic Colors of #979ead

#979ead #ad979e #9ead97

Analogous Colors of #979ead

#979ead #9b97ad #97a9ad

Monochromatic Colors of #979ead

#979ead

Complementary Color

#979ead #ada697

#979ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#979ead Color CSS Codes

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

#979ead Text Font Color

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

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


#979ead Background Color

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

This div background color is #979ead


#979ead Border Color

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

This div border color is #979ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979ead


Comments

No comments written yet.

Please login to write comment.