Color Hex Logo

#84978c Color Hex

#84978C
(132,151,140)
0 Favorites   0 Comments

Color spaces of #84978c

RGB 132151140
HSL0.400.080.55
HSV145°13°59°
CMYK 0.130.000.07   0.41
XYZ25.316028.932229.0611
Yxy28.93220.30390.3473
Hunter Lab53.7887-10.11795.6187
CIE-Lab60.7217-8.99383.5091

#84978c color RGB value is (132,151,140).

#84978c hex color red value is 132, green value is 151 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #84978c hue: 0.40 , saturation: 0.08 and the lightness value of 84978c is 0.55.

The process color (four color CMYK) of #84978c color hex is 0.13, 0.00, 0.07, 0.41. Web safe color of #84978c is #999999. Color #84978c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010111 10001100
Octal 204 227 214
Decimal 132 151 140
Hex 84 97 8C

RGB Percentages of Color #84978c

%31.21
%35.70
%33.10

CMYK Percentages of Color #84978c

%13
%0
%7
%41

Triadic Colors of #84978c

#84978c #8c8497 #978c84

Analogous Colors of #84978c

#84978c #849796 #869784

Monochromatic Colors of #84978c

#84978c

Complementary Color

#84978c #97848f

#84978c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84978c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84978c Color CSS Codes

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

#84978c Text Font Color

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

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


#84978c Background Color

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

This div background color is #84978c


#84978c Border Color

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

This div border color is #84978c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84978c

#84978c Color Palettes


Comments

No comments written yet.

Please login to write comment.