Color Hex Logo

#979ebf Color Hex

#979EBF
(151,158,191)
0 Favorites   0 Comments

Color spaces of #979ebf

RGB 151158191
HSL0.640.240.67
HSV230°21°75°
CMYK 0.210.170.00   0.25
XYZ34.393334.794654.1935
Yxy34.79460.27880.2820
Hunter Lab58.98690.8502-13.1811
CIE-Lab65.58844.6252-17.8290

#979ebf color RGB value is (151,158,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011110 10111111
Octal 227 236 277
Decimal 151 158 191
Hex 97 9E BF

RGB Percentages of Color #979ebf

%30.20
%31.60
%38.20

CMYK Percentages of Color #979ebf

%21
%17
%0
%25

Triadic Colors of #979ebf

#979ebf #bf979e #9ebf97

Analogous Colors of #979ebf

#979ebf #a497bf #97b2bf

Monochromatic Colors of #979ebf

#979ebf

Complementary Color

#979ebf #bfb897

#979ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#979ebf Color CSS Codes

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

#979ebf Text Font Color

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

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


#979ebf Background Color

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

This div background color is #979ebf


#979ebf Border Color

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

This div border color is #979ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979ebf


Comments

No comments written yet.

Please login to write comment.