Color Hex Logo

#82d720 Color Hex

#82D720
(130,215,32)
0 Favorites   0 Comments

Color spaces of #82d720

RGB 13021532
HSL0.240.740.48
HSV88°85°84°
CMYK 0.400.000.85   0.16
XYZ33.767153.45109.9039
Yxy53.45100.34770.5503
Hunter Lab73.1102-45.499843.1454
CIE-Lab78.1405-51.654372.3659

#82d720 color RGB value is (130,215,32).

#82d720 hex color red value is 130, green value is 215 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #82d720 hue: 0.24 , saturation: 0.74 and the lightness value of 82d720 is 0.48.

The process color (four color CMYK) of #82d720 color hex is 0.40, 0.00, 0.85, 0.16. Web safe color of #82d720 is #99cc33. Color #82d720 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11010111 00100000
Octal 202 327 40
Decimal 130 215 32
Hex 82 D7 20

RGB Percentages of Color #82d720

%34.48
%57.03
%8.49

CMYK Percentages of Color #82d720

%40
%0
%85
%16

Triadic Colors of #82d720

#82d720 #2082d7 #d72082

Analogous Colors of #82d720

#82d720 #27d720 #d7d120

Monochromatic Colors of #82d720

#82d720

Complementary Color

#82d720 #7520d7

#82d720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82d720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82d720 Color CSS Codes

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

#82d720 Text Font Color

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

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


#82d720 Background Color

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

This div background color is #82d720


#82d720 Border Color

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

This div border color is #82d720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82d720


Comments

No comments written yet.

Please login to write comment.