Color Hex Logo

#898aae Color Hex

#898AAE
(137,138,174)
0 Favorites   0 Comments

Color spaces of #898aae

RGB 137138174
HSL0.660.190.61
HSV238°21°68°
CMYK 0.210.210.00   0.32
XYZ27.045026.551343.7439
Yxy26.55130.27780.2728
Hunter Lab51.52803.5137-14.2638
CIE-Lab58.55677.5014-19.0300

#898aae color RGB value is (137,138,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001010 10101110
Octal 211 212 256
Decimal 137 138 174
Hex 89 8A AE

RGB Percentages of Color #898aae

%30.51
%30.73
%38.75

CMYK Percentages of Color #898aae

%21
%21
%0
%32

Triadic Colors of #898aae

#898aae #ae898a #8aae89

Analogous Colors of #898aae

#898aae #9b89ae #899dae

Monochromatic Colors of #898aae

#898aae

Complementary Color

#898aae #aead89

#898aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#898aae Color CSS Codes

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

#898aae Text Font Color

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

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


#898aae Background Color

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

This div background color is #898aae


#898aae Border Color

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

This div border color is #898aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,138,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 #898aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898aae


Comments

No comments written yet.

Please login to write comment.