Color Hex Logo

#979edf Color Hex

#979EDF
(151,158,223)
0 Favorites   0 Comments

Color spaces of #979edf

RGB 151158223
HSL0.650.530.73
HSV234°32°87°
CMYK 0.320.290.00   0.13
XYZ38.308636.360774.8113
Yxy36.36070.25630.2432
Hunter Lab60.29987.8767-31.3486
CIE-Lab66.794612.4635-33.7321

#979edf color RGB value is (151,158,223).

#979edf hex color red value is 151, green value is 158 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #979edf hue: 0.65 , saturation: 0.53 and the lightness value of 979edf is 0.73.

The process color (four color CMYK) of #979edf color hex is 0.32, 0.29, 0.00, 0.13. Web safe color of #979edf is #9999cc. Color #979edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011110 11011111
Octal 227 236 337
Decimal 151 158 223
Hex 97 9E DF

RGB Percentages of Color #979edf

%28.38
%29.70
%41.92

CMYK Percentages of Color #979edf

%32
%29
%0
%13

Triadic Colors of #979edf

#979edf #df979e #9edf97

Analogous Colors of #979edf

#979edf #b497df #97c2df

Monochromatic Colors of #979edf

#979edf

Complementary Color

#979edf #dfd897

#979edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#979edf Color CSS Codes

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

#979edf Text Font Color

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

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


#979edf Background Color

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

This div background color is #979edf


#979edf Border Color

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

This div border color is #979edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979edf


Comments

No comments written yet.

Please login to write comment.