Color Hex Logo

#899411 Color Hex

#899411
(137,148,17)
0 Favorites   0 Comments

Color spaces of #899411

RGB 13714817
HSL0.180.790.32
HSV65°89°58°
CMYK 0.070.000.89   0.42
XYZ21.007626.53864.5456
Yxy26.53860.40330.5095
Hunter Lab51.5156-17.361730.8294
CIE-Lab58.5448-19.006059.1445

#899411 color RGB value is (137,148,17).

#899411 hex color red value is 137, green value is 148 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #899411 hue: 0.18 , saturation: 0.79 and the lightness value of 899411 is 0.32.

The process color (four color CMYK) of #899411 color hex is 0.07, 0.00, 0.89, 0.42. Web safe color of #899411 is #999900. Color #899411 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010100 00010001
Octal 211 224 21
Decimal 137 148 17
Hex 89 94 11

RGB Percentages of Color #899411

%45.36
%49.01
%5.63

CMYK Percentages of Color #899411

%7
%0
%89
%42

Triadic Colors of #899411

#899411 #118994 #941189

Analogous Colors of #899411

#899411 #489411 #945d11

Monochromatic Colors of #899411

#899411

Complementary Color

#899411 #1c1194

#899411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899411 Color CSS Codes

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

#899411 Text Font Color

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

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


#899411 Background Color

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

This div background color is #899411


#899411 Border Color

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

This div border color is #899411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899411


Comments

No comments written yet.

Please login to write comment.