Color Hex Logo

#82ed60 Color Hex

#82ED60
(130,237,96)
0 Favorites   0 Comments

Color spaces of #82ed60

RGB 13023796
HSL0.290.800.65
HSV106°59°93°
CMYK 0.450.000.59   0.07
XYZ41.601466.158721.6436
Yxy66.15870.32150.5113
Hunter Lab81.3380-51.045341.1599
CIE-Lab85.0773-56.048657.5491

#82ed60 color RGB value is (130,237,96).

#82ed60 hex color red value is 130, green value is 237 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #82ed60 hue: 0.29 , saturation: 0.80 and the lightness value of 82ed60 is 0.65.

The process color (four color CMYK) of #82ed60 color hex is 0.45, 0.00, 0.59, 0.07. Web safe color of #82ed60 is #99ff66. Color #82ed60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101101 01100000
Octal 202 355 140
Decimal 130 237 96
Hex 82 ED 60

RGB Percentages of Color #82ed60

%28.08
%51.19
%20.73

CMYK Percentages of Color #82ed60

%45
%0
%59
%7

Triadic Colors of #82ed60

#82ed60 #6082ed #ed6082

Analogous Colors of #82ed60

#82ed60 #60ed85 #c9ed60

Monochromatic Colors of #82ed60

#82ed60

Complementary Color

#82ed60 #cb60ed

#82ed60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ed60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ed60 Color CSS Codes

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

#82ed60 Text Font Color

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

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


#82ed60 Background Color

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

This div background color is #82ed60


#82ed60 Border Color

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

This div border color is #82ed60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ed60


Comments

No comments written yet.

Please login to write comment.