Color Hex Logo

#899314 Color Hex

#899314
(137,147,20)
0 Favorites   0 Comments

Color spaces of #899314

RGB 13714720
HSL0.180.760.33
HSV65°86°58°
CMYK 0.070.000.86   0.42
XYZ20.876526.23634.6256
Yxy26.23630.40350.5071
Hunter Lab51.2214-16.885530.5007
CIE-Lab58.2607-18.411558.2500

#899314 color RGB value is (137,147,20).

#899314 hex color red value is 137, green value is 147 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #899314 hue: 0.18 , saturation: 0.76 and the lightness value of 899314 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010011 00010100
Octal 211 223 24
Decimal 137 147 20
Hex 89 93 14

RGB Percentages of Color #899314

%45.07
%48.36
%6.58

CMYK Percentages of Color #899314

%7
%0
%86
%42

Triadic Colors of #899314

#899314 #148993 #931489

Analogous Colors of #899314

#899314 #4a9314 #935e14

Monochromatic Colors of #899314

#899314

Complementary Color

#899314 #1e1493

#899314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899314 Color CSS Codes

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

#899314 Text Font Color

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

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


#899314 Background Color

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

This div background color is #899314


#899314 Border Color

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

This div border color is #899314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899314


Comments

No comments written yet.

Please login to write comment.