Color Hex Logo

#889aac Color Hex

#889AAC
(136,154,172)
0 Favorites   0 Comments

Color spaces of #889aac

RGB 136154172
HSL0.580.180.60
HSV210°21°67°
CMYK 0.210.100.00   0.33
XYZ29.155331.324043.5392
Yxy31.32400.28030.3011
Hunter Lab55.9678-4.9578-6.9461
CIE-Lab62.7802-2.3630-11.5175

#889aac color RGB value is (136,154,172).

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

The process color (four color CMYK) of #889aac color hex is 0.21, 0.10, 0.00, 0.33. Web safe color of #889aac is #999999. Color #889aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011010 10101100
Octal 210 232 254
Decimal 136 154 172
Hex 88 9A AC

RGB Percentages of Color #889aac

%29.44
%33.33
%37.23

CMYK Percentages of Color #889aac

%21
%10
%0
%33

Triadic Colors of #889aac

#889aac #ac889a #9aac88

Analogous Colors of #889aac

#889aac #8888ac #88acac

Monochromatic Colors of #889aac

#889aac

Complementary Color

#889aac #ac9a88

#889aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#889aac Color CSS Codes

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

#889aac Text Font Color

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

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


#889aac Background Color

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

This div background color is #889aac


#889aac Border Color

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

This div border color is #889aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889aac


Comments

No comments written yet.

Please login to write comment.