Color Hex Logo

#899497 Color Hex

#899497
(137,148,151)
0 Favorites   0 Comments

Color spaces of #899497

RGB 137148151
HSL0.540.060.56
HSV193°59°
CMYK 0.090.020.00   0.41
XYZ26.492328.732533.4278
Yxy28.73250.29880.3241
Hunter Lab53.6027-5.58390.5474
CIE-Lab60.5448-3.3239-2.9471

#899497 color RGB value is (137,148,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010100 10010111
Octal 211 224 227
Decimal 137 148 151
Hex 89 94 97

RGB Percentages of Color #899497

%31.42
%33.94
%34.63

CMYK Percentages of Color #899497

%9
%2
%0
%41

Triadic Colors of #899497

#899497 #978994 #949789

Analogous Colors of #899497

#899497 #898d97 #899793

Monochromatic Colors of #899497

#899497

Complementary Color

#899497 #978c89

#899497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899497 Color CSS Codes

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

#899497 Text Font Color

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

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


#899497 Background Color

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

This div background color is #899497


#899497 Border Color

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

This div border color is #899497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899497


Comments

No comments written yet.

Please login to write comment.