Color Hex Logo

#84984a Color Hex

#84984A
(132,152,74)
0 Favorites   0 Comments

Color spaces of #84984a

RGB 13215274
HSL0.210.350.44
HSV75°51°60°
CMYK 0.130.000.51   0.40
XYZ21.980027.856410.6969
Yxy27.85640.36310.4602
Hunter Lab52.7792-18.026824.9289
CIE-Lab59.7588-19.644438.3340

#84984a color RGB value is (132,152,74).

#84984a hex color red value is 132, green value is 152 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #84984a hue: 0.21 , saturation: 0.35 and the lightness value of 84984a is 0.44.

The process color (four color CMYK) of #84984a color hex is 0.13, 0.00, 0.51, 0.40. Web safe color of #84984a is #999933. Color #84984a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011000 01001010
Octal 204 230 112
Decimal 132 152 74
Hex 84 98 4A

RGB Percentages of Color #84984a

%36.87
%42.46
%20.67

CMYK Percentages of Color #84984a

%13
%0
%51
%40

Triadic Colors of #84984a

#84984a #4a8498 #984a84

Analogous Colors of #84984a

#84984a #5d984a #98854a

Monochromatic Colors of #84984a

#84984a

Complementary Color

#84984a #5e4a98

#84984a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84984a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84984a Color CSS Codes

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

#84984a Text Font Color

<p style="color:#84984a">Text here</p>

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


#84984a Background Color

<div style="background-color:#84984a">
Div content here</div>

This div background color is #84984a


#84984a Border Color

<div style="border:3px solid #84984a">
Div here</div>

This div border color is #84984a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,152,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84984a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84984a;
  -webkit-box-shadow: 1px 1px 3px 2px #84984a;
  box-shadow:         1px 1px 3px 2px #84984a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84984a


Comments

No comments written yet.

Please login to write comment.