Color Hex Logo

#849d89 Color Hex

#849D89
(132,157,137)
0 Favorites   0 Comments

Color spaces of #849d89

RGB 132157137
HSL0.370.110.57
HSV132°16°62°
CMYK 0.160.000.13   0.38
XYZ26.088030.825628.2419
Yxy30.82560.30640.3620
Hunter Lab55.5208-13.28828.7054
CIE-Lab62.3601-12.81857.5554

#849d89 color RGB value is (132,157,137).

#849d89 hex color red value is 132, green value is 157 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #849d89 hue: 0.37 , saturation: 0.11 and the lightness value of 849d89 is 0.57.

The process color (four color CMYK) of #849d89 color hex is 0.16, 0.00, 0.13, 0.38. Web safe color of #849d89 is #999999. Color #849d89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011101 10001001
Octal 204 235 211
Decimal 132 157 137
Hex 84 9D 89

RGB Percentages of Color #849d89

%30.99
%36.85
%32.16

CMYK Percentages of Color #849d89

%16
%0
%13
%38

Triadic Colors of #849d89

#849d89 #89849d #9d8984

Analogous Colors of #849d89

#849d89 #849d96 #8c9d84

Monochromatic Colors of #849d89

#849d89

Complementary Color

#849d89 #9d8498

#849d89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849d89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#849d89 Color CSS Codes

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

#849d89 Text Font Color

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

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


#849d89 Background Color

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

This div background color is #849d89


#849d89 Border Color

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

This div border color is #849d89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849d89


Comments

No comments written yet.

Please login to write comment.