Color Hex Logo

#95888a Color Hex

#95888A
(149,136,138)
0 Favorites   0 Comments

Color spaces of #95888a

RGB 149136138
HSL0.970.060.56
HSV351°58°
CMYK 0.000.090.07   0.42
XYZ25.786025.832927.6719
Yxy25.83290.32520.3258
Hunter Lab50.82611.61423.2982
CIE-Lab57.87815.24190.6917

#95888a color RGB value is (149,136,138).

#95888a hex color red value is 149, green value is 136 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #95888a hue: 0.97 , saturation: 0.06 and the lightness value of 95888a is 0.56.

The process color (four color CMYK) of #95888a color hex is 0.00, 0.09, 0.07, 0.42. Web safe color of #95888a is #999999. Color #95888a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001000 10001010
Octal 225 210 212
Decimal 149 136 138
Hex 95 88 8A

RGB Percentages of Color #95888a

%35.22
%32.15
%32.62

CMYK Percentages of Color #95888a

%0
%9
%7
%42

Triadic Colors of #95888a

#95888a #8a9588 #888a95

Analogous Colors of #95888a

#95888a #958d88 #958891

Monochromatic Colors of #95888a

#95888a

Complementary Color

#95888a #889593

#95888a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95888a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95888a Color CSS Codes

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

#95888a Text Font Color

<p style="color:#95888a">Text here</p>

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


#95888a Background Color

<div style="background-color:#95888a">
Div content here</div>

This div background color is #95888a


#95888a Border Color

<div style="border:3px solid #95888a">
Div here</div>

This div border color is #95888a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,136,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95888a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95888a;
  -webkit-box-shadow: 1px 1px 3px 2px #95888a;
  box-shadow:         1px 1px 3px 2px #95888a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95888a


Comments

No comments written yet.

Please login to write comment.