Color Hex Logo

#969dce Color Hex

#969DCE
(150,157,206)
0 Favorites   0 Comments

Color spaces of #969dce

RGB 150157206
HSL0.650.360.70
HSV233°27°81°
CMYK 0.270.240.00   0.19
XYZ35.775235.054263.2731
Yxy35.05420.26680.2614
Hunter Lab59.20664.2459-21.9176
CIE-Lab65.79088.4622-25.8787

#969dce color RGB value is (150,157,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011101 11001110
Octal 226 235 316
Decimal 150 157 206
Hex 96 9D CE

RGB Percentages of Color #969dce

%29.24
%30.60
%40.16

CMYK Percentages of Color #969dce

%27
%24
%0
%19

Triadic Colors of #969dce

#969dce #ce969d #9dce96

Analogous Colors of #969dce

#969dce #ab96ce #96b9ce

Monochromatic Colors of #969dce

#969dce

Complementary Color

#969dce #cec796

#969dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#969dce Color CSS Codes

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

#969dce Text Font Color

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

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


#969dce Background Color

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

This div background color is #969dce


#969dce Border Color

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

This div border color is #969dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969dce


Comments

No comments written yet.

Please login to write comment.