Color Hex Logo

#889396 Color Hex

#889396
(136,147,150)
0 Favorites   0 Comments

Color spaces of #889396

RGB 136147150
HSL0.540.060.56
HSV193°59°
CMYK 0.090.020.00   0.41
XYZ26.092128.303732.9421
Yxy28.30370.29870.3241
Hunter Lab53.2012-5.55830.5286
CIE-Lab60.1621-3.3273-2.9502

#889396 color RGB value is (136,147,150).

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

The process color (four color CMYK) of #889396 color hex is 0.09, 0.02, 0.00, 0.41. Web safe color of #889396 is #999999. Color #889396 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010011 10010110
Octal 210 223 226
Decimal 136 147 150
Hex 88 93 96

RGB Percentages of Color #889396

%31.41
%33.95
%34.64

CMYK Percentages of Color #889396

%9
%2
%0
%41

Triadic Colors of #889396

#889396 #968893 #939688

Analogous Colors of #889396

#889396 #888c96 #889692

Monochromatic Colors of #889396

#889396

Complementary Color

#889396 #968b88

#889396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#889396 Color CSS Codes

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

#889396 Text Font Color

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

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


#889396 Background Color

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

This div background color is #889396


#889396 Border Color

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

This div border color is #889396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889396


Comments

No comments written yet.

Please login to write comment.