Color Hex Logo

#899faf Color Hex

#899FAF
(137,159,175)
0 Favorites   0 Comments

Color spaces of #899faf

RGB 137159175
HSL0.570.190.61
HSV205°22°69°
CMYK 0.220.090.00   0.31
XYZ30.452533.209845.3625
Yxy33.20980.27930.3046
Hunter Lab57.6279-6.5236-6.3312
CIE-Lab64.3304-4.1163-10.8735

#899faf color RGB value is (137,159,175).

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

The process color (four color CMYK) of #899faf color hex is 0.22, 0.09, 0.00, 0.31. Web safe color of #899faf is #999999. Color #899faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011111 10101111
Octal 211 237 257
Decimal 137 159 175
Hex 89 9F AF

RGB Percentages of Color #899faf

%29.09
%33.76
%37.15

CMYK Percentages of Color #899faf

%22
%9
%0
%31

Triadic Colors of #899faf

#899faf #af899f #9faf89

Analogous Colors of #899faf

#899faf #898caf #89afac

Monochromatic Colors of #899faf

#899faf

Complementary Color

#899faf #af9989

#899faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#899faf Color CSS Codes

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

#899faf Text Font Color

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

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


#899faf Background Color

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

This div background color is #899faf


#899faf Border Color

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

This div border color is #899faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,159,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #899faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899faf


Comments

No comments written yet.

Please login to write comment.