Color Hex Logo

#979deb Color Hex

#979DEB
(151,157,235)
0 Favorites   0 Comments

Color spaces of #979deb

RGB 151157235
HSL0.650.680.76
HSV236°36°92°
CMYK 0.360.330.00   0.08
XYZ39.814936.691483.5809
Yxy36.69140.24870.2292
Hunter Lab60.573411.3245-39.4086
CIE-Lab67.044916.1636-39.9434

#979deb color RGB value is (151,157,235).

#979deb hex color red value is 151, green value is 157 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #979deb hue: 0.65 , saturation: 0.68 and the lightness value of 979deb is 0.76.

The process color (four color CMYK) of #979deb color hex is 0.36, 0.33, 0.00, 0.08. Web safe color of #979deb is #9999ff. Color #979deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011101 11101011
Octal 227 235 353
Decimal 151 157 235
Hex 97 9D EB

RGB Percentages of Color #979deb

%27.81
%28.91
%43.28

CMYK Percentages of Color #979deb

%36
%33
%0
%8

Triadic Colors of #979deb

#979deb #eb979d #9deb97

Analogous Colors of #979deb

#979deb #bb97eb #97c7eb

Monochromatic Colors of #979deb

#979deb

Complementary Color

#979deb #ebe597

#979deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#979deb Color CSS Codes

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

#979deb Text Font Color

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

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


#979deb Background Color

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

This div background color is #979deb


#979deb Border Color

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

This div border color is #979deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979deb


Comments

No comments written yet.

Please login to write comment.