Color Hex Logo

#899fae Color Hex

#899FAE
(137,159,174)
0 Favorites   0 Comments

Color spaces of #899fae

RGB 137159174
HSL0.570.190.61
HSV204°21°68°
CMYK 0.210.090.00   0.32
XYZ30.354633.170644.8471
Yxy33.17060.28010.3061
Hunter Lab57.5939-6.7118-5.8521
CIE-Lab64.2988-4.3470-10.3601

#899fae color RGB value is (137,159,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011111 10101110
Octal 211 237 256
Decimal 137 159 174
Hex 89 9F AE

RGB Percentages of Color #899fae

%29.15
%33.83
%37.02

CMYK Percentages of Color #899fae

%21
%9
%0
%32

Triadic Colors of #899fae

#899fae #ae899f #9fae89

Analogous Colors of #899fae

#899fae #898dae #89aeab

Monochromatic Colors of #899fae

#899fae

Complementary Color

#899fae #ae9889

#899fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#899fae Color CSS Codes

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

#899fae Text Font Color

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

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


#899fae Background Color

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

This div background color is #899fae


#899fae Border Color

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

This div border color is #899fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899fae


Comments

No comments written yet.

Please login to write comment.