Color Hex Logo

#899456 Color Hex

#899456
(137,148,86)
0 Favorites   0 Comments

Color spaces of #899456

RGB 13714886
HSL0.200.260.46
HSV71°42°58°
CMYK 0.070.000.42   0.42
XYZ22.586127.170112.8580
Yxy27.17010.36070.4339
Hunter Lab52.1249-13.873421.8620
CIE-Lab59.1314-14.145031.4147

#899456 color RGB value is (137,148,86).

#899456 hex color red value is 137, green value is 148 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #899456 hue: 0.20 , saturation: 0.26 and the lightness value of 899456 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010100 01010110
Octal 211 224 126
Decimal 137 148 86
Hex 89 94 56

RGB Percentages of Color #899456

%36.93
%39.89
%23.18

CMYK Percentages of Color #899456

%7
%0
%42
%42

Triadic Colors of #899456

#899456 #568994 #945689

Analogous Colors of #899456

#899456 #6a9456 #948056

Monochromatic Colors of #899456

#899456

Complementary Color

#899456 #615694

#899456 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899456 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899456 Color CSS Codes

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

#899456 Text Font Color

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

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


#899456 Background Color

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

This div background color is #899456


#899456 Border Color

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

This div border color is #899456


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899456


Comments

No comments written yet.

Please login to write comment.