Color Hex Logo

#84b972 Color Hex

#84B972
(132,185,114)
0 Favorites   0 Comments

Color spaces of #84b972

RGB 132185114
HSL0.290.340.59
HSV105°38°73°
CMYK 0.290.000.38   0.27
XYZ29.901940.818422.2223
Yxy40.81840.32170.4392
Hunter Lab63.8893-28.263424.0999
CIE-Lab70.0485-30.837730.6062

#84b972 color RGB value is (132,185,114).

#84b972 hex color red value is 132, green value is 185 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #84b972 hue: 0.29 , saturation: 0.34 and the lightness value of 84b972 is 0.59.

The process color (four color CMYK) of #84b972 color hex is 0.29, 0.00, 0.38, 0.27. Web safe color of #84b972 is #99cc66. Color #84b972 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111001 01110010
Octal 204 271 162
Decimal 132 185 114
Hex 84 B9 72

RGB Percentages of Color #84b972

%30.63
%42.92
%26.45

CMYK Percentages of Color #84b972

%29
%0
%38
%27

Triadic Colors of #84b972

#84b972 #7284b9 #b97284

Analogous Colors of #84b972

#84b972 #72b984 #a8b972

Monochromatic Colors of #84b972

#84b972

Complementary Color

#84b972 #a772b9

#84b972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84b972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84b972 Color CSS Codes

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

#84b972 Text Font Color

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

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


#84b972 Background Color

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

This div background color is #84b972


#84b972 Border Color

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

This div border color is #84b972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84b972


Comments

No comments written yet.

Please login to write comment.