Color Hex Logo

#889796 Color Hex

#889796
(136,151,150)
0 Favorites   0 Comments

Color spaces of #889796

RGB 136151150
HSL0.490.070.56
HSV176°10°59°
CMYK 0.100.000.01   0.41
XYZ26.725029.569533.1531
Yxy29.56950.29880.3306
Hunter Lab54.3778-7.43411.9165
CIE-Lab61.2810-5.5435-1.3072

#889796 color RGB value is (136,151,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010111 10010110
Octal 210 227 226
Decimal 136 151 150
Hex 88 97 96

RGB Percentages of Color #889796

%31.12
%34.55
%34.32

CMYK Percentages of Color #889796

%10
%0
%1
%41

Triadic Colors of #889796

#889796 #968897 #979688

Analogous Colors of #889796

#889796 #889197 #88978f

Monochromatic Colors of #889796

#889796

Complementary Color

#889796 #978889

#889796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#889796 Color CSS Codes

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

#889796 Text Font Color

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

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


#889796 Background Color

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

This div background color is #889796


#889796 Border Color

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

This div border color is #889796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889796


Comments

No comments written yet.

Please login to write comment.