Color Hex Logo

#82e9aa Color Hex

#82E9AA
(130,233,170)
0 Favorites   0 Comments

Color spaces of #82e9aa

RGB 130233170
HSL0.400.700.71
HSV143°44°91°
CMYK 0.440.000.27   0.09
XYZ45.600565.925948.3518
Yxy65.92590.28520.4124
Hunter Lab81.1948-41.841921.5289
CIE-Lab84.9586-43.742721.4807

#82e9aa color RGB value is (130,233,170).

#82e9aa hex color red value is 130, green value is 233 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #82e9aa hue: 0.40 , saturation: 0.70 and the lightness value of 82e9aa is 0.71.

The process color (four color CMYK) of #82e9aa color hex is 0.44, 0.00, 0.27, 0.09. Web safe color of #82e9aa is #99ff99. Color #82e9aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101001 10101010
Octal 202 351 252
Decimal 130 233 170
Hex 82 E9 AA

RGB Percentages of Color #82e9aa

%24.39
%43.71
%31.89

CMYK Percentages of Color #82e9aa

%44
%0
%27
%9

Triadic Colors of #82e9aa

#82e9aa #aa82e9 #e9aa82

Analogous Colors of #82e9aa

#82e9aa #82e9de #8ee982

Monochromatic Colors of #82e9aa

#82e9aa

Complementary Color

#82e9aa #e982c1

#82e9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82e9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#82e9aa Color CSS Codes

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

#82e9aa Text Font Color

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

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


#82e9aa Background Color

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

This div background color is #82e9aa


#82e9aa Border Color

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

This div border color is #82e9aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82e9aa


Comments

No comments written yet.

Please login to write comment.