Color Hex Logo

#889faa Color Hex

#889FAA
(136,159,170)
0 Favorites   0 Comments

Color spaces of #889faa

RGB 136159170
HSL0.550.170.60
HSV199°20°67°
CMYK 0.200.060.00   0.33
XYZ29.807232.932842.8159
Yxy32.93280.28240.3120
Hunter Lab57.3871-7.7135-4.0647
CIE-Lab64.1065-5.5849-8.4104

#889faa color RGB value is (136,159,170).

#889faa hex color red value is 136, green value is 159 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #889faa hue: 0.55 , saturation: 0.17 and the lightness value of 889faa is 0.60.

The process color (four color CMYK) of #889faa color hex is 0.20, 0.06, 0.00, 0.33. Web safe color of #889faa is #999999. Color #889faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011111 10101010
Octal 210 237 252
Decimal 136 159 170
Hex 88 9F AA

RGB Percentages of Color #889faa

%29.25
%34.19
%36.56

CMYK Percentages of Color #889faa

%20
%6
%0
%33

Triadic Colors of #889faa

#889faa #aa889f #9faa88

Analogous Colors of #889faa

#889faa #888eaa #88aaa4

Monochromatic Colors of #889faa

#889faa

Complementary Color

#889faa #aa9388

#889faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#889faa Color CSS Codes

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

#889faa Text Font Color

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

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


#889faa Background Color

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

This div background color is #889faa


#889faa Border Color

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

This div border color is #889faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889faa


Comments

No comments written yet.

Please login to write comment.