Color Hex Logo

#82e052 Color Hex

#82E052
(130,224,82)
0 Favorites   0 Comments

Color spaces of #82e052

RGB 13022482
HSL0.280.700.60
HSV100°63°88°
CMYK 0.420.000.63   0.12
XYZ37.384658.666317.3360
Yxy58.66630.32970.5174
Hunter Lab76.5939-46.915640.1963
CIE-Lab81.1078-52.225059.0280

#82e052 color RGB value is (130,224,82).

#82e052 hex color red value is 130, green value is 224 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #82e052 hue: 0.28 , saturation: 0.70 and the lightness value of 82e052 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11100000 01010010
Octal 202 340 122
Decimal 130 224 82
Hex 82 E0 52

RGB Percentages of Color #82e052

%29.82
%51.38
%18.81

CMYK Percentages of Color #82e052

%42
%0
%63
%12

Triadic Colors of #82e052

#82e052 #5282e0 #e05282

Analogous Colors of #82e052

#82e052 #52e069 #c9e052

Monochromatic Colors of #82e052

#82e052

Complementary Color

#82e052 #b052e0

#82e052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82e052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82e052 Color CSS Codes

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

#82e052 Text Font Color

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

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


#82e052 Background Color

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

This div background color is #82e052


#82e052 Border Color

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

This div border color is #82e052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82e052


Comments

No comments written yet.

Please login to write comment.