Color Hex Logo

#979caf Color Hex

#979CAF
(151,156,175)
0 Favorites   0 Comments

Color spaces of #979caf

RGB 151156175
HSL0.630.130.64
HSV228°14°69°
CMYK 0.140.110.00   0.31
XYZ32.388833.451445.3071
Yxy33.45140.29140.3010
Hunter Lab57.8372-1.2551-5.9591
CIE-Lab64.52482.1491-10.4776

#979caf color RGB value is (151,156,175).

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

The process color (four color CMYK) of #979caf color hex is 0.14, 0.11, 0.00, 0.31. Web safe color of #979caf is #999999. Color #979caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011100 10101111
Octal 227 234 257
Decimal 151 156 175
Hex 97 9C AF

RGB Percentages of Color #979caf

%31.33
%32.37
%36.31

CMYK Percentages of Color #979caf

%14
%11
%0
%31

Triadic Colors of #979caf

#979caf #af979c #9caf97

Analogous Colors of #979caf

#979caf #9e97af #97a8af

Monochromatic Colors of #979caf

#979caf

Complementary Color

#979caf #afaa97

#979caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#979caf Color CSS Codes

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

#979caf Text Font Color

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

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


#979caf Background Color

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

This div background color is #979caf


#979caf Border Color

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

This div border color is #979caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979caf


Comments

No comments written yet.

Please login to write comment.