Color Hex Logo

#979dab Color Hex

#979DAB
(151,157,171)
0 Favorites   0 Comments

Color spaces of #979dab

RGB 151157171
HSL0.620.110.63
HSV222°12°67°
CMYK 0.120.080.00   0.33
XYZ32.170233.633543.3244
Yxy33.63350.29480.3082
Hunter Lab57.9944-2.4741-3.6962
CIE-Lab64.67060.7329-8.0155

#979dab color RGB value is (151,157,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011101 10101011
Octal 227 235 253
Decimal 151 157 171
Hex 97 9D AB

RGB Percentages of Color #979dab

%31.52
%32.78
%35.70

CMYK Percentages of Color #979dab

%12
%8
%0
%33

Triadic Colors of #979dab

#979dab #ab979d #9dab97

Analogous Colors of #979dab

#979dab #9b97ab #97a7ab

Monochromatic Colors of #979dab

#979dab

Complementary Color

#979dab #aba597

#979dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#979dab Color CSS Codes

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

#979dab Text Font Color

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

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


#979dab Background Color

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

This div background color is #979dab


#979dab Border Color

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

This div border color is #979dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979dab


Comments

No comments written yet.

Please login to write comment.