Color Hex Logo

#899cae Color Hex

#899CAE
(137,156,174)
0 Favorites   0 Comments

Color spaces of #899cae

RGB 137156174
HSL0.580.190.61
HSV209°21°68°
CMYK 0.210.100.00   0.32
XYZ29.845032.151344.6772
Yxy32.15130.27980.3014
Hunter Lab56.7021-5.2757-7.0248
CIE-Lab63.4677-2.6882-11.6048

#899cae color RGB value is (137,156,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011100 10101110
Octal 211 234 256
Decimal 137 156 174
Hex 89 9C AE

RGB Percentages of Color #899cae

%29.34
%33.40
%37.26

CMYK Percentages of Color #899cae

%21
%10
%0
%32

Triadic Colors of #899cae

#899cae #ae899c #9cae89

Analogous Colors of #899cae

#899cae #898aae #89aeae

Monochromatic Colors of #899cae

#899cae

Complementary Color

#899cae #ae9b89

#899cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#899cae Color CSS Codes

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

#899cae Text Font Color

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

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


#899cae Background Color

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

This div background color is #899cae


#899cae Border Color

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

This div border color is #899cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899cae

#899cae Color Palettes


Comments

No comments written yet.

Please login to write comment.