Color Hex Logo

#899466 Color Hex

#899466
(137,148,102)
0 Favorites   0 Comments

Color spaces of #899466

RGB 137148102
HSL0.210.180.49
HSV74°31°58°
CMYK 0.070.000.31   0.42
XYZ23.304727.457516.6419
Yxy27.45750.34570.4074
Hunter Lab52.3999-12.312517.8498
CIE-Lab59.3954-12.032623.0593

#899466 color RGB value is (137,148,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010100 01100110
Octal 211 224 146
Decimal 137 148 102
Hex 89 94 66

RGB Percentages of Color #899466

%35.40
%38.24
%26.36

CMYK Percentages of Color #899466

%7
%0
%31
%42

Triadic Colors of #899466

#899466 #668994 #946689

Analogous Colors of #899466

#899466 #729466 #948866

Monochromatic Colors of #899466

#899466

Complementary Color

#899466 #716694

#899466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899466 Color CSS Codes

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

#899466 Text Font Color

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

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


#899466 Background Color

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

This div background color is #899466


#899466 Border Color

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

This div border color is #899466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899466


Comments

No comments written yet.

Please login to write comment.