Color Hex Logo

#899053 Color Hex

#899053
(137,144,83)
0 Favorites   0 Comments

Color spaces of #899053

RGB 13714483
HSL0.190.270.45
HSV67°42°56°
CMYK 0.050.000.42   0.44
XYZ21.851125.889412.0291
Yxy25.88940.36560.4332
Hunter Lab50.8816-12.386121.6002
CIE-Lab57.9319-12.371131.5020

#899053 color RGB value is (137,144,83).

#899053 hex color red value is 137, green value is 144 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #899053 hue: 0.19 , saturation: 0.27 and the lightness value of 899053 is 0.45.

The process color (four color CMYK) of #899053 color hex is 0.05, 0.00, 0.42, 0.44. Web safe color of #899053 is #999966. Color #899053 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010000 01010011
Octal 211 220 123
Decimal 137 144 83
Hex 89 90 53

RGB Percentages of Color #899053

%37.64
%39.56
%22.80

CMYK Percentages of Color #899053

%5
%0
%42
%44

Triadic Colors of #899053

#899053 #538990 #905389

Analogous Colors of #899053

#899053 #6b9053 #907953

Monochromatic Colors of #899053

#899053

Complementary Color

#899053 #5a5390

#899053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899053 Color CSS Codes

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

#899053 Text Font Color

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

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


#899053 Background Color

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

This div background color is #899053


#899053 Border Color

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

This div border color is #899053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899053


Comments

No comments written yet.

Please login to write comment.