Color Hex Logo

#898dae Color Hex

#898DAE
(137,141,174)
0 Favorites   0 Comments

Color spaces of #898dae

RGB 137141174
HSL0.650.190.61
HSV234°21°68°
CMYK 0.210.190.00   0.32
XYZ27.481427.424143.8894
Yxy27.42410.27820.2776
Hunter Lab52.36802.0282-13.0331
CIE-Lab59.36485.7774-17.8001

#898dae color RGB value is (137,141,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001101 10101110
Octal 211 215 256
Decimal 137 141 174
Hex 89 8D AE

RGB Percentages of Color #898dae

%30.31
%31.19
%38.50

CMYK Percentages of Color #898dae

%21
%19
%0
%32

Triadic Colors of #898dae

#898dae #ae898d #8dae89

Analogous Colors of #898dae

#898dae #9889ae #89a0ae

Monochromatic Colors of #898dae

#898dae

Complementary Color

#898dae #aeaa89

#898dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#898dae Color CSS Codes

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

#898dae Text Font Color

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

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


#898dae Background Color

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

This div background color is #898dae


#898dae Border Color

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

This div border color is #898dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898dae


Comments

No comments written yet.

Please login to write comment.