Color Hex Logo

#899aba Color Hex

#899ABA
(137,154,186)
0 Favorites   0 Comments

Color spaces of #899aba

RGB 137154186
HSL0.610.260.63
HSV219°26°73°
CMYK 0.260.170.00   0.27
XYZ30.735131.974751.0062
Yxy31.97470.27030.2812
Hunter Lab56.5462-1.9339-13.8989
CIE-Lab63.32201.2856-18.5664

#899aba color RGB value is (137,154,186).

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

The process color (four color CMYK) of #899aba color hex is 0.26, 0.17, 0.00, 0.27. Web safe color of #899aba is #9999cc. Color #899aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011010 10111010
Octal 211 232 272
Decimal 137 154 186
Hex 89 9A BA

RGB Percentages of Color #899aba

%28.72
%32.29
%38.99

CMYK Percentages of Color #899aba

%26
%17
%0
%27

Triadic Colors of #899aba

#899aba #ba899a #9aba89

Analogous Colors of #899aba

#899aba #9189ba #89b3ba

Monochromatic Colors of #899aba

#899aba

Complementary Color

#899aba #baa989

#899aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#899aba Color CSS Codes

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

#899aba Text Font Color

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

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


#899aba Background Color

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

This div background color is #899aba


#899aba Border Color

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

This div border color is #899aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899aba


Comments

No comments written yet.

Please login to write comment.