Color Hex Logo

#84a68d Color Hex

#84A68D
(132,166,141)
0 Favorites   0 Comments

Color spaces of #84a68d

RGB 132166141
HSL0.380.160.58
HSV136°20°65°
CMYK 0.200.000.15   0.35
XYZ27.959734.101130.3078
Yxy34.10110.30270.3692
Hunter Lab58.3961-16.728610.1056
CIE-Lab65.0427-16.78929.1434

#84a68d color RGB value is (132,166,141).

#84a68d hex color red value is 132, green value is 166 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #84a68d hue: 0.38 , saturation: 0.16 and the lightness value of 84a68d is 0.58.

The process color (four color CMYK) of #84a68d color hex is 0.20, 0.00, 0.15, 0.35. Web safe color of #84a68d is #999999. Color #84a68d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10100110 10001101
Octal 204 246 215
Decimal 132 166 141
Hex 84 A6 8D

RGB Percentages of Color #84a68d

%30.07
%37.81
%32.12

CMYK Percentages of Color #84a68d

%20
%0
%15
%35

Triadic Colors of #84a68d

#84a68d #8d84a6 #a68d84

Analogous Colors of #84a68d

#84a68d #84a69e #8ca684

Monochromatic Colors of #84a68d

#84a68d

Complementary Color

#84a68d #a6849d

#84a68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84a68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84a68d Color CSS Codes

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

#84a68d Text Font Color

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

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


#84a68d Background Color

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

This div background color is #84a68d


#84a68d Border Color

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

This div border color is #84a68d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,166,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84a68d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84a68d;
  -webkit-box-shadow: 1px 1px 3px 2px #84a68d;
  box-shadow:         1px 1px 3px 2px #84a68d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84a68d


Comments

No comments written yet.

Please login to write comment.