Color Hex Logo

#82dc60 Color Hex

#82DC60
(130,220,96)
0 Favorites   0 Comments

Color spaces of #82dc60

RGB 13022096
HSL0.290.640.62
HSV104°56°86°
CMYK 0.410.000.56   0.14
XYZ36.910456.776820.0800
Yxy56.77680.32440.4991
Hunter Lab75.3504-44.424936.9452
CIE-Lab80.0539-49.237751.7694

#82dc60 color RGB value is (130,220,96).

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

The process color (four color CMYK) of #82dc60 color hex is 0.41, 0.00, 0.56, 0.14. Web safe color of #82dc60 is #99cc66. Color #82dc60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011100 01100000
Octal 202 334 140
Decimal 130 220 96
Hex 82 DC 60

RGB Percentages of Color #82dc60

%29.15
%49.33
%21.52

CMYK Percentages of Color #82dc60

%41
%0
%56
%14

Triadic Colors of #82dc60

#82dc60 #6082dc #dc6082

Analogous Colors of #82dc60

#82dc60 #60dc7c #c0dc60

Monochromatic Colors of #82dc60

#82dc60

Complementary Color

#82dc60 #ba60dc

#82dc60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82dc60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82dc60 Color CSS Codes

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

#82dc60 Text Font Color

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

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


#82dc60 Background Color

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

This div background color is #82dc60


#82dc60 Border Color

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

This div border color is #82dc60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82dc60


Comments

No comments written yet.

Please login to write comment.