Color Hex Logo

#82ac8a Color Hex

#82AC8A
(130,172,138)
0 Favorites   0 Comments

Color spaces of #82ac8a

RGB 130172138
HSL0.370.200.59
HSV131°24°67°
CMYK 0.240.000.20   0.33
XYZ28.545936.085929.5055
Yxy36.08590.30320.3833
Hunter Lab60.0715-20.302312.9284
CIE-Lab66.5855-21.131212.9660

#82ac8a color RGB value is (130,172,138).

#82ac8a hex color red value is 130, green value is 172 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #82ac8a hue: 0.37 , saturation: 0.20 and the lightness value of 82ac8a is 0.59.

The process color (four color CMYK) of #82ac8a color hex is 0.24, 0.00, 0.20, 0.33. Web safe color of #82ac8a is #999999. Color #82ac8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101100 10001010
Octal 202 254 212
Decimal 130 172 138
Hex 82 AC 8A

RGB Percentages of Color #82ac8a

%29.55
%39.09
%31.36

CMYK Percentages of Color #82ac8a

%24
%0
%20
%33

Triadic Colors of #82ac8a

#82ac8a #8a82ac #ac8a82

Analogous Colors of #82ac8a

#82ac8a #82ac9f #8fac82

Monochromatic Colors of #82ac8a

#82ac8a

Complementary Color

#82ac8a #ac82a4

#82ac8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ac8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ac8a Color CSS Codes

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

#82ac8a Text Font Color

<p style="color:#82ac8a">Text here</p>

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


#82ac8a Background Color

<div style="background-color:#82ac8a">
Div content here</div>

This div background color is #82ac8a


#82ac8a Border Color

<div style="border:3px solid #82ac8a">
Div here</div>

This div border color is #82ac8a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,172,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82ac8a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82ac8a;
  -webkit-box-shadow: 1px 1px 3px 2px #82ac8a;
  box-shadow:         1px 1px 3px 2px #82ac8a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,172,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ac8a


Comments

No comments written yet.

Please login to write comment.