Color Hex Logo

#959dde Color Hex

#959DDE
(149,157,222)
0 Favorites   0 Comments

Color spaces of #959dde

RGB 149157222
HSL0.650.530.73
HSV233°33°87°
CMYK 0.330.290.00   0.13
XYZ37.636235.777474.0293
Yxy35.77740.25530.2427
Hunter Lab59.81427.6406-31.5106
CIE-Lab66.349512.2085-33.8825

#959dde color RGB value is (149,157,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011101 11011110
Octal 225 235 336
Decimal 149 157 222
Hex 95 9D DE

RGB Percentages of Color #959dde

%28.22
%29.73
%42.05

CMYK Percentages of Color #959dde

%33
%29
%0
%13

Triadic Colors of #959dde

#959dde #de959d #9dde95

Analogous Colors of #959dde

#959dde #b295de #95c2de

Monochromatic Colors of #959dde

#959dde

Complementary Color

#959dde #ded695

#959dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#959dde Color CSS Codes

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

#959dde Text Font Color

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

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


#959dde Background Color

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

This div background color is #959dde


#959dde Border Color

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

This div border color is #959dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959dde


Comments

No comments written yet.

Please login to write comment.