Color Hex Logo

#889197 Color Hex

#889197
(136,145,151)
0 Favorites   0 Comments

Color spaces of #889197

RGB 136145151
HSL0.570.070.56
HSV204°10°59°
CMYK 0.100.040.00   0.41
XYZ25.864727.719433.2653
Yxy27.71940.29780.3192
Hunter Lab52.6492-4.4454-0.6067
CIE-Lab59.6344-1.9993-4.2978

#889197 color RGB value is (136,145,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010001 10010111
Octal 210 221 227
Decimal 136 145 151
Hex 88 91 97

RGB Percentages of Color #889197

%31.48
%33.56
%34.95

CMYK Percentages of Color #889197

%10
%4
%0
%41

Triadic Colors of #889197

#889197 #978891 #919788

Analogous Colors of #889197

#889197 #888a97 #889796

Monochromatic Colors of #889197

#889197

Complementary Color

#889197 #978e88

#889197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#889197 Color CSS Codes

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

#889197 Text Font Color

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

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


#889197 Background Color

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

This div background color is #889197


#889197 Border Color

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

This div border color is #889197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889197


Comments

No comments written yet.

Please login to write comment.