Color Hex Logo

#969fdf Color Hex

#969FDF
(150,159,223)
0 Favorites   0 Comments

Color spaces of #969fdf

RGB 150159223
HSL0.650.530.73
HSV233°33°87°
CMYK 0.330.290.00   0.13
XYZ38.295136.608074.8597
Yxy36.60800.25570.2444
Hunter Lab60.50457.0949-31.0038
CIE-Lab66.981911.6129-33.4473

#969fdf color RGB value is (150,159,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011111 11011111
Octal 226 237 337
Decimal 150 159 223
Hex 96 9F DF

RGB Percentages of Color #969fdf

%28.20
%29.89
%41.92

CMYK Percentages of Color #969fdf

%33
%29
%0
%13

Triadic Colors of #969fdf

#969fdf #df969f #9fdf96

Analogous Colors of #969fdf

#969fdf #b296df #96c4df

Monochromatic Colors of #969fdf

#969fdf

Complementary Color

#969fdf #dfd696

#969fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#969fdf Color CSS Codes

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

#969fdf Text Font Color

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

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


#969fdf Background Color

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

This div background color is #969fdf


#969fdf Border Color

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

This div border color is #969fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969fdf


Comments

No comments written yet.

Please login to write comment.