Color Hex Logo

#84b06e Color Hex

#84B06E
(132,176,110)
0 Favorites   0 Comments

Color spaces of #84b06e

RGB 132176110
HSL0.280.290.56
HSV100°38°69°
CMYK 0.250.000.38   0.31
XYZ27.855537.082020.4413
Yxy37.08200.32630.4343
Hunter Lab60.8950-24.914122.7240
CIE-Lab67.3385-27.098329.1676

#84b06e color RGB value is (132,176,110).

#84b06e hex color red value is 132, green value is 176 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #84b06e hue: 0.28 , saturation: 0.29 and the lightness value of 84b06e is 0.56.

The process color (four color CMYK) of #84b06e color hex is 0.25, 0.00, 0.38, 0.31. Web safe color of #84b06e is #999966. Color #84b06e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10110000 01101110
Octal 204 260 156
Decimal 132 176 110
Hex 84 B0 6E

RGB Percentages of Color #84b06e

%31.58
%42.11
%26.32

CMYK Percentages of Color #84b06e

%25
%0
%38
%31

Triadic Colors of #84b06e

#84b06e #6e84b0 #b06e84

Analogous Colors of #84b06e

#84b06e #6eb079 #a5b06e

Monochromatic Colors of #84b06e

#84b06e

Complementary Color

#84b06e #9a6eb0

#84b06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84b06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84b06e Color CSS Codes

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

#84b06e Text Font Color

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

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


#84b06e Background Color

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

This div background color is #84b06e


#84b06e Border Color

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

This div border color is #84b06e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84b06e


Comments

No comments written yet.

Please login to write comment.