Color Hex Logo

#84a22f Color Hex

#84A22F
(132,162,47)
0 Favorites   0 Comments

Color spaces of #84a22f

RGB 13216247
HSL0.210.550.41
HSV76°71°64°
CMYK 0.190.000.71   0.36
XYZ22.949130.95147.4540
Yxy30.95140.37400.5045
Hunter Lab55.6340-23.728030.9999
CIE-Lab62.4666-26.870353.4709

#84a22f color RGB value is (132,162,47).

#84a22f hex color red value is 132, green value is 162 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #84a22f hue: 0.21 , saturation: 0.55 and the lightness value of 84a22f is 0.41.

The process color (four color CMYK) of #84a22f color hex is 0.19, 0.00, 0.71, 0.36. Web safe color of #84a22f is #999933. Color #84a22f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10100010 00101111
Octal 204 242 57
Decimal 132 162 47
Hex 84 A2 2F

RGB Percentages of Color #84a22f

%38.71
%47.51
%13.78

CMYK Percentages of Color #84a22f

%19
%0
%71
%36

Triadic Colors of #84a22f

#84a22f #2f84a2 #a22f84

Analogous Colors of #84a22f

#84a22f #4ba22f #a2872f

Monochromatic Colors of #84a22f

#84a22f

Complementary Color

#84a22f #4d2fa2

#84a22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84a22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84a22f Color CSS Codes

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

#84a22f Text Font Color

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

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


#84a22f Background Color

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

This div background color is #84a22f


#84a22f Border Color

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

This div border color is #84a22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84a22f


Comments

No comments written yet.

Please login to write comment.