Color Hex Logo

#889989 Color Hex

#889989
(136,153,137)
0 Favorites   0 Comments

Color spaces of #889989

RGB 136153137
HSL0.340.080.57
HSV124°11°60°
CMYK 0.110.000.10   0.40
XYZ26.059929.822828.0498
Yxy29.82280.31050.3553
Hunter Lab54.6103-10.38817.7737
CIE-Lab61.5010-9.23226.3640

#889989 color RGB value is (136,153,137).

#889989 hex color red value is 136, green value is 153 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #889989 hue: 0.34 , saturation: 0.08 and the lightness value of 889989 is 0.57.

The process color (four color CMYK) of #889989 color hex is 0.11, 0.00, 0.10, 0.40. Web safe color of #889989 is #999999. Color #889989 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011001 10001001
Octal 210 231 211
Decimal 136 153 137
Hex 88 99 89

RGB Percentages of Color #889989

%31.92
%35.92
%32.16

CMYK Percentages of Color #889989

%11
%0
%10
%40

Triadic Colors of #889989

#889989 #898899 #998988

Analogous Colors of #889989

#889989 #889992 #909988

Monochromatic Colors of #889989

#889989

Complementary Color

#889989 #998898

#889989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#889989 Color CSS Codes

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

#889989 Text Font Color

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

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


#889989 Background Color

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

This div background color is #889989


#889989 Border Color

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

This div border color is #889989


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,153,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 #889989">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889989


Comments

No comments written yet.

Please login to write comment.