Color Hex Logo

#898bae Color Hex

#898BAE
(137,139,174)
0 Favorites   0 Comments

Color spaces of #898bae

RGB 137139174
HSL0.660.190.61
HSV237°21°68°
CMYK 0.210.200.00   0.32
XYZ27.189126.839643.7919
Yxy26.83960.27790.2744
Hunter Lab51.80693.0174-13.8524
CIE-Lab58.82566.9255-18.6204

#898bae color RGB value is (137,139,174).

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

The process color (four color CMYK) of #898bae color hex is 0.21, 0.20, 0.00, 0.32. Web safe color of #898bae is #999999. Color #898bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001011 10101110
Octal 211 213 256
Decimal 137 139 174
Hex 89 8B AE

RGB Percentages of Color #898bae

%30.44
%30.89
%38.67

CMYK Percentages of Color #898bae

%21
%20
%0
%32

Triadic Colors of #898bae

#898bae #ae898b #8bae89

Analogous Colors of #898bae

#898bae #9a89ae #899eae

Monochromatic Colors of #898bae

#898bae

Complementary Color

#898bae #aeac89

#898bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#898bae Color CSS Codes

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

#898bae Text Font Color

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

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


#898bae Background Color

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

This div background color is #898bae


#898bae Border Color

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

This div border color is #898bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898bae


Comments

No comments written yet.

Please login to write comment.