Color Hex Logo

#899aad Color Hex

#899AAD
(137,154,173)
0 Favorites   0 Comments

Color spaces of #899aad

RGB 137154173
HSL0.590.180.61
HSV212°21°68°
CMYK 0.210.110.00   0.32
XYZ29.415031.446744.0546
Yxy31.44670.28040.2997
Hunter Lab56.0774-4.5044-7.3243
CIE-Lab62.8829-1.8075-11.9195

#899aad color RGB value is (137,154,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011010 10101101
Octal 211 232 255
Decimal 137 154 173
Hex 89 9A AD

RGB Percentages of Color #899aad

%29.53
%33.19
%37.28

CMYK Percentages of Color #899aad

%21
%11
%0
%32

Triadic Colors of #899aad

#899aad #ad899a #9aad89

Analogous Colors of #899aad

#899aad #8a89ad #89acad

Monochromatic Colors of #899aad

#899aad

Complementary Color

#899aad #ad9c89

#899aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#899aad Color CSS Codes

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

#899aad Text Font Color

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

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


#899aad Background Color

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

This div background color is #899aad


#899aad Border Color

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

This div border color is #899aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899aad


Comments

No comments written yet.

Please login to write comment.