Color Hex Logo

#84898e Color Hex

#84898E
(132,137,142)
0 Favorites   0 Comments

Color spaces of #84898e

RGB 132137142
HSL0.580.040.54
HSV210°56°
CMYK 0.070.040.00   0.44
XYZ23.343924.749829.1380
Yxy24.74980.30230.3205
Hunter Lab49.7492-3.30310.0984
CIE-Lab56.8308-0.8029-3.3129

#84898e color RGB value is (132,137,142).

#84898e hex color red value is 132, green value is 137 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #84898e hue: 0.58 , saturation: 0.04 and the lightness value of 84898e is 0.54.

The process color (four color CMYK) of #84898e color hex is 0.07, 0.04, 0.00, 0.44. Web safe color of #84898e is #999999. Color #84898e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001001 10001110
Octal 204 211 216
Decimal 132 137 142
Hex 84 89 8E

RGB Percentages of Color #84898e

%32.12
%33.33
%34.55

CMYK Percentages of Color #84898e

%7
%4
%0
%44

Triadic Colors of #84898e

#84898e #8e8489 #898e84

Analogous Colors of #84898e

#84898e #84848e #848e8e

Monochromatic Colors of #84898e

#84898e

Complementary Color

#84898e #8e8984

#84898e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84898e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84898e Color CSS Codes

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

#84898e Text Font Color

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

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


#84898e Background Color

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

This div background color is #84898e


#84898e Border Color

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

This div border color is #84898e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84898e

#84898e Color Palettes


Comments

No comments written yet.

Please login to write comment.