Color Hex Logo

#889860 Color Hex

#889860
(136,152,96)
0 Favorites   0 Comments

Color spaces of #889860

RGB 13615296
HSL0.210.230.49
HSV77°37°60°
CMYK 0.110.000.37   0.40
XYZ23.492928.535215.3360
Yxy28.53520.34870.4236
Hunter Lab53.4183-14.979420.3711
CIE-Lab60.3692-15.389827.6118

#889860 color RGB value is (136,152,96).

#889860 hex color red value is 136, green value is 152 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #889860 hue: 0.21 , saturation: 0.23 and the lightness value of 889860 is 0.49.

The process color (four color CMYK) of #889860 color hex is 0.11, 0.00, 0.37, 0.40. Web safe color of #889860 is #999966. Color #889860 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011000 01100000
Octal 210 230 140
Decimal 136 152 96
Hex 88 98 60

RGB Percentages of Color #889860

%35.42
%39.58
%25.00

CMYK Percentages of Color #889860

%11
%0
%37
%40

Triadic Colors of #889860

#889860 #608898 #986088

Analogous Colors of #889860

#889860 #6c9860 #988c60

Monochromatic Colors of #889860

#889860

Complementary Color

#889860 #706098

#889860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#889860 Color CSS Codes

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

#889860 Text Font Color

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

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


#889860 Background Color

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

This div background color is #889860


#889860 Border Color

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

This div border color is #889860


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,152,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #889860; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #889860;
  -webkit-box-shadow: 1px 1px 3px 2px #889860;
  box-shadow:         1px 1px 3px 2px #889860; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889860


Comments

No comments written yet.

Please login to write comment.