Color Hex Logo

#84949d Color Hex

#84949D
(132,148,157)
0 Favorites   0 Comments

Color spaces of #84949d

RGB 132148157
HSL0.560.110.57
HSV202°16°62°
CMYK 0.160.060.00   0.38
XYZ26.191428.519736.0227
Yxy28.51970.28870.3143
Hunter Lab53.4038-5.9131-2.6104
CIE-Lab60.3554-3.7486-6.6782

#84949d color RGB value is (132,148,157).

#84949d hex color red value is 132, green value is 148 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #84949d hue: 0.56 , saturation: 0.11 and the lightness value of 84949d is 0.57.

The process color (four color CMYK) of #84949d color hex is 0.16, 0.06, 0.00, 0.38. Web safe color of #84949d is #999999. Color #84949d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010100 10011101
Octal 204 224 235
Decimal 132 148 157
Hex 84 94 9D

RGB Percentages of Color #84949d

%30.21
%33.87
%35.93

CMYK Percentages of Color #84949d

%16
%6
%0
%38

Triadic Colors of #84949d

#84949d #9d8494 #949d84

Analogous Colors of #84949d

#84949d #84889d #849d9a

Monochromatic Colors of #84949d

#84949d

Complementary Color

#84949d #9d8d84

#84949d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84949d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84949d Color CSS Codes

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

#84949d Text Font Color

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

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


#84949d Background Color

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

This div background color is #84949d


#84949d Border Color

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

This div border color is #84949d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,148,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84949d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84949d;
  -webkit-box-shadow: 1px 1px 3px 2px #84949d;
  box-shadow:         1px 1px 3px 2px #84949d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84949d


Comments

No comments written yet.

Please login to write comment.