Color Hex Logo

#959ddf Color Hex

#959DDF
(149,157,223)
0 Favorites   0 Comments

Color spaces of #959ddf

RGB 149157223
HSL0.650.540.73
HSV234°33°87°
CMYK 0.330.300.00   0.13
XYZ37.770735.831274.7374
Yxy35.83120.25460.2415
Hunter Lab59.85927.8787-32.1253
CIE-Lab66.390712.4675-34.3703

#959ddf color RGB value is (149,157,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011101 11011111
Octal 225 235 337
Decimal 149 157 223
Hex 95 9D DF

RGB Percentages of Color #959ddf

%28.17
%29.68
%42.16

CMYK Percentages of Color #959ddf

%33
%30
%0
%13

Triadic Colors of #959ddf

#959ddf #df959d #9ddf95

Analogous Colors of #959ddf

#959ddf #b295df #95c2df

Monochromatic Colors of #959ddf

#959ddf

Complementary Color

#959ddf #dfd795

#959ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#959ddf Color CSS Codes

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

#959ddf Text Font Color

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

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


#959ddf Background Color

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

This div background color is #959ddf


#959ddf Border Color

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

This div border color is #959ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959ddf


Comments

No comments written yet.

Please login to write comment.