Color Hex Logo

#899f86 Color Hex

#899F86
(137,159,134)
0 Favorites   0 Comments

Color spaces of #899f86

RGB 137159134
HSL0.310.120.57
HSV113°16°62°
CMYK 0.140.000.16   0.38
XYZ27.017731.835927.2752
Yxy31.83590.31370.3696
Hunter Lab56.4233-13.268010.8354
CIE-Lab63.2070-12.653910.4878

#899f86 color RGB value is (137,159,134).

#899f86 hex color red value is 137, green value is 159 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #899f86 hue: 0.31 , saturation: 0.12 and the lightness value of 899f86 is 0.57.

The process color (four color CMYK) of #899f86 color hex is 0.14, 0.00, 0.16, 0.38. Web safe color of #899f86 is #999999. Color #899f86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011111 10000110
Octal 211 237 206
Decimal 137 159 134
Hex 89 9F 86

RGB Percentages of Color #899f86

%31.86
%36.98
%31.16

CMYK Percentages of Color #899f86

%14
%0
%16
%38

Triadic Colors of #899f86

#899f86 #86899f #9f8689

Analogous Colors of #899f86

#899f86 #869f90 #969f86

Monochromatic Colors of #899f86

#899f86

Complementary Color

#899f86 #9c869f

#899f86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899f86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899f86 Color CSS Codes

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

#899f86 Text Font Color

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

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


#899f86 Background Color

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

This div background color is #899f86


#899f86 Border Color

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

This div border color is #899f86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899f86


Comments

No comments written yet.

Please login to write comment.