Color Hex Logo

#84b040 Color Hex

#84B040
(132,176,64)
0 Favorites   0 Comments

Color spaces of #84b040

RGB 13217664
HSL0.230.470.47
HSV84°64°69°
CMYK 0.250.000.64   0.31
XYZ25.966536.326410.4936
Yxy36.32640.35670.4991
Hunter Lab60.2714-28.572431.8672
CIE-Lab66.7686-32.325651.0082

#84b040 color RGB value is (132,176,64).

#84b040 hex color red value is 132, green value is 176 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #84b040 hue: 0.23 , saturation: 0.47 and the lightness value of 84b040 is 0.47.

The process color (four color CMYK) of #84b040 color hex is 0.25, 0.00, 0.64, 0.31. Web safe color of #84b040 is #999933. Color #84b040 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10110000 01000000
Octal 204 260 100
Decimal 132 176 64
Hex 84 B0 40

RGB Percentages of Color #84b040

%35.48
%47.31
%17.20

CMYK Percentages of Color #84b040

%25
%0
%64
%31

Triadic Colors of #84b040

#84b040 #4084b0 #b04084

Analogous Colors of #84b040

#84b040 #4cb040 #b0a440

Monochromatic Colors of #84b040

#84b040

Complementary Color

#84b040 #6c40b0

#84b040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84b040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84b040 Color CSS Codes

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

#84b040 Text Font Color

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

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


#84b040 Background Color

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

This div background color is #84b040


#84b040 Border Color

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

This div border color is #84b040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84b040


Comments

No comments written yet.

Please login to write comment.