Color Hex Logo

#899dae Color Hex

#899DAE
(137,157,174)
0 Favorites   0 Comments

Color spaces of #899dae

RGB 137157174
HSL0.580.190.61
HSV208°21°68°
CMYK 0.210.100.00   0.32
XYZ30.013532.488344.7334
Yxy32.48830.27990.3030
Hunter Lab56.9985-5.7553-6.6328
CIE-Lab63.7444-3.2425-11.1901

#899dae color RGB value is (137,157,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011101 10101110
Octal 211 235 256
Decimal 137 157 174
Hex 89 9D AE

RGB Percentages of Color #899dae

%29.27
%33.55
%37.18

CMYK Percentages of Color #899dae

%21
%10
%0
%32

Triadic Colors of #899dae

#899dae #ae899d #9dae89

Analogous Colors of #899dae

#899dae #898bae #89aead

Monochromatic Colors of #899dae

#899dae

Complementary Color

#899dae #ae9a89

#899dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#899dae Color CSS Codes

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

#899dae Text Font Color

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

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


#899dae Background Color

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

This div background color is #899dae


#899dae Border Color

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

This div border color is #899dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899dae

#899dae Color Palettes


Comments

No comments written yet.

Please login to write comment.