Color Hex Logo

#95686e Color Hex

#95686E
(149,104,110)
0 Favorites   0 Comments

Color spaces of #95686e

RGB 149104110
HSL0.980.180.50
HSV352°30°58°
CMYK 0.000.300.26   0.42
XYZ20.159217.416017.0510
Yxy17.41600.36900.3188
Hunter Lab41.732513.19404.9881
CIE-Lab48.780018.95813.8877

#95686e color RGB value is (149,104,110).

#95686e hex color red value is 149, green value is 104 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #95686e hue: 0.98 , saturation: 0.18 and the lightness value of 95686e is 0.50.

The process color (four color CMYK) of #95686e color hex is 0.00, 0.30, 0.26, 0.42. Web safe color of #95686e is #996666. Color #95686e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101000 01101110
Octal 225 150 156
Decimal 149 104 110
Hex 95 68 6E

RGB Percentages of Color #95686e

%41.05
%28.65
%30.30

CMYK Percentages of Color #95686e

%0
%30
%26
%42

Triadic Colors of #95686e

#95686e #6e9568 #686e95

Analogous Colors of #95686e

#95686e #957968 #956885

Monochromatic Colors of #95686e

#95686e

Complementary Color

#95686e #68958f

#95686e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95686e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95686e Color CSS Codes

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

#95686e Text Font Color

<p style="color:#95686e">Text here</p>

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


#95686e Background Color

<div style="background-color:#95686e">
Div content here</div>

This div background color is #95686e


#95686e Border Color

<div style="border:3px solid #95686e">
Div here</div>

This div border color is #95686e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,104,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95686e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95686e;
  -webkit-box-shadow: 1px 1px 3px 2px #95686e;
  box-shadow:         1px 1px 3px 2px #95686e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95686e


Comments

No comments written yet.

Please login to write comment.