Color Hex Logo

#898300 Color Hex

#898300
(137,131,0)
0 Favorites   0 Comments

Color spaces of #898300

RGB 1371310
HSL0.161.000.27
HSV57°100°54°
CMYK 0.000.041.00   0.46
XYZ18.432821.55103.1882
Yxy21.55100.42700.4992
Hunter Lab46.4231-10.364928.4243
CIE-Lab53.5473-10.358058.2650

#898300 color RGB value is (137,131,0).

#898300 hex color red value is 137, green value is 131 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #898300 hue: 0.16 , saturation: 1.00 and the lightness value of 898300 is 0.27.

The process color (four color CMYK) of #898300 color hex is 0.00, 0.04, 1.00, 0.46. Web safe color of #898300 is #999900. Color #898300 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000011 00000000
Octal 211 203 0
Decimal 137 131 0
Hex 89 83 0

RGB Percentages of Color #898300

%51.12
%48.88
%0.00

CMYK Percentages of Color #898300

%0
%4
%100
%46

Triadic Colors of #898300

#898300 #008983 #830089

Analogous Colors of #898300

#898300 #4a8900 #893f00

Monochromatic Colors of #898300

#898300

Complementary Color

#898300 #000689

#898300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898300 Color CSS Codes

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

#898300 Text Font Color

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

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


#898300 Background Color

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

This div background color is #898300


#898300 Border Color

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

This div border color is #898300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898300


Comments

No comments written yet.

Please login to write comment.