Color Hex Logo

#979dba Color Hex

#979DBA
(151,157,186)
0 Favorites   0 Comments

Color spaces of #979dba

RGB 151157186
HSL0.640.200.66
HSV230°19°73°
CMYK 0.190.160.00   0.27
XYZ33.682434.238451.2878
Yxy34.23840.28260.2872
Hunter Lab58.51360.3519-11.0088
CIE-Lab65.15144.0371-15.6976

#979dba color RGB value is (151,157,186).

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

The process color (four color CMYK) of #979dba color hex is 0.19, 0.16, 0.00, 0.27. Web safe color of #979dba is #9999cc. Color #979dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011101 10111010
Octal 227 235 272
Decimal 151 157 186
Hex 97 9D BA

RGB Percentages of Color #979dba

%30.57
%31.78
%37.65

CMYK Percentages of Color #979dba

%19
%16
%0
%27

Triadic Colors of #979dba

#979dba #ba979d #9dba97

Analogous Colors of #979dba

#979dba #a397ba #97afba

Monochromatic Colors of #979dba

#979dba

Complementary Color

#979dba #bab497

#979dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#979dba Color CSS Codes

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

#979dba Text Font Color

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

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


#979dba Background Color

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

This div background color is #979dba


#979dba Border Color

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

This div border color is #979dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979dba


Comments

No comments written yet.

Please login to write comment.