Color Hex Logo

#979abc Color Hex

#979ABC
(151,154,188)
0 Favorites   0 Comments

Color spaces of #979abc

RGB 151154188
HSL0.650.220.66
HSV235°20°74°
CMYK 0.200.180.00   0.26
XYZ33.395233.321452.2485
Yxy33.32140.28070.2801
Hunter Lab57.72472.2486-13.2580
CIE-Lab64.42036.1797-17.9237

#979abc color RGB value is (151,154,188).

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

The process color (four color CMYK) of #979abc color hex is 0.20, 0.18, 0.00, 0.26. Web safe color of #979abc is #9999cc. Color #979abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011010 10111100
Octal 227 232 274
Decimal 151 154 188
Hex 97 9A BC

RGB Percentages of Color #979abc

%30.63
%31.24
%38.13

CMYK Percentages of Color #979abc

%20
%18
%0
%26

Triadic Colors of #979abc

#979abc #bc979a #9abc97

Analogous Colors of #979abc

#979abc #a797bc #97adbc

Monochromatic Colors of #979abc

#979abc

Complementary Color

#979abc #bcb997

#979abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#979abc Color CSS Codes

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

#979abc Text Font Color

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

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


#979abc Background Color

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

This div background color is #979abc


#979abc Border Color

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

This div border color is #979abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979abc


Comments

No comments written yet.

Please login to write comment.