Color Hex Logo

#959fdf Color Hex

#959FDF
(149,159,223)
0 Favorites   0 Comments

Color spaces of #959fdf

RGB 149159223
HSL0.640.540.73
HSV232°33°87°
CMYK 0.330.290.00   0.13
XYZ38.111836.513574.8511
Yxy36.51350.25500.2443
Hunter Lab60.42646.8363-31.1449
CIE-Lab66.910411.3308-33.5637

#959fdf color RGB value is (149,159,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011111 11011111
Octal 225 237 337
Decimal 149 159 223
Hex 95 9F DF

RGB Percentages of Color #959fdf

%28.06
%29.94
%42.00

CMYK Percentages of Color #959fdf

%33
%29
%0
%13

Triadic Colors of #959fdf

#959fdf #df959f #9fdf95

Analogous Colors of #959fdf

#959fdf #b095df #95c4df

Monochromatic Colors of #959fdf

#959fdf

Complementary Color

#959fdf #dfd595

#959fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#959fdf Color CSS Codes

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

#959fdf Text Font Color

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

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


#959fdf Background Color

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

This div background color is #959fdf


#959fdf Border Color

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

This div border color is #959fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959fdf


Comments

No comments written yet.

Please login to write comment.