Color Hex Logo

#969cde Color Hex

#969CDE
(150,156,222)
0 Favorites   0 Comments

Color spaces of #969cde

RGB 150156222
HSL0.650.520.73
HSV235°32°87°
CMYK 0.320.300.00   0.13
XYZ37.651035.534973.9817
Yxy35.53490.25580.2415
Hunter Lab59.61128.4229-31.8553
CIE-Lab66.163013.0604-34.1663

#969cde color RGB value is (150,156,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011100 11011110
Octal 226 234 336
Decimal 150 156 222
Hex 96 9C DE

RGB Percentages of Color #969cde

%28.41
%29.55
%42.05

CMYK Percentages of Color #969cde

%32
%30
%0
%13

Triadic Colors of #969cde

#969cde #de969c #9cde96

Analogous Colors of #969cde

#969cde #b496de #96c0de

Monochromatic Colors of #969cde

#969cde

Complementary Color

#969cde #ded896

#969cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#969cde Color CSS Codes

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

#969cde Text Font Color

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

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


#969cde Background Color

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

This div background color is #969cde


#969cde Border Color

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

This div border color is #969cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969cde


Comments

No comments written yet.

Please login to write comment.