Color Hex Logo

#898386 Color Hex

#898386
(137,131,134)
0 Favorites   0 Comments

Color spaces of #898386

RGB 137131134
HSL0.920.020.53
HSV330°54°
CMYK 0.000.040.02   0.46
XYZ22.735923.272225.8479
Yxy23.27220.31640.3239
Hunter Lab48.2413-0.29592.0010
CIE-Lab55.35162.8305-0.8173

#898386 color RGB value is (137,131,134).

#898386 hex color red value is 137, green value is 131 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #898386 hue: 0.92 , saturation: 0.02 and the lightness value of 898386 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000011 10000110
Octal 211 203 206
Decimal 137 131 134
Hex 89 83 86

RGB Percentages of Color #898386

%34.08
%32.59
%33.33

CMYK Percentages of Color #898386

%0
%4
%2
%46

Triadic Colors of #898386

#898386 #868983 #838689

Analogous Colors of #898386

#898386 #898383 #898389

Monochromatic Colors of #898386

#898386

Complementary Color

#898386 #838986

#898386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898386 Color CSS Codes

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

#898386 Text Font Color

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

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


#898386 Background Color

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

This div background color is #898386


#898386 Border Color

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

This div border color is #898386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898386


Comments

No comments written yet.

Please login to write comment.