Color Hex Logo

#958cac Color Hex

#958CAC
(149,140,172)
0 Favorites   0 Comments

Color spaces of #958cac

RGB 149140172
HSL0.710.160.61
HSV257°19°67°
CMYK 0.130.190.00   0.33
XYZ29.218928.124342.9183
Yxy28.12430.29140.2805
Hunter Lab53.03235.5404-10.8599
CIE-Lab60.00099.8619-15.6057

#958cac color RGB value is (149,140,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001100 10101100
Octal 225 214 254
Decimal 149 140 172
Hex 95 8C AC

RGB Percentages of Color #958cac

%32.32
%30.37
%37.31

CMYK Percentages of Color #958cac

%13
%19
%0
%33

Triadic Colors of #958cac

#958cac #ac958c #8cac95

Analogous Colors of #958cac

#958cac #a58cac #8c93ac

Monochromatic Colors of #958cac

#958cac

Complementary Color

#958cac #a3ac8c

#958cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#958cac Color CSS Codes

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

#958cac Text Font Color

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

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


#958cac Background Color

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

This div background color is #958cac


#958cac Border Color

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

This div border color is #958cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958cac

#958cac Color Palettes


Comments

No comments written yet.

Please login to write comment.