Color Hex Logo

#82ae72 Color Hex

#82AE72
(130,174,114)
0 Favorites   0 Comments

Color spaces of #82ae72

RGB 130174114
HSL0.290.270.56
HSV104°34°68°
CMYK 0.250.000.34   0.32
XYZ27.379236.232821.4702
Yxy36.23280.32180.4259
Hunter Lab60.1937-24.147920.9877
CIE-Lab66.6974-26.238926.1722

#82ae72 color RGB value is (130,174,114).

#82ae72 hex color red value is 130, green value is 174 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #82ae72 hue: 0.29 , saturation: 0.27 and the lightness value of 82ae72 is 0.56.

The process color (four color CMYK) of #82ae72 color hex is 0.25, 0.00, 0.34, 0.32. Web safe color of #82ae72 is #999966. Color #82ae72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101110 01110010
Octal 202 256 162
Decimal 130 174 114
Hex 82 AE 72

RGB Percentages of Color #82ae72

%31.10
%41.63
%27.27

CMYK Percentages of Color #82ae72

%25
%0
%34
%32

Triadic Colors of #82ae72

#82ae72 #7282ae #ae7282

Analogous Colors of #82ae72

#82ae72 #72ae80 #a0ae72

Monochromatic Colors of #82ae72

#82ae72

Complementary Color

#82ae72 #9e72ae

#82ae72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ae72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ae72 Color CSS Codes

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

#82ae72 Text Font Color

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

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


#82ae72 Background Color

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

This div background color is #82ae72


#82ae72 Border Color

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

This div border color is #82ae72


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,174,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 #82ae72">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ae72


Comments

No comments written yet.

Please login to write comment.