Color Hex Logo

#82eb77 Color Hex

#82EB77
(130,235,119)
0 Favorites   0 Comments

Color spaces of #82eb77

RGB 130235119
HSL0.320.740.69
HSV114°49°92°
CMYK 0.450.000.49   0.08
XYZ42.244065.494427.8680
Yxy65.49440.31150.4830
Hunter Lab80.9286-48.449736.2333
CIE-Lab84.7379-52.640846.7031

#82eb77 color RGB value is (130,235,119).

#82eb77 hex color red value is 130, green value is 235 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #82eb77 hue: 0.32 , saturation: 0.74 and the lightness value of 82eb77 is 0.69.

The process color (four color CMYK) of #82eb77 color hex is 0.45, 0.00, 0.49, 0.08. Web safe color of #82eb77 is #99ff66. Color #82eb77 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101011 01110111
Octal 202 353 167
Decimal 130 235 119
Hex 82 EB 77

RGB Percentages of Color #82eb77

%26.86
%48.55
%24.59

CMYK Percentages of Color #82eb77

%45
%0
%49
%8

Triadic Colors of #82eb77

#82eb77 #7782eb #eb7782

Analogous Colors of #82eb77

#82eb77 #77eba6 #bceb77

Monochromatic Colors of #82eb77

#82eb77

Complementary Color

#82eb77 #e077eb

#82eb77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82eb77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82eb77 Color CSS Codes

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

#82eb77 Text Font Color

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

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


#82eb77 Background Color

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

This div background color is #82eb77


#82eb77 Border Color

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

This div border color is #82eb77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82eb77


Comments

No comments written yet.

Please login to write comment.