Color Hex Logo

#898997 Color Hex

#898997
(137,137,151)
0 Favorites   0 Comments

Color spaces of #898997

RGB 137137151
HSL0.670.060.56
HSV240°59°
CMYK 0.090.090.00   0.41
XYZ24.848125.444132.8797
Yxy25.44410.29880.3059
Hunter Lab50.4421-0.3436-3.3375
CIE-Lab57.50562.8746-7.4457

#898997 color RGB value is (137,137,151).

#898997 hex color red value is 137, green value is 137 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #898997 hue: 0.67 , saturation: 0.06 and the lightness value of 898997 is 0.56.

The process color (four color CMYK) of #898997 color hex is 0.09, 0.09, 0.00, 0.41. Web safe color of #898997 is #999999. Color #898997 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001001 10010111
Octal 211 211 227
Decimal 137 137 151
Hex 89 89 97

RGB Percentages of Color #898997

%32.24
%32.24
%35.53

CMYK Percentages of Color #898997

%9
%9
%0
%41

Triadic Colors of #898997

#898997 #978989 #899789

Analogous Colors of #898997

#898997 #908997 #899097

Monochromatic Colors of #898997

#898997

Complementary Color

#898997 #979789

#898997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898997 Color CSS Codes

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

#898997 Text Font Color

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

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


#898997 Background Color

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

This div background color is #898997


#898997 Border Color

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

This div border color is #898997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898997


Comments

No comments written yet.

Please login to write comment.