Color Hex Logo

#969cdf Color Hex

#969CDF
(150,156,223)
0 Favorites   0 Comments

Color spaces of #969cdf

RGB 150156223
HSL0.650.530.73
HSV235°33°87°
CMYK 0.330.300.00   0.13
XYZ37.785435.588774.6898
Yxy35.58870.25520.2404
Hunter Lab59.65638.6608-32.4718
CIE-Lab66.204513.3182-34.6540

#969cdf color RGB value is (150,156,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011100 11011111
Octal 226 234 337
Decimal 150 156 223
Hex 96 9C DF

RGB Percentages of Color #969cdf

%28.36
%29.49
%42.16

CMYK Percentages of Color #969cdf

%33
%30
%0
%13

Triadic Colors of #969cdf

#969cdf #df969c #9cdf96

Analogous Colors of #969cdf

#969cdf #b596df #96c1df

Monochromatic Colors of #969cdf

#969cdf

Complementary Color

#969cdf #dfd996

#969cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#969cdf Color CSS Codes

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

#969cdf Text Font Color

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

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


#969cdf Background Color

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

This div background color is #969cdf


#969cdf Border Color

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

This div border color is #969cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969cdf


Comments

No comments written yet.

Please login to write comment.