Color Hex Logo

#82e16d Color Hex

#82E16D
(130,225,109)
0 Favorites   0 Comments

Color spaces of #82e16d

RGB 130225109
HSL0.300.660.65
HSV109°52°88°
CMYK 0.420.000.52   0.12
XYZ38.891559.700423.9415
Yxy59.70040.31740.4872
Hunter Lab77.2660-45.368435.7147
CIE-Lab81.6751-49.812647.6905

#82e16d color RGB value is (130,225,109).

#82e16d hex color red value is 130, green value is 225 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #82e16d hue: 0.30 , saturation: 0.66 and the lightness value of 82e16d is 0.65.

The process color (four color CMYK) of #82e16d color hex is 0.42, 0.00, 0.52, 0.12. Web safe color of #82e16d is #99cc66. Color #82e16d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11100001 01101101
Octal 202 341 155
Decimal 130 225 109
Hex 82 E1 6D

RGB Percentages of Color #82e16d

%28.02
%48.49
%23.49

CMYK Percentages of Color #82e16d

%42
%0
%52
%12

Triadic Colors of #82e16d

#82e16d #6d82e1 #e16d82

Analogous Colors of #82e16d

#82e16d #6de192 #bce16d

Monochromatic Colors of #82e16d

#82e16d

Complementary Color

#82e16d #cc6de1

#82e16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82e16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82e16d Color CSS Codes

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

#82e16d Text Font Color

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

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


#82e16d Background Color

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

This div background color is #82e16d


#82e16d Border Color

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

This div border color is #82e16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82e16d


Comments

No comments written yet.

Please login to write comment.