Color Hex Logo

#898c2d Color Hex

#898C2D
(137,140,45)
0 Favorites   0 Comments

Color spaces of #898c2d

RGB 13714045
HSL0.170.510.36
HSV62°68°55°
CMYK 0.020.000.68   0.45
XYZ20.168324.26406.1031
Yxy24.26400.39910.4801
Hunter Lab49.2585-13.117727.1350
CIE-Lab56.3512-13.631448.2025

#898c2d color RGB value is (137,140,45).

#898c2d hex color red value is 137, green value is 140 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #898c2d hue: 0.17 , saturation: 0.51 and the lightness value of 898c2d is 0.36.

The process color (four color CMYK) of #898c2d color hex is 0.02, 0.00, 0.68, 0.45. Web safe color of #898c2d is #999933. Color #898c2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001100 00101101
Octal 211 214 55
Decimal 137 140 45
Hex 89 8C 2D

RGB Percentages of Color #898c2d

%42.55
%43.48
%13.98

CMYK Percentages of Color #898c2d

%2
%0
%68
%45

Triadic Colors of #898c2d

#898c2d #2d898c #8c2d89

Analogous Colors of #898c2d

#898c2d #5a8c2d #8c602d

Monochromatic Colors of #898c2d

#898c2d

Complementary Color

#898c2d #302d8c

#898c2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898c2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#898c2d Color CSS Codes

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

#898c2d Text Font Color

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

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


#898c2d Background Color

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

This div background color is #898c2d


#898c2d Border Color

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

This div border color is #898c2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898c2d


Comments

No comments written yet.

Please login to write comment.