Color Hex Logo

#979ceb Color Hex

#979CEB
(151,156,235)
0 Favorites   0 Comments

Color spaces of #979ceb

RGB 151156235
HSL0.660.680.76
HSV236°36°92°
CMYK 0.360.340.00   0.08
XYZ39.646436.354483.5248
Yxy36.35440.24850.2279
Hunter Lab60.294611.8562-39.9269
CIE-Lab66.789816.7343-40.3421

#979ceb color RGB value is (151,156,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011100 11101011
Octal 227 234 353
Decimal 151 156 235
Hex 97 9C EB

RGB Percentages of Color #979ceb

%27.86
%28.78
%43.36

CMYK Percentages of Color #979ceb

%36
%34
%0
%8

Triadic Colors of #979ceb

#979ceb #eb979c #9ceb97

Analogous Colors of #979ceb

#979ceb #bc97eb #97c6eb

Monochromatic Colors of #979ceb

#979ceb

Complementary Color

#979ceb #ebe697

#979ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#979ceb Color CSS Codes

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

#979ceb Text Font Color

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

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


#979ceb Background Color

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

This div background color is #979ceb


#979ceb Border Color

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

This div border color is #979ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,156,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 #979ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979ceb


Comments

No comments written yet.

Please login to write comment.