Color Hex Logo

#95899a Color Hex

#95899A
(149,137,154)
0 Favorites   0 Comments

Color spaces of #95899a

RGB 149137154
HSL0.780.080.57
HSV282°11°60°
CMYK 0.030.110.00   0.40
XYZ27.172826.614034.2767
Yxy26.61400.30860.3022
Hunter Lab51.58883.7391-3.2814
CIE-Lab58.61537.7658-7.4064

#95899a color RGB value is (149,137,154).

#95899a hex color red value is 149, green value is 137 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #95899a hue: 0.78 , saturation: 0.08 and the lightness value of 95899a is 0.57.

The process color (four color CMYK) of #95899a color hex is 0.03, 0.11, 0.00, 0.40. Web safe color of #95899a is #999999. Color #95899a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001001 10011010
Octal 225 211 232
Decimal 149 137 154
Hex 95 89 9A

RGB Percentages of Color #95899a

%33.86
%31.14
%35.00

CMYK Percentages of Color #95899a

%3
%11
%0
%40

Triadic Colors of #95899a

#95899a #9a9589 #899a95

Analogous Colors of #95899a

#95899a #9a8997 #8d899a

Monochromatic Colors of #95899a

#95899a

Complementary Color

#95899a #8e9a89

#95899a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95899a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95899a Color CSS Codes

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

#95899a Text Font Color

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

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


#95899a Background Color

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

This div background color is #95899a


#95899a Border Color

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

This div border color is #95899a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95899a


Comments

No comments written yet.

Please login to write comment.