Color Hex Logo

#979aeb Color Hex

#979AEB
(151,154,235)
0 Favorites   0 Comments

Color spaces of #979aeb

RGB 151154235
HSL0.660.680.76
HSV238°36°92°
CMYK 0.360.340.00   0.08
XYZ39.313535.688783.4138
Yxy35.68870.24820.2253
Hunter Lab59.740012.9216-40.9674
CIE-Lab66.281417.8773-41.1376

#979aeb color RGB value is (151,154,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011010 11101011
Octal 227 232 353
Decimal 151 154 235
Hex 97 9A EB

RGB Percentages of Color #979aeb

%27.96
%28.52
%43.52

CMYK Percentages of Color #979aeb

%36
%34
%0
%8

Triadic Colors of #979aeb

#979aeb #eb979a #9aeb97

Analogous Colors of #979aeb

#979aeb #be97eb #97c4eb

Monochromatic Colors of #979aeb

#979aeb

Complementary Color

#979aeb #ebe897

#979aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#979aeb Color CSS Codes

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

#979aeb Text Font Color

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

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


#979aeb Background Color

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

This div background color is #979aeb


#979aeb Border Color

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

This div border color is #979aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979aeb


Comments

No comments written yet.

Please login to write comment.