Color Hex Logo

#979eaa Color Hex

#979EAA
(151,158,170)
0 Favorites   0 Comments

Color spaces of #979eaa

RGB 151158170
HSL0.610.100.63
HSV218°11°67°
CMYK 0.110.070.00   0.33
XYZ32.245133.935342.8809
Yxy33.93530.29570.3112
Hunter Lab58.2540-3.1402-2.8657
CIE-Lab64.9112-0.0338-7.0970

#979eaa color RGB value is (151,158,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011110 10101010
Octal 227 236 252
Decimal 151 158 170
Hex 97 9E AA

RGB Percentages of Color #979eaa

%31.52
%32.99
%35.49

CMYK Percentages of Color #979eaa

%11
%7
%0
%33

Triadic Colors of #979eaa

#979eaa #aa979e #9eaa97

Analogous Colors of #979eaa

#979eaa #9a97aa #97a8aa

Monochromatic Colors of #979eaa

#979eaa

Complementary Color

#979eaa #aaa397

#979eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#979eaa Color CSS Codes

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

#979eaa Text Font Color

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

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


#979eaa Background Color

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

This div background color is #979eaa


#979eaa Border Color

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

This div border color is #979eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979eaa


Comments

No comments written yet.

Please login to write comment.