Color Hex Logo

#899028 Color Hex

#899028
(137,144,40)
0 Favorites   0 Comments

Color spaces of #899028

RGB 13714440
HSL0.180.570.36
HSV64°72°56°
CMYK 0.050.000.72   0.44
XYZ20.672825.41815.8241
Yxy25.41810.39820.4896
Hunter Lab50.4164-15.036228.4423
CIE-Lab57.4805-16.033351.3343

#899028 color RGB value is (137,144,40).

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

The process color (four color CMYK) of #899028 color hex is 0.05, 0.00, 0.72, 0.44. Web safe color of #899028 is #999933. Color #899028 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010000 00101000
Octal 211 220 50
Decimal 137 144 40
Hex 89 90 28

RGB Percentages of Color #899028

%42.68
%44.86
%12.46

CMYK Percentages of Color #899028

%5
%0
%72
%44

Triadic Colors of #899028

#899028 #288990 #902889

Analogous Colors of #899028

#899028 #559028 #906328

Monochromatic Colors of #899028

#899028

Complementary Color

#899028 #2f2890

#899028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899028 Color CSS Codes

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

#899028 Text Font Color

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

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


#899028 Background Color

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

This div background color is #899028


#899028 Border Color

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

This div border color is #899028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899028


Comments

No comments written yet.

Please login to write comment.