Color Hex Logo

#979ccb Color Hex

#979CCB
(151,156,203)
0 Favorites   0 Comments

Color spaces of #979ccb

RGB 151156203
HSL0.650.330.69
HSV234°26°80°
CMYK 0.260.230.00   0.20
XYZ35.430534.668061.3241
Yxy34.66800.26960.2638
Hunter Lab58.87954.3724-20.5359
CIE-Lab65.48948.5984-24.6670

#979ccb color RGB value is (151,156,203).

#979ccb hex color red value is 151, green value is 156 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #979ccb hue: 0.65 , saturation: 0.33 and the lightness value of 979ccb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011100 11001011
Octal 227 234 313
Decimal 151 156 203
Hex 97 9C CB

RGB Percentages of Color #979ccb

%29.61
%30.59
%39.80

CMYK Percentages of Color #979ccb

%26
%23
%0
%20

Triadic Colors of #979ccb

#979ccb #cb979c #9ccb97

Analogous Colors of #979ccb

#979ccb #ac97cb #97b6cb

Monochromatic Colors of #979ccb

#979ccb

Complementary Color

#979ccb #cbc697

#979ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#979ccb Color CSS Codes

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

#979ccb Text Font Color

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

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


#979ccb Background Color

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

This div background color is #979ccb


#979ccb Border Color

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

This div border color is #979ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979ccb


Comments

No comments written yet.

Please login to write comment.