Color Hex Logo

#82e16b Color Hex

#82E16B
(130,225,107)
0 Favorites   0 Comments

Color spaces of #82e16b

RGB 130225107
HSL0.300.660.65
HSV108°52°88°
CMYK 0.420.000.52   0.12
XYZ38.785059.657823.3808
Yxy59.65780.31840.4897
Hunter Lab77.2385-45.534236.1193
CIE-Lab81.6518-50.051548.6003

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

#82e16b hex color red value is 130, green value is 225 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #82e16b hue: 0.30 , saturation: 0.66 and the lightness value of 82e16b is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11100001 01101011
Octal 202 341 153
Decimal 130 225 107
Hex 82 E1 6B

RGB Percentages of Color #82e16b

%28.14
%48.70
%23.16

CMYK Percentages of Color #82e16b

%42
%0
%52
%12

Triadic Colors of #82e16b

#82e16b #6b82e1 #e16b82

Analogous Colors of #82e16b

#82e16b #6be18f #bde16b

Monochromatic Colors of #82e16b

#82e16b

Complementary Color

#82e16b #ca6be1

#82e16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82e16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#82e16b Color CSS Codes

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

#82e16b Text Font Color

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

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


#82e16b Background Color

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

This div background color is #82e16b


#82e16b Border Color

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

This div border color is #82e16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82e16b


Comments

No comments written yet.

Please login to write comment.