Color Hex Logo

#958dac Color Hex

#958DAC
(149,141,172)
0 Favorites   0 Comments

Color spaces of #958dac

RGB 149141172
HSL0.710.160.61
HSV255°18°67°
CMYK 0.130.180.00   0.33
XYZ29.365728.417942.9672
Yxy28.41790.29150.2821
Hunter Lab53.30845.0394-10.4725
CIE-Lab60.26449.2901-15.2070

#958dac color RGB value is (149,141,172).

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

The process color (four color CMYK) of #958dac color hex is 0.13, 0.18, 0.00, 0.33. Web safe color of #958dac is #999999. Color #958dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001101 10101100
Octal 225 215 254
Decimal 149 141 172
Hex 95 8D AC

RGB Percentages of Color #958dac

%32.25
%30.52
%37.23

CMYK Percentages of Color #958dac

%13
%18
%0
%33

Triadic Colors of #958dac

#958dac #ac958d #8dac95

Analogous Colors of #958dac

#958dac #a58dac #8d95ac

Monochromatic Colors of #958dac

#958dac

Complementary Color

#958dac #a4ac8d

#958dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#958dac Color CSS Codes

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

#958dac Text Font Color

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

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


#958dac Background Color

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

This div background color is #958dac


#958dac Border Color

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

This div border color is #958dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958dac


Comments

No comments written yet.

Please login to write comment.