Color Hex Logo

#979daf Color Hex

#979DAF
(151,157,175)
0 Favorites   0 Comments

Color spaces of #979daf

RGB 151157175
HSL0.630.130.64
HSV225°14°69°
CMYK 0.140.100.00   0.31
XYZ32.557333.788445.3633
Yxy33.78840.29140.3025
Hunter Lab58.1278-1.7460-5.5808
CIE-Lab64.79431.5920-10.0746

#979daf color RGB value is (151,157,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011101 10101111
Octal 227 235 257
Decimal 151 157 175
Hex 97 9D AF

RGB Percentages of Color #979daf

%31.26
%32.51
%36.23

CMYK Percentages of Color #979daf

%14
%10
%0
%31

Triadic Colors of #979daf

#979daf #af979d #9daf97

Analogous Colors of #979daf

#979daf #9d97af #97a9af

Monochromatic Colors of #979daf

#979daf

Complementary Color

#979daf #afa997

#979daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#979daf Color CSS Codes

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

#979daf Text Font Color

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

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


#979daf Background Color

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

This div background color is #979daf


#979daf Border Color

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

This div border color is #979daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979daf


Comments

No comments written yet.

Please login to write comment.