Color Hex Logo

#889aae Color Hex

#889AAE
(136,154,174)
0 Favorites   0 Comments

Color spaces of #889aae

RGB 136154174
HSL0.590.190.61
HSV212°22°68°
CMYK 0.220.110.00   0.32
XYZ29.348931.401444.5586
Yxy31.40140.27870.2982
Hunter Lab56.0370-4.5767-7.9194
CIE-Lab62.8450-1.8977-12.5469

#889aae color RGB value is (136,154,174).

#889aae hex color red value is 136, green value is 154 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #889aae hue: 0.59 , saturation: 0.19 and the lightness value of 889aae is 0.61.

The process color (four color CMYK) of #889aae color hex is 0.22, 0.11, 0.00, 0.32. Web safe color of #889aae is #999999. Color #889aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011010 10101110
Octal 210 232 256
Decimal 136 154 174
Hex 88 9A AE

RGB Percentages of Color #889aae

%29.31
%33.19
%37.50

CMYK Percentages of Color #889aae

%22
%11
%0
%32

Triadic Colors of #889aae

#889aae #ae889a #9aae88

Analogous Colors of #889aae

#889aae #8988ae #88adae

Monochromatic Colors of #889aae

#889aae

Complementary Color

#889aae #ae9c88

#889aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#889aae Color CSS Codes

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

#889aae Text Font Color

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

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


#889aae Background Color

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

This div background color is #889aae


#889aae Border Color

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

This div border color is #889aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889aae


Comments

No comments written yet.

Please login to write comment.