Color Hex Logo

#969ccc Color Hex

#969CCC
(150,156,204)
0 Favorites   0 Comments

Color spaces of #969ccc

RGB 150156204
HSL0.650.350.69
HSV233°26°80°
CMYK 0.260.240.00   0.20
XYZ35.365234.620661.9452
Yxy34.62060.26810.2624
Hunter Lab58.83934.3183-21.2322
CIE-Lab65.45228.5374-25.2868

#969ccc color RGB value is (150,156,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011100 11001100
Octal 226 234 314
Decimal 150 156 204
Hex 96 9C CC

RGB Percentages of Color #969ccc

%29.41
%30.59
%40.00

CMYK Percentages of Color #969ccc

%26
%24
%0
%20

Triadic Colors of #969ccc

#969ccc #cc969c #9ccc96

Analogous Colors of #969ccc

#969ccc #ab96cc #96b7cc

Monochromatic Colors of #969ccc

#969ccc

Complementary Color

#969ccc #ccc696

#969ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#969ccc Color CSS Codes

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

#969ccc Text Font Color

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

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


#969ccc Background Color

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

This div background color is #969ccc


#969ccc Border Color

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

This div border color is #969ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969ccc


Comments

No comments written yet.

Please login to write comment.