Color Hex Logo

#979ddc Color Hex

#979DDC
(151,157,220)
0 Favorites   0 Comments

Color spaces of #979ddc

RGB 151157220
HSL0.650.500.73
HSV235°31°86°
CMYK 0.310.290.00   0.14
XYZ37.737735.860672.6429
Yxy35.86060.25810.2452
Hunter Lab59.88377.6911-30.0041
CIE-Lab66.413312.2633-32.6677

#979ddc color RGB value is (151,157,220).

#979ddc hex color red value is 151, green value is 157 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #979ddc hue: 0.65 , saturation: 0.50 and the lightness value of 979ddc is 0.73.

The process color (four color CMYK) of #979ddc color hex is 0.31, 0.29, 0.00, 0.14. Web safe color of #979ddc is #9999cc. Color #979ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011101 11011100
Octal 227 235 334
Decimal 151 157 220
Hex 97 9D DC

RGB Percentages of Color #979ddc

%28.60
%29.73
%41.67

CMYK Percentages of Color #979ddc

%31
%29
%0
%14

Triadic Colors of #979ddc

#979ddc #dc979d #9ddc97

Analogous Colors of #979ddc

#979ddc #b497dc #97c0dc

Monochromatic Colors of #979ddc

#979ddc

Complementary Color

#979ddc #dcd697

#979ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#979ddc Color CSS Codes

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

#979ddc Text Font Color

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

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


#979ddc Background Color

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

This div background color is #979ddc


#979ddc Border Color

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

This div border color is #979ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979ddc


Comments

No comments written yet.

Please login to write comment.