Color Hex Logo

#899aac Color Hex

#899AAC
(137,154,172)
0 Favorites   0 Comments

Color spaces of #899aac

RGB 137154172
HSL0.590.170.61
HSV211°20°67°
CMYK 0.200.100.00   0.33
XYZ29.318531.408143.5468
Yxy31.40810.28120.3012
Hunter Lab56.0429-4.6940-6.8398
CIE-Lab62.8506-2.0386-11.4047

#899aac color RGB value is (137,154,172).

#899aac hex color red value is 137, green value is 154 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #899aac hue: 0.59 , saturation: 0.17 and the lightness value of 899aac is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011010 10101100
Octal 211 232 254
Decimal 137 154 172
Hex 89 9A AC

RGB Percentages of Color #899aac

%29.59
%33.26
%37.15

CMYK Percentages of Color #899aac

%20
%10
%0
%33

Triadic Colors of #899aac

#899aac #ac899a #9aac89

Analogous Colors of #899aac

#899aac #8a89ac #89acac

Monochromatic Colors of #899aac

#899aac

Complementary Color

#899aac #ac9b89

#899aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#899aac Color CSS Codes

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

#899aac Text Font Color

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

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


#899aac Background Color

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

This div background color is #899aac


#899aac Border Color

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

This div border color is #899aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899aac


Comments

No comments written yet.

Please login to write comment.