Color Hex Logo

#959ddd Color Hex

#959DDD
(149,157,221)
0 Favorites   0 Comments

Color spaces of #959ddd

RGB 149157221
HSL0.650.510.73
HSV233°33°87°
CMYK 0.330.290.00   0.13
XYZ37.502535.724073.3254
Yxy35.72400.25590.2438
Hunter Lab59.76967.4034-30.8984
CIE-Lab66.308511.9499-33.3940

#959ddd color RGB value is (149,157,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011101 11011101
Octal 225 235 335
Decimal 149 157 221
Hex 95 9D DD

RGB Percentages of Color #959ddd

%28.27
%29.79
%41.94

CMYK Percentages of Color #959ddd

%33
%29
%0
%13

Triadic Colors of #959ddd

#959ddd #dd959d #9ddd95

Analogous Colors of #959ddd

#959ddd #b195dd #95c1dd

Monochromatic Colors of #959ddd

#959ddd

Complementary Color

#959ddd #ddd595

#959ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#959ddd Color CSS Codes

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

#959ddd Text Font Color

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

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


#959ddd Background Color

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

This div background color is #959ddd


#959ddd Border Color

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

This div border color is #959ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,157,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959ddd


Comments

No comments written yet.

Please login to write comment.