Color Hex Logo

#958daa Color Hex

#958DAA
(149,141,170)
0 Favorites   0 Comments

Color spaces of #958daa

RGB 149141170
HSL0.710.150.61
HSV257°17°67°
CMYK 0.120.170.00   0.33
XYZ29.175028.341641.9630
Yxy28.34160.29330.2849
Hunter Lab53.23684.6576-9.4685
CIE-Lab60.19618.8513-14.1729

#958daa color RGB value is (149,141,170).

#958daa hex color red value is 149, green value is 141 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #958daa hue: 0.71 , saturation: 0.15 and the lightness value of 958daa is 0.61.

The process color (four color CMYK) of #958daa color hex is 0.12, 0.17, 0.00, 0.33. Web safe color of #958daa is #999999. Color #958daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001101 10101010
Octal 225 215 252
Decimal 149 141 170
Hex 95 8D AA

RGB Percentages of Color #958daa

%32.39
%30.65
%36.96

CMYK Percentages of Color #958daa

%12
%17
%0
%33

Triadic Colors of #958daa

#958daa #aa958d #8daa95

Analogous Colors of #958daa

#958daa #a48daa #8d94aa

Monochromatic Colors of #958daa

#958daa

Complementary Color

#958daa #a2aa8d

#958daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#958daa Color CSS Codes

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

#958daa Text Font Color

<p style="color:#958daa">Text here</p>

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


#958daa Background Color

<div style="background-color:#958daa">
Div content here</div>

This div background color is #958daa


#958daa Border Color

<div style="border:3px solid #958daa">
Div here</div>

This div border color is #958daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,141,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #958daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #958daa;
  -webkit-box-shadow: 1px 1px 3px 2px #958daa;
  box-shadow:         1px 1px 3px 2px #958daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958daa


Comments

No comments written yet.

Please login to write comment.