Color Hex Logo

#899dad Color Hex

#899DAD
(137,157,173)
0 Favorites   0 Comments

Color spaces of #899dad

RGB 137157173
HSL0.570.180.61
HSV207°21°68°
CMYK 0.210.090.00   0.32
XYZ29.916332.449444.2218
Yxy32.44940.28070.3044
Hunter Lab56.9644-5.9438-6.1521
CIE-Lab63.7126-3.4732-10.6760

#899dad color RGB value is (137,157,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011101 10101101
Octal 211 235 255
Decimal 137 157 173
Hex 89 9D AD

RGB Percentages of Color #899dad

%29.34
%33.62
%37.04

CMYK Percentages of Color #899dad

%21
%9
%0
%32

Triadic Colors of #899dad

#899dad #ad899d #9dad89

Analogous Colors of #899dad

#899dad #898bad #89adab

Monochromatic Colors of #899dad

#899dad

Complementary Color

#899dad #ad9989

#899dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#899dad Color CSS Codes

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

#899dad Text Font Color

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

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


#899dad Background Color

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

This div background color is #899dad


#899dad Border Color

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

This div border color is #899dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899dad


Comments

No comments written yet.

Please login to write comment.