Color Hex Logo

#84979d Color Hex

#84979D
(132,151,157)
0 Favorites   0 Comments

Color spaces of #84979d

RGB 132151157
HSL0.540.110.57
HSV194°16°62°
CMYK 0.160.040.00   0.38
XYZ26.668129.473136.1816
Yxy29.47310.28890.3192
Hunter Lab54.2891-7.3226-1.5121
CIE-Lab61.1969-5.4137-5.4304

#84979d color RGB value is (132,151,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010111 10011101
Octal 204 227 235
Decimal 132 151 157
Hex 84 97 9D

RGB Percentages of Color #84979d

%30.00
%34.32
%35.68

CMYK Percentages of Color #84979d

%16
%4
%0
%38

Triadic Colors of #84979d

#84979d #9d8497 #979d84

Analogous Colors of #84979d

#84979d #848b9d #849d97

Monochromatic Colors of #84979d

#84979d

Complementary Color

#84979d #9d8a84

#84979d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84979d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84979d Color CSS Codes

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

#84979d Text Font Color

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

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


#84979d Background Color

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

This div background color is #84979d


#84979d Border Color

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

This div border color is #84979d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,151,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 #84979d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84979d


Comments

No comments written yet.

Please login to write comment.