Color Hex Logo

#969dde Color Hex

#969DDE
(150,157,222)
0 Favorites   0 Comments

Color spaces of #969dde

RGB 150157222
HSL0.650.520.73
HSV234°32°87°
CMYK 0.320.290.00   0.13
XYZ37.819535.871974.0379
Yxy35.87190.25600.2428
Hunter Lab59.89327.9007-31.3671
CIE-Lab66.421912.4913-33.7644

#969dde color RGB value is (150,157,222).

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

The process color (four color CMYK) of #969dde color hex is 0.32, 0.29, 0.00, 0.13. Web safe color of #969dde is #9999cc. Color #969dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011101 11011110
Octal 226 235 336
Decimal 150 157 222
Hex 96 9D DE

RGB Percentages of Color #969dde

%28.36
%29.68
%41.97

CMYK Percentages of Color #969dde

%32
%29
%0
%13

Triadic Colors of #969dde

#969dde #de969d #9dde96

Analogous Colors of #969dde

#969dde #b396de #96c1de

Monochromatic Colors of #969dde

#969dde

Complementary Color

#969dde #ded796

#969dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#969dde Color CSS Codes

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

#969dde Text Font Color

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

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


#969dde Background Color

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

This div background color is #969dde


#969dde Border Color

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

This div border color is #969dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969dde


Comments

No comments written yet.

Please login to write comment.