Color Hex Logo

#898204 Color Hex

#898204
(137,130,4)
0 Favorites   0 Comments

Color spaces of #898204

RGB 1371304
HSL0.160.940.28
HSV57°97°54°
CMYK 0.000.050.97   0.46
XYZ18.321121.29243.2591
Yxy21.29240.42730.4966
Hunter Lab46.1437-9.879028.1130
CIE-Lab53.2680-9.739957.3299

#898204 color RGB value is (137,130,4).

#898204 hex color red value is 137, green value is 130 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #898204 hue: 0.16 , saturation: 0.94 and the lightness value of 898204 is 0.28.

The process color (four color CMYK) of #898204 color hex is 0.00, 0.05, 0.97, 0.46. Web safe color of #898204 is #999900. Color #898204 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000010 00000100
Octal 211 202 4
Decimal 137 130 4
Hex 89 82 4

RGB Percentages of Color #898204

%50.55
%47.97
%1.48

CMYK Percentages of Color #898204

%0
%5
%97
%46

Triadic Colors of #898204

#898204 #048982 #820489

Analogous Colors of #898204

#898204 #4e8904 #894004

Monochromatic Colors of #898204

#898204

Complementary Color

#898204 #040b89

#898204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898204 Color CSS Codes

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

#898204 Text Font Color

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

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


#898204 Background Color

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

This div background color is #898204


#898204 Border Color

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

This div border color is #898204


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898204


Comments

No comments written yet.

Please login to write comment.