Color Hex Logo

#82d04d Color Hex

#82D04D
(130,208,77)
0 Favorites   0 Comments

Color spaces of #82d04d

RGB 13020877
HSL0.270.580.56
HSV96°63°82°
CMYK 0.380.000.63   0.18
XYZ33.101450.393415.0035
Yxy50.39340.33610.5116
Hunter Lab70.9883-40.996137.1608
CIE-Lab76.3101-46.107155.8536

#82d04d color RGB value is (130,208,77).

#82d04d hex color red value is 130, green value is 208 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #82d04d hue: 0.27 , saturation: 0.58 and the lightness value of 82d04d is 0.56.

The process color (four color CMYK) of #82d04d color hex is 0.38, 0.00, 0.63, 0.18. Web safe color of #82d04d is #99cc66. Color #82d04d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11010000 01001101
Octal 202 320 115
Decimal 130 208 77
Hex 82 D0 4D

RGB Percentages of Color #82d04d

%31.33
%50.12
%18.55

CMYK Percentages of Color #82d04d

%38
%0
%63
%18

Triadic Colors of #82d04d

#82d04d #4d82d0 #d04d82

Analogous Colors of #82d04d

#82d04d #4dd05a #c4d04d

Monochromatic Colors of #82d04d

#82d04d

Complementary Color

#82d04d #9b4dd0

#82d04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82d04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82d04d Color CSS Codes

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

#82d04d Text Font Color

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

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


#82d04d Background Color

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

This div background color is #82d04d


#82d04d Border Color

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

This div border color is #82d04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82d04d


Comments

No comments written yet.

Please login to write comment.