Color Hex Logo

#979fce Color Hex

#979FCE
(151,159,206)
0 Favorites   0 Comments

Color spaces of #979fce

RGB 151159206
HSL0.640.360.70
HSV231°27°81°
CMYK 0.270.230.00   0.19
XYZ36.301235.831863.3955
Yxy35.83180.26780.2644
Hunter Lab59.85973.4948-20.8904
CIE-Lab66.39127.6351-24.9512

#979fce color RGB value is (151,159,206).

#979fce hex color red value is 151, green value is 159 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #979fce hue: 0.64 , saturation: 0.36 and the lightness value of 979fce is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011111 11001110
Octal 227 237 316
Decimal 151 159 206
Hex 97 9F CE

RGB Percentages of Color #979fce

%29.26
%30.81
%39.92

CMYK Percentages of Color #979fce

%27
%23
%0
%19

Triadic Colors of #979fce

#979fce #ce979f #9fce97

Analogous Colors of #979fce

#979fce #ab97ce #97bbce

Monochromatic Colors of #979fce

#979fce

Complementary Color

#979fce #cec697

#979fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#979fce Color CSS Codes

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

#979fce Text Font Color

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

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


#979fce Background Color

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

This div background color is #979fce


#979fce Border Color

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

This div border color is #979fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979fce


Comments

No comments written yet.

Please login to write comment.