Color Hex Logo

#82e152 Color Hex

#82E152
(130,225,82)
0 Favorites   0 Comments

Color spaces of #82e152

RGB 13022582
HSL0.280.700.60
HSV100°64°88°
CMYK 0.420.000.64   0.12
XYZ37.654159.205417.4259
Yxy59.20540.32950.5180
Hunter Lab76.9450-47.302440.4340
CIE-Lab81.4044-52.625059.3523

#82e152 color RGB value is (130,225,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11100001 01010010
Octal 202 341 122
Decimal 130 225 82
Hex 82 E1 52

RGB Percentages of Color #82e152

%29.75
%51.49
%18.76

CMYK Percentages of Color #82e152

%42
%0
%64
%12

Triadic Colors of #82e152

#82e152 #5282e1 #e15282

Analogous Colors of #82e152

#82e152 #52e16a #cae152

Monochromatic Colors of #82e152

#82e152

Complementary Color

#82e152 #b152e1

#82e152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82e152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82e152 Color CSS Codes

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

#82e152 Text Font Color

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

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


#82e152 Background Color

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

This div background color is #82e152


#82e152 Border Color

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

This div border color is #82e152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82e152


Comments

No comments written yet.

Please login to write comment.