Color Hex Logo

#969cce Color Hex

#969CCE
(150,156,206)
0 Favorites   0 Comments

Color spaces of #969cce

RGB 150156206
HSL0.650.360.70
HSV234°27°81°
CMYK 0.270.240.00   0.19
XYZ35.606734.717263.2169
Yxy34.71720.26660.2600
Hunter Lab58.92134.7570-22.3676
CIE-Lab65.52799.0279-26.2827

#969cce color RGB value is (150,156,206).

#969cce hex color red value is 150, green value is 156 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #969cce hue: 0.65 , saturation: 0.36 and the lightness value of 969cce is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011100 11001110
Octal 226 234 316
Decimal 150 156 206
Hex 96 9C CE

RGB Percentages of Color #969cce

%29.30
%30.47
%40.23

CMYK Percentages of Color #969cce

%27
%24
%0
%19

Triadic Colors of #969cce

#969cce #ce969c #9cce96

Analogous Colors of #969cce

#969cce #ac96ce #96b8ce

Monochromatic Colors of #969cce

#969cce

Complementary Color

#969cce #cec896

#969cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#969cce Color CSS Codes

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

#969cce Text Font Color

<p style="color:#969cce">Text here</p>

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


#969cce Background Color

<div style="background-color:#969cce">
Div content here</div>

This div background color is #969cce


#969cce Border Color

<div style="border:3px solid #969cce">
Div here</div>

This div border color is #969cce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,156,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #969cce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #969cce;
  -webkit-box-shadow: 1px 1px 3px 2px #969cce;
  box-shadow:         1px 1px 3px 2px #969cce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,156,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 #969cce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969cce


Comments

No comments written yet.

Please login to write comment.