Color Hex Logo

#898422 Color Hex

#898422
(137,132,34)
0 Favorites   0 Comments

Color spaces of #898422

RGB 13713234
HSL0.160.600.34
HSV57°75°54°
CMYK 0.000.040.75   0.46
XYZ18.856521.93644.7537
Yxy21.93640.41400.4816
Hunter Lab46.8363-10.098726.7677
CIE-Lab53.9595-9.933750.1958

#898422 color RGB value is (137,132,34).

#898422 hex color red value is 137, green value is 132 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #898422 hue: 0.16 , saturation: 0.60 and the lightness value of 898422 is 0.34.

The process color (four color CMYK) of #898422 color hex is 0.00, 0.04, 0.75, 0.46. Web safe color of #898422 is #999933. Color #898422 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000100 00100010
Octal 211 204 42
Decimal 137 132 34
Hex 89 84 22

RGB Percentages of Color #898422

%45.21
%43.56
%11.22

CMYK Percentages of Color #898422

%0
%4
%75
%46

Triadic Colors of #898422

#898422 #228984 #842289

Analogous Colors of #898422

#898422 #5b8922 #895122

Monochromatic Colors of #898422

#898422

Complementary Color

#898422 #222789

#898422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898422 Color CSS Codes

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

#898422 Text Font Color

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

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


#898422 Background Color

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

This div background color is #898422


#898422 Border Color

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

This div border color is #898422


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,132,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #898422; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #898422;
  -webkit-box-shadow: 1px 1px 3px 2px #898422;
  box-shadow:         1px 1px 3px 2px #898422; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898422


Comments

No comments written yet.

Please login to write comment.