Color Hex Logo

#898fae Color Hex

#898FAE
(137,143,174)
0 Favorites   0 Comments

Color spaces of #898fae

RGB 137143174
HSL0.640.190.61
HSV230°21°68°
CMYK 0.210.180.00   0.32
XYZ27.779028.019343.9886
Yxy28.01930.27840.2808
Hunter Lab52.93331.0423-12.2179
CIE-Lab59.90624.6333-16.9780

#898fae color RGB value is (137,143,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001111 10101110
Octal 211 217 256
Decimal 137 143 174
Hex 89 8F AE

RGB Percentages of Color #898fae

%30.18
%31.50
%38.33

CMYK Percentages of Color #898fae

%21
%18
%0
%32

Triadic Colors of #898fae

#898fae #ae898f #8fae89

Analogous Colors of #898fae

#898fae #9689ae #89a2ae

Monochromatic Colors of #898fae

#898fae

Complementary Color

#898fae #aea889

#898fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#898fae Color CSS Codes

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

#898fae Text Font Color

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

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


#898fae Background Color

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

This div background color is #898fae


#898fae Border Color

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

This div border color is #898fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898fae


Comments

No comments written yet.

Please login to write comment.