Color Hex Logo

#899f12 Color Hex

#899F12
(137,159,18)
0 Favorites   0 Comments

Color spaces of #899f12

RGB 13715918
HSL0.190.800.35
HSV69°89°62°
CMYK 0.140.000.89   0.38
XYZ22.823830.15835.1905
Yxy30.15830.39230.5184
Hunter Lab54.9166-21.917932.8377
CIE-Lab61.7906-24.524161.6036

#899f12 color RGB value is (137,159,18).

#899f12 hex color red value is 137, green value is 159 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #899f12 hue: 0.19 , saturation: 0.80 and the lightness value of 899f12 is 0.35.

The process color (four color CMYK) of #899f12 color hex is 0.14, 0.00, 0.89, 0.38. Web safe color of #899f12 is #999900. Color #899f12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011111 00010010
Octal 211 237 22
Decimal 137 159 18
Hex 89 9F 12

RGB Percentages of Color #899f12

%43.63
%50.64
%5.73

CMYK Percentages of Color #899f12

%14
%0
%89
%38

Triadic Colors of #899f12

#899f12 #12899f #9f1289

Analogous Colors of #899f12

#899f12 #429f12 #9f6f12

Monochromatic Colors of #899f12

#899f12

Complementary Color

#899f12 #28129f

#899f12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899f12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899f12 Color CSS Codes

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

#899f12 Text Font Color

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

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


#899f12 Background Color

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

This div background color is #899f12


#899f12 Border Color

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

This div border color is #899f12


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,159,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #899f12; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #899f12;
  -webkit-box-shadow: 1px 1px 3px 2px #899f12;
  box-shadow:         1px 1px 3px 2px #899f12; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899f12


Comments

No comments written yet.

Please login to write comment.