Color Hex Logo

#979dbe Color Hex

#979DBE
(151,157,190)
0 Favorites   0 Comments

Color spaces of #979dbe

RGB 151157190
HSL0.640.230.67
HSV231°21°75°
CMYK 0.210.170.00   0.25
XYZ34.113734.411053.5592
Yxy34.41100.27940.2819
Hunter Lab58.66091.1485-13.0710
CIE-Lab65.28754.9542-17.7270

#979dbe color RGB value is (151,157,190).

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

The process color (four color CMYK) of #979dbe color hex is 0.21, 0.17, 0.00, 0.25. Web safe color of #979dbe is #9999cc. Color #979dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011101 10111110
Octal 227 235 276
Decimal 151 157 190
Hex 97 9D BE

RGB Percentages of Color #979dbe

%30.32
%31.53
%38.15

CMYK Percentages of Color #979dbe

%21
%17
%0
%25

Triadic Colors of #979dbe

#979dbe #be979d #9dbe97

Analogous Colors of #979dbe

#979dbe #a597be #97b1be

Monochromatic Colors of #979dbe

#979dbe

Complementary Color

#979dbe #beb897

#979dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#979dbe Color CSS Codes

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

#979dbe Text Font Color

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

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


#979dbe Background Color

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

This div background color is #979dbe


#979dbe Border Color

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

This div border color is #979dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979dbe


Comments

No comments written yet.

Please login to write comment.