Color Hex Logo

#969fcd Color Hex

#969FCD
(150,159,205)
0 Favorites   0 Comments

Color spaces of #969fcd

RGB 150159205
HSL0.640.350.70
HSV230°27°80°
CMYK 0.270.220.00   0.20
XYZ35.995335.688162.7489
Yxy35.68810.26780.2655
Hunter Lab59.73953.0088-20.4591
CIE-Lab66.28097.0886-24.5716

#969fcd color RGB value is (150,159,205).

#969fcd hex color red value is 150, green value is 159 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #969fcd hue: 0.64 , saturation: 0.35 and the lightness value of 969fcd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011111 11001101
Octal 226 237 315
Decimal 150 159 205
Hex 96 9F CD

RGB Percentages of Color #969fcd

%29.18
%30.93
%39.88

CMYK Percentages of Color #969fcd

%27
%22
%0
%20

Triadic Colors of #969fcd

#969fcd #cd969f #9fcd96

Analogous Colors of #969fcd

#969fcd #a996cd #96bbcd

Monochromatic Colors of #969fcd

#969fcd

Complementary Color

#969fcd #cdc496

#969fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#969fcd Color CSS Codes

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

#969fcd Text Font Color

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

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


#969fcd Background Color

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

This div background color is #969fcd


#969fcd Border Color

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

This div border color is #969fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969fcd


Comments

No comments written yet.

Please login to write comment.