Color Hex Logo

#889896 Color Hex

#889896
(136,152,150)
0 Favorites   0 Comments

Color spaces of #889896

RGB 136152150
HSL0.480.070.56
HSV173°11°60°
CMYK 0.110.000.01   0.40
XYZ26.886629.892733.2070
Yxy29.89270.29880.3322
Hunter Lab54.6742-7.90072.2615
CIE-Lab61.5615-6.0938-0.8964

#889896 color RGB value is (136,152,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011000 10010110
Octal 210 230 226
Decimal 136 152 150
Hex 88 98 96

RGB Percentages of Color #889896

%31.05
%34.70
%34.25

CMYK Percentages of Color #889896

%11
%0
%1
%40

Triadic Colors of #889896

#889896 #968898 #989688

Analogous Colors of #889896

#889896 #889298 #88988e

Monochromatic Colors of #889896

#889896

Complementary Color

#889896 #98888a

#889896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#889896 Color CSS Codes

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

#889896 Text Font Color

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

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


#889896 Background Color

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

This div background color is #889896


#889896 Border Color

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

This div border color is #889896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889896


Comments

No comments written yet.

Please login to write comment.