Color Hex Logo

#898bac Color Hex

#898BAC
(137,139,172)
0 Favorites   0 Comments

Color spaces of #898bac

RGB 137139172
HSL0.660.170.61
HSV237°20°67°
CMYK 0.200.190.00   0.33
XYZ26.995526.762242.7725
Yxy26.76220.27970.2772
Hunter Lab51.73222.6156-12.8088
CIE-Lab58.75366.4520-17.5900

#898bac color RGB value is (137,139,172).

#898bac hex color red value is 137, green value is 139 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #898bac hue: 0.66 , saturation: 0.17 and the lightness value of 898bac is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001011 10101100
Octal 211 213 254
Decimal 137 139 172
Hex 89 8B AC

RGB Percentages of Color #898bac

%30.58
%31.03
%38.39

CMYK Percentages of Color #898bac

%20
%19
%0
%33

Triadic Colors of #898bac

#898bac #ac898b #8bac89

Analogous Colors of #898bac

#898bac #9989ac #899dac

Monochromatic Colors of #898bac

#898bac

Complementary Color

#898bac #acaa89

#898bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#898bac Color CSS Codes

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

#898bac Text Font Color

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

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


#898bac Background Color

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

This div background color is #898bac


#898bac Border Color

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

This div border color is #898bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898bac


Comments

No comments written yet.

Please login to write comment.