Color Hex Logo

#82ab4e Color Hex

#82AB4E
(130,171,78)
0 Favorites   0 Comments

Color spaces of #82ab4e

RGB 13017178
HSL0.240.370.49
HSV86°54°67°
CMYK 0.240.000.54   0.33
XYZ25.144034.421712.5266
Yxy34.42170.34880.4775
Hunter Lab58.6700-26.173428.4100
CIE-Lab65.2959-29.440342.8934

#82ab4e color RGB value is (130,171,78).

#82ab4e hex color red value is 130, green value is 171 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #82ab4e hue: 0.24 , saturation: 0.37 and the lightness value of 82ab4e is 0.49.

The process color (four color CMYK) of #82ab4e color hex is 0.24, 0.00, 0.54, 0.33. Web safe color of #82ab4e is #999966. Color #82ab4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101011 01001110
Octal 202 253 116
Decimal 130 171 78
Hex 82 AB 4E

RGB Percentages of Color #82ab4e

%34.30
%45.12
%20.58

CMYK Percentages of Color #82ab4e

%24
%0
%54
%33

Triadic Colors of #82ab4e

#82ab4e #4e82ab #ab4e82

Analogous Colors of #82ab4e

#82ab4e #54ab4e #aba64e

Monochromatic Colors of #82ab4e

#82ab4e

Complementary Color

#82ab4e #774eab

#82ab4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ab4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ab4e Color CSS Codes

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

#82ab4e Text Font Color

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

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


#82ab4e Background Color

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

This div background color is #82ab4e


#82ab4e Border Color

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

This div border color is #82ab4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ab4e


Comments

No comments written yet.

Please login to write comment.