Color Hex Logo

#82e683 Color Hex

#82E683
(130,230,131)
0 Favorites   0 Comments

Color spaces of #82e683

RGB 130230131
HSL0.340.670.71
HSV121°43°90°
CMYK 0.430.000.43   0.10
XYZ41.599562.978131.4362
Yxy62.97810.30580.4630
Hunter Lab79.3587-45.308932.0647
CIE-Lab83.4309-48.957639.2461

#82e683 color RGB value is (130,230,131).

#82e683 hex color red value is 130, green value is 230 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #82e683 hue: 0.34 , saturation: 0.67 and the lightness value of 82e683 is 0.71.

The process color (four color CMYK) of #82e683 color hex is 0.43, 0.00, 0.43, 0.10. Web safe color of #82e683 is #99ff99. Color #82e683 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11100110 10000011
Octal 202 346 203
Decimal 130 230 131
Hex 82 E6 83

RGB Percentages of Color #82e683

%26.48
%46.84
%26.68

CMYK Percentages of Color #82e683

%43
%0
%43
%10

Triadic Colors of #82e683

#82e683 #8382e6 #e68382

Analogous Colors of #82e683

#82e683 #82e6b5 #b3e682

Monochromatic Colors of #82e683

#82e683

Complementary Color

#82e683 #e682e5

#82e683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82e683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82e683 Color CSS Codes

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

#82e683 Text Font Color

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

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


#82e683 Background Color

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

This div background color is #82e683


#82e683 Border Color

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

This div border color is #82e683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82e683


Comments

No comments written yet.

Please login to write comment.