Color Hex Logo

#898c85 Color Hex

#898C85
(137,140,133)
0 Favorites   0 Comments

Color spaces of #898c85

RGB 137140133
HSL0.240.030.54
HSV86°55°
CMYK 0.020.000.05   0.45
XYZ23.928225.768025.9029
Yxy25.76800.31650.3409
Hunter Lab50.7622-4.69285.2791
CIE-Lab57.8162-2.45923.3441

#898c85 color RGB value is (137,140,133).

#898c85 hex color red value is 137, green value is 140 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #898c85 hue: 0.24 , saturation: 0.03 and the lightness value of 898c85 is 0.54.

The process color (four color CMYK) of #898c85 color hex is 0.02, 0.00, 0.05, 0.45. Web safe color of #898c85 is #999999. Color #898c85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001100 10000101
Octal 211 214 205
Decimal 137 140 133
Hex 89 8C 85

RGB Percentages of Color #898c85

%33.41
%34.15
%32.44

CMYK Percentages of Color #898c85

%2
%0
%5
%45

Triadic Colors of #898c85

#898c85 #85898c #8c8589

Analogous Colors of #898c85

#898c85 #868c85 #8c8c85

Monochromatic Colors of #898c85

#898c85

Complementary Color

#898c85 #88858c

#898c85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898c85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898c85 Color CSS Codes

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

#898c85 Text Font Color

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

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


#898c85 Background Color

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

This div background color is #898c85


#898c85 Border Color

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

This div border color is #898c85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898c85


Comments

No comments written yet.

Please login to write comment.