Color Hex Logo

#979aac Color Hex

#979AAC
(151,154,172)
0 Favorites   0 Comments

Color spaces of #979aac

RGB 151154172
HSL0.640.110.63
HSV231°12°67°
CMYK 0.120.100.00   0.33
XYZ31.764532.669143.6613
Yxy32.66910.29390.3022
Hunter Lab57.1569-0.8246-5.2809
CIE-Lab63.89212.6177-9.7381

#979aac color RGB value is (151,154,172).

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

The process color (four color CMYK) of #979aac color hex is 0.12, 0.10, 0.00, 0.33. Web safe color of #979aac is #999999. Color #979aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011010 10101100
Octal 227 232 254
Decimal 151 154 172
Hex 97 9A AC

RGB Percentages of Color #979aac

%31.66
%32.29
%36.06

CMYK Percentages of Color #979aac

%12
%10
%0
%33

Triadic Colors of #979aac

#979aac #ac979a #9aac97

Analogous Colors of #979aac

#979aac #9f97ac #97a5ac

Monochromatic Colors of #979aac

#979aac

Complementary Color

#979aac #aca997

#979aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#979aac Color CSS Codes

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

#979aac Text Font Color

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

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


#979aac Background Color

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

This div background color is #979aac


#979aac Border Color

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

This div border color is #979aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979aac


Comments

No comments written yet.

Please login to write comment.