Color Hex Logo

#959cdd Color Hex

#959CDD
(149,156,221)
0 Favorites   0 Comments

Color spaces of #959cdd

RGB 149156221
HSL0.650.510.73
HSV234°33°87°
CMYK 0.330.290.00   0.13
XYZ37.334035.387073.2693
Yxy35.38700.25570.2424
Hunter Lab59.48707.9243-31.3858
CIE-Lab66.048912.5189-33.7969

#959cdd color RGB value is (149,156,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011100 11011101
Octal 225 234 335
Decimal 149 156 221
Hex 95 9C DD

RGB Percentages of Color #959cdd

%28.33
%29.66
%42.02

CMYK Percentages of Color #959cdd

%33
%29
%0
%13

Triadic Colors of #959cdd

#959cdd #dd959c #9cdd95

Analogous Colors of #959cdd

#959cdd #b295dd #95c0dd

Monochromatic Colors of #959cdd

#959cdd

Complementary Color

#959cdd #ddd695

#959cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#959cdd Color CSS Codes

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

#959cdd Text Font Color

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

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


#959cdd Background Color

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

This div background color is #959cdd


#959cdd Border Color

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

This div border color is #959cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959cdd


Comments

No comments written yet.

Please login to write comment.