Color Hex Logo

#899fa5 Color Hex

#899FA5
(137,159,165)
0 Favorites   0 Comments

Color spaces of #899fa5

RGB 137159165
HSL0.540.130.59
HSV193°17°65°
CMYK 0.170.040.00   0.35
XYZ29.506232.831340.3792
Yxy32.83130.28730.3196
Hunter Lab57.2986-8.3531-1.6735
CIE-Lab64.0241-6.3771-5.7183

#899fa5 color RGB value is (137,159,165).

#899fa5 hex color red value is 137, green value is 159 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #899fa5 hue: 0.54 , saturation: 0.13 and the lightness value of 899fa5 is 0.59.

The process color (four color CMYK) of #899fa5 color hex is 0.17, 0.04, 0.00, 0.35. Web safe color of #899fa5 is #999999. Color #899fa5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011111 10100101
Octal 211 237 245
Decimal 137 159 165
Hex 89 9F A5

RGB Percentages of Color #899fa5

%29.72
%34.49
%35.79

CMYK Percentages of Color #899fa5

%17
%4
%0
%35

Triadic Colors of #899fa5

#899fa5 #a5899f #9fa589

Analogous Colors of #899fa5

#899fa5 #8991a5 #89a59d

Monochromatic Colors of #899fa5

#899fa5

Complementary Color

#899fa5 #a58f89

#899fa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899fa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899fa5 Color CSS Codes

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

#899fa5 Text Font Color

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

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


#899fa5 Background Color

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

This div background color is #899fa5


#899fa5 Border Color

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

This div border color is #899fa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899fa5


Comments

No comments written yet.

Please login to write comment.