Color Hex Logo

#898f80 Color Hex

#898F80
(137,143,128)
0 Favorites   0 Comments

Color spaces of #898f80

RGB 137143128
HSL0.230.060.53
HSV84°10°56°
CMYK 0.040.000.10   0.44
XYZ24.035326.521824.2745
Yxy26.52180.32120.3544
Hunter Lab51.4993-6.81598.1028
CIE-Lab58.5291-5.06167.2265

#898f80 color RGB value is (137,143,128).

#898f80 hex color red value is 137, green value is 143 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #898f80 hue: 0.23 , saturation: 0.06 and the lightness value of 898f80 is 0.53.

The process color (four color CMYK) of #898f80 color hex is 0.04, 0.00, 0.10, 0.44. Web safe color of #898f80 is #999999. Color #898f80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001111 10000000
Octal 211 217 200
Decimal 137 143 128
Hex 89 8F 80

RGB Percentages of Color #898f80

%33.58
%35.05
%31.37

CMYK Percentages of Color #898f80

%4
%0
%10
%44

Triadic Colors of #898f80

#898f80 #80898f #8f8089

Analogous Colors of #898f80

#898f80 #828f80 #8f8e80

Monochromatic Colors of #898f80

#898f80

Complementary Color

#898f80 #86808f

#898f80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898f80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898f80 Color CSS Codes

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

#898f80 Text Font Color

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

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


#898f80 Background Color

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

This div background color is #898f80


#898f80 Border Color

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

This div border color is #898f80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898f80

#898f80 Color Palettes


Comments

No comments written yet.

Please login to write comment.