Color Hex Logo

#899aae Color Hex

#899AAE
(137,154,174)
0 Favorites   0 Comments

Color spaces of #899aae

RGB 137154174
HSL0.590.190.61
HSV212°21°68°
CMYK 0.210.110.00   0.32
XYZ29.512131.485644.5663
Yxy31.48560.27960.2983
Hunter Lab56.1120-4.3141-7.8119
CIE-Lab62.9154-1.5759-12.4340

#899aae color RGB value is (137,154,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011010 10101110
Octal 211 232 256
Decimal 137 154 174
Hex 89 9A AE

RGB Percentages of Color #899aae

%29.46
%33.12
%37.42

CMYK Percentages of Color #899aae

%21
%11
%0
%32

Triadic Colors of #899aae

#899aae #ae899a #9aae89

Analogous Colors of #899aae

#899aae #8b89ae #89adae

Monochromatic Colors of #899aae

#899aae

Complementary Color

#899aae #ae9d89

#899aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#899aae Color CSS Codes

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

#899aae Text Font Color

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

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


#899aae Background Color

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

This div background color is #899aae


#899aae Border Color

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

This div border color is #899aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899aae


Comments

No comments written yet.

Please login to write comment.