Color Hex Logo

#898e93 Color Hex

#898E93
(137,142,147)
0 Favorites   0 Comments

Color spaces of #898e93

RGB 137142147
HSL0.580.040.56
HSV210°58°
CMYK 0.070.030.00   0.42
XYZ25.256026.771031.4399
Yxy26.77100.30260.3207
Hunter Lab51.7407-3.41570.1913
CIE-Lab58.7618-0.8000-3.2920

#898e93 color RGB value is (137,142,147).

#898e93 hex color red value is 137, green value is 142 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #898e93 hue: 0.58 , saturation: 0.04 and the lightness value of 898e93 is 0.56.

The process color (four color CMYK) of #898e93 color hex is 0.07, 0.03, 0.00, 0.42. Web safe color of #898e93 is #999999. Color #898e93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001110 10010011
Octal 211 216 223
Decimal 137 142 147
Hex 89 8E 93

RGB Percentages of Color #898e93

%32.16
%33.33
%34.51

CMYK Percentages of Color #898e93

%7
%3
%0
%42

Triadic Colors of #898e93

#898e93 #93898e #8e9389

Analogous Colors of #898e93

#898e93 #898993 #899393

Monochromatic Colors of #898e93

#898e93

Complementary Color

#898e93 #938e89

#898e93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898e93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898e93 Color CSS Codes

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

#898e93 Text Font Color

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

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


#898e93 Background Color

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

This div background color is #898e93


#898e93 Border Color

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

This div border color is #898e93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898e93

#898e93 Color Palettes


Comments

No comments written yet.

Please login to write comment.