Color Hex Logo

#899125 Color Hex

#899125
(137,145,37)
0 Favorites   0 Comments

Color spaces of #899125

RGB 13714537
HSL0.180.590.36
HSV64°74°57°
CMYK 0.060.000.74   0.43
XYZ20.775925.70275.6164
Yxy25.70270.39880.4934
Hunter Lab50.6978-15.572228.9202
CIE-Lab57.7538-16.711952.7120

#899125 color RGB value is (137,145,37).

#899125 hex color red value is 137, green value is 145 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #899125 hue: 0.18 , saturation: 0.59 and the lightness value of 899125 is 0.36.

The process color (four color CMYK) of #899125 color hex is 0.06, 0.00, 0.74, 0.43. Web safe color of #899125 is #999933. Color #899125 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010001 00100101
Octal 211 221 45
Decimal 137 145 37
Hex 89 91 25

RGB Percentages of Color #899125

%42.95
%45.45
%11.60

CMYK Percentages of Color #899125

%6
%0
%74
%43

Triadic Colors of #899125

#899125 #258991 #912589

Analogous Colors of #899125

#899125 #539125 #916325

Monochromatic Colors of #899125

#899125

Complementary Color

#899125 #2d2591

#899125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899125 Color CSS Codes

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

#899125 Text Font Color

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

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


#899125 Background Color

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

This div background color is #899125


#899125 Border Color

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

This div border color is #899125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899125


Comments

No comments written yet.

Please login to write comment.