Color Hex Logo

#898982 Color Hex

#898982
(137,137,130)
0 Favorites   0 Comments

Color spaces of #898982

RGB 137137130
HSL0.170.030.52
HSV60°54°
CMYK 0.000.000.05   0.46
XYZ23.291524.821424.6825
Yxy24.82140.32000.3410
Hunter Lab49.8211-3.73765.5011
CIE-Lab56.9010-1.33983.7438

#898982 color RGB value is (137,137,130).

#898982 hex color red value is 137, green value is 137 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #898982 hue: 0.17 , saturation: 0.03 and the lightness value of 898982 is 0.52.

The process color (four color CMYK) of #898982 color hex is 0.00, 0.00, 0.05, 0.46. Web safe color of #898982 is #999999. Color #898982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001001 10000010
Octal 211 211 202
Decimal 137 137 130
Hex 89 89 82

RGB Percentages of Color #898982

%33.91
%33.91
%32.18

CMYK Percentages of Color #898982

%0
%0
%5
%46

Triadic Colors of #898982

#898982 #828989 #898289

Analogous Colors of #898982

#898982 #868982 #898682

Monochromatic Colors of #898982

#898982

Complementary Color

#898982 #828289

#898982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898982 Color CSS Codes

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

#898982 Text Font Color

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

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


#898982 Background Color

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

This div background color is #898982


#898982 Border Color

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

This div border color is #898982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898982


Comments

No comments written yet.

Please login to write comment.