Color Hex Logo

#898a86 Color Hex

#898A86
(137,138,134)
0 Favorites   0 Comments

Color spaces of #898a86

RGB 137138134
HSL0.210.020.53
HSV75°54°
CMYK 0.010.000.03   0.46
XYZ23.708125.216626.1720
Yxy25.21660.31570.3358
Hunter Lab50.2161-3.60464.2501
CIE-Lab57.2859-1.14432.0021

#898a86 color RGB value is (137,138,134).

#898a86 hex color red value is 137, green value is 138 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #898a86 hue: 0.21 , saturation: 0.02 and the lightness value of 898a86 is 0.53.

The process color (four color CMYK) of #898a86 color hex is 0.01, 0.00, 0.03, 0.46. Web safe color of #898a86 is #999999. Color #898a86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001010 10000110
Octal 211 212 206
Decimal 137 138 134
Hex 89 8A 86

RGB Percentages of Color #898a86

%33.50
%33.74
%32.76

CMYK Percentages of Color #898a86

%1
%0
%3
%46

Triadic Colors of #898a86

#898a86 #86898a #8a8689

Analogous Colors of #898a86

#898a86 #878a86 #8a8986

Monochromatic Colors of #898a86

#898a86

Complementary Color

#898a86 #87868a

#898a86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898a86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898a86 Color CSS Codes

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

#898a86 Text Font Color

<p style="color:#898a86">Text here</p>

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


#898a86 Background Color

<div style="background-color:#898a86">
Div content here</div>

This div background color is #898a86


#898a86 Border Color

<div style="border:3px solid #898a86">
Div here</div>

This div border color is #898a86


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,138,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #898a86; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #898a86;
  -webkit-box-shadow: 1px 1px 3px 2px #898a86;
  box-shadow:         1px 1px 3px 2px #898a86; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898a86


Comments

No comments written yet.

Please login to write comment.