Color Hex Logo

#969cdc Color Hex

#969CDC
(150,156,220)
0 Favorites   0 Comments

Color spaces of #969cdc

RGB 150156220
HSL0.650.500.73
HSV235°32°86°
CMYK 0.320.290.00   0.14
XYZ37.384435.428372.5781
Yxy35.42830.25710.2437
Hunter Lab59.52177.9494-30.6304
CIE-Lab66.080812.5461-33.1890

#969cdc color RGB value is (150,156,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011100 11011100
Octal 226 234 334
Decimal 150 156 220
Hex 96 9C DC

RGB Percentages of Color #969cdc

%28.52
%29.66
%41.83

CMYK Percentages of Color #969cdc

%32
%29
%0
%14

Triadic Colors of #969cdc

#969cdc #dc969c #9cdc96

Analogous Colors of #969cdc

#969cdc #b396dc #96bfdc

Monochromatic Colors of #969cdc

#969cdc

Complementary Color

#969cdc #dcd696

#969cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#969cdc Color CSS Codes

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

#969cdc Text Font Color

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

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


#969cdc Background Color

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

This div background color is #969cdc


#969cdc Border Color

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

This div border color is #969cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969cdc


Comments

No comments written yet.

Please login to write comment.