Color Hex Logo

#898caa Color Hex

#898CAA
(137,140,170)
0 Favorites   0 Comments

Color spaces of #898caa

RGB 137140170
HSL0.650.160.60
HSV235°19°67°
CMYK 0.190.180.00   0.33
XYZ26.950326.976841.8168
Yxy26.97680.28150.2818
Hunter Lab51.93921.7268-11.3776
CIE-Lab58.95285.4095-16.1472

#898caa color RGB value is (137,140,170).

#898caa hex color red value is 137, green value is 140 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #898caa hue: 0.65 , saturation: 0.16 and the lightness value of 898caa is 0.60.

The process color (four color CMYK) of #898caa color hex is 0.19, 0.18, 0.00, 0.33. Web safe color of #898caa is #999999. Color #898caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001100 10101010
Octal 211 214 252
Decimal 137 140 170
Hex 89 8C AA

RGB Percentages of Color #898caa

%30.65
%31.32
%38.03

CMYK Percentages of Color #898caa

%19
%18
%0
%33

Triadic Colors of #898caa

#898caa #aa898c #8caa89

Analogous Colors of #898caa

#898caa #9789aa #899daa

Monochromatic Colors of #898caa

#898caa

Complementary Color

#898caa #aaa789

#898caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#898caa Color CSS Codes

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

#898caa Text Font Color

<p style="color:#898caa">Text here</p>

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


#898caa Background Color

<div style="background-color:#898caa">
Div content here</div>

This div background color is #898caa


#898caa Border Color

<div style="border:3px solid #898caa">
Div here</div>

This div border color is #898caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,140,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #898caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #898caa;
  -webkit-box-shadow: 1px 1px 3px 2px #898caa;
  box-shadow:         1px 1px 3px 2px #898caa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898caa


Comments

No comments written yet.

Please login to write comment.