Color Hex Logo

#889797 Color Hex

#889797
(136,151,151)
0 Favorites   0 Comments

Color spaces of #889797

RGB 136151151
HSL0.500.070.56
HSV180°10°59°
CMYK 0.100.000.00   0.41
XYZ26.805929.601833.5791
Yxy29.60180.29790.3290
Hunter Lab54.4075-7.26851.4928
CIE-Lab61.3091-5.3345-1.8326

#889797 color RGB value is (136,151,151).

#889797 hex color red value is 136, green value is 151 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #889797 hue: 0.50 , saturation: 0.07 and the lightness value of 889797 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010111 10010111
Octal 210 227 227
Decimal 136 151 151
Hex 88 97 97

RGB Percentages of Color #889797

%31.05
%34.47
%34.47

CMYK Percentages of Color #889797

%10
%0
%0
%41

Triadic Colors of #889797

#889797 #978897 #979788

Analogous Colors of #889797

#889797 #889097 #889790

Monochromatic Colors of #889797

#889797

Complementary Color

#889797 #978888

#889797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#889797 Color CSS Codes

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

#889797 Text Font Color

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

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


#889797 Background Color

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

This div background color is #889797


#889797 Border Color

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

This div border color is #889797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889797


Comments

No comments written yet.

Please login to write comment.