Color Hex Logo

#889aaa Color Hex

#889AAA
(136,154,170)
0 Favorites   0 Comments

Color spaces of #889aaa

RGB 136154170
HSL0.580.170.60
HSV208°20°67°
CMYK 0.200.090.00   0.33
XYZ28.964631.247742.5350
Yxy31.24770.28190.3041
Hunter Lab55.8996-5.3340-5.9850
CIE-Lab62.7162-2.8239-10.4863

#889aaa color RGB value is (136,154,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011010 10101010
Octal 210 232 252
Decimal 136 154 170
Hex 88 9A AA

RGB Percentages of Color #889aaa

%29.57
%33.48
%36.96

CMYK Percentages of Color #889aaa

%20
%9
%0
%33

Triadic Colors of #889aaa

#889aaa #aa889a #9aaa88

Analogous Colors of #889aaa

#889aaa #8889aa #88aaa9

Monochromatic Colors of #889aaa

#889aaa

Complementary Color

#889aaa #aa9888

#889aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#889aaa Color CSS Codes

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

#889aaa Text Font Color

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

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


#889aaa Background Color

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

This div background color is #889aaa


#889aaa Border Color

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

This div border color is #889aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889aaa


Comments

No comments written yet.

Please login to write comment.