Color Hex Logo

#979caa Color Hex

#979CAA
(151,156,170)
0 Favorites   0 Comments

Color spaces of #979caa

RGB 151156170
HSL0.620.100.63
HSV224°11°67°
CMYK 0.110.080.00   0.33
XYZ31.906733.258542.7681
Yxy33.25850.29560.3081
Hunter Lab57.6702-2.1656-3.6002
CIE-Lab64.36971.0761-7.9020

#979caa color RGB value is (151,156,170).

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

The process color (four color CMYK) of #979caa color hex is 0.11, 0.08, 0.00, 0.33. Web safe color of #979caa is #999999. Color #979caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011100 10101010
Octal 227 234 252
Decimal 151 156 170
Hex 97 9C AA

RGB Percentages of Color #979caa

%31.66
%32.70
%35.64

CMYK Percentages of Color #979caa

%11
%8
%0
%33

Triadic Colors of #979caa

#979caa #aa979c #9caa97

Analogous Colors of #979caa

#979caa #9c97aa #97a6aa

Monochromatic Colors of #979caa

#979caa

Complementary Color

#979caa #aaa597

#979caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#979caa Color CSS Codes

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

#979caa Text Font Color

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

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


#979caa Background Color

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

This div background color is #979caa


#979caa Border Color

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

This div border color is #979caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979caa


Comments

No comments written yet.

Please login to write comment.