Color Hex Logo

#899490 Color Hex

#899490
(137,148,144)
0 Favorites   0 Comments

Color spaces of #899490

RGB 137148144
HSL0.440.050.56
HSV158°58°
CMYK 0.070.000.03   0.42
XYZ25.940528.511830.5217
Yxy28.51180.30530.3355
Hunter Lab53.3964-6.72683.4870
CIE-Lab60.3483-4.76050.7431

#899490 color RGB value is (137,148,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010100 10010000
Octal 211 224 220
Decimal 137 148 144
Hex 89 94 90

RGB Percentages of Color #899490

%31.93
%34.50
%33.57

CMYK Percentages of Color #899490

%7
%0
%3
%42

Triadic Colors of #899490

#899490 #908994 #949089

Analogous Colors of #899490

#899490 #899394 #89948b

Monochromatic Colors of #899490

#899490

Complementary Color

#899490 #94898d

#899490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899490 Color CSS Codes

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

#899490 Text Font Color

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

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


#899490 Background Color

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

This div background color is #899490


#899490 Border Color

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

This div border color is #899490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899490


Comments

No comments written yet.

Please login to write comment.