Color Hex Logo

#898916 Color Hex

#898916
(137,137,22)
0 Favorites   0 Comments

Color spaces of #898916

RGB 13713722
HSL0.170.720.31
HSV60°84°54°
CMYK 0.000.000.84   0.46
XYZ19.407023.26764.2273
Yxy23.26760.41380.4961
Hunter Lab48.2365-12.597928.5696
CIE-Lab55.3469-13.103555.2897

#898916 color RGB value is (137,137,22).

#898916 hex color red value is 137, green value is 137 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #898916 hue: 0.17 , saturation: 0.72 and the lightness value of 898916 is 0.31.

The process color (four color CMYK) of #898916 color hex is 0.00, 0.00, 0.84, 0.46. Web safe color of #898916 is #999900. Color #898916 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001001 00010110
Octal 211 211 26
Decimal 137 137 22
Hex 89 89 16

RGB Percentages of Color #898916

%46.28
%46.28
%7.43

CMYK Percentages of Color #898916

%0
%0
%84
%46

Triadic Colors of #898916

#898916 #168989 #891689

Analogous Colors of #898916

#898916 #4f8916 #895016

Monochromatic Colors of #898916

#898916

Complementary Color

#898916 #161689

#898916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898916 Color CSS Codes

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

#898916 Text Font Color

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

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


#898916 Background Color

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

This div background color is #898916


#898916 Border Color

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

This div border color is #898916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898916


Comments

No comments written yet.

Please login to write comment.