Color Hex Logo

#898bab Color Hex

#898BAB
(137,139,171)
0 Favorites   0 Comments

Color spaces of #898bab

RGB 137139171
HSL0.660.170.60
HSV236°20°67°
CMYK 0.200.190.00   0.33
XYZ26.899826.723942.2685
Yxy26.72390.28050.2787
Hunter Lab51.69522.4167-12.2918
CIE-Lab58.71796.2169-17.0739

#898bab color RGB value is (137,139,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001011 10101011
Octal 211 213 253
Decimal 137 139 171
Hex 89 8B AB

RGB Percentages of Color #898bab

%30.65
%31.10
%38.26

CMYK Percentages of Color #898bab

%20
%19
%0
%33

Triadic Colors of #898bab

#898bab #ab898b #8bab89

Analogous Colors of #898bab

#898bab #9889ab #899cab

Monochromatic Colors of #898bab

#898bab

Complementary Color

#898bab #aba989

#898bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#898bab Color CSS Codes

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

#898bab Text Font Color

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

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


#898bab Background Color

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

This div background color is #898bab


#898bab Border Color

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

This div border color is #898bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898bab


Comments

No comments written yet.

Please login to write comment.