Color Hex Logo

#979eeb Color Hex

#979EEB
(151,158,235)
0 Favorites   0 Comments

Color spaces of #979eeb

RGB 151158235
HSL0.650.680.76
HSV235°36°92°
CMYK 0.360.330.00   0.08
XYZ39.984837.031283.6376
Yxy37.03120.24890.2305
Hunter Lab60.853310.7936-38.8917
CIE-Lab67.300415.5933-39.5441

#979eeb color RGB value is (151,158,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011110 11101011
Octal 227 236 353
Decimal 151 158 235
Hex 97 9E EB

RGB Percentages of Color #979eeb

%27.76
%29.04
%43.20

CMYK Percentages of Color #979eeb

%36
%33
%0
%8

Triadic Colors of #979eeb

#979eeb #eb979e #9eeb97

Analogous Colors of #979eeb

#979eeb #ba97eb #97c8eb

Monochromatic Colors of #979eeb

#979eeb

Complementary Color

#979eeb #ebe497

#979eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#979eeb Color CSS Codes

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

#979eeb Text Font Color

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

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


#979eeb Background Color

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

This div background color is #979eeb


#979eeb Border Color

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

This div border color is #979eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979eeb


Comments

No comments written yet.

Please login to write comment.