Color Hex Logo

#899eae Color Hex

#899EAE
(137,158,174)
0 Favorites   0 Comments

Color spaces of #899eae

RGB 137158174
HSL0.570.190.61
HSV206°21°68°
CMYK 0.210.090.00   0.32
XYZ30.183432.828144.7900
Yxy32.82810.28000.3045
Hunter Lab57.2958-6.2340-6.2419
CIE-Lab64.0215-3.7954-10.7751

#899eae color RGB value is (137,158,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011110 10101110
Octal 211 236 256
Decimal 137 158 174
Hex 89 9E AE

RGB Percentages of Color #899eae

%29.21
%33.69
%37.10

CMYK Percentages of Color #899eae

%21
%9
%0
%32

Triadic Colors of #899eae

#899eae #ae899e #9eae89

Analogous Colors of #899eae

#899eae #898cae #89aeac

Monochromatic Colors of #899eae

#899eae

Complementary Color

#899eae #ae9989

#899eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#899eae Color CSS Codes

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

#899eae Text Font Color

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

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


#899eae Background Color

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

This div background color is #899eae


#899eae Border Color

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

This div border color is #899eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899eae

#899eae Color Palettes


Comments

No comments written yet.

Please login to write comment.