Color Hex Logo

#82cc7c Color Hex

#82CC7C
(130,204,124)
0 Favorites   0 Comments

Color spaces of #82cc7c

RGB 130204124
HSL0.320.440.64
HSV116°39°80°
CMYK 0.360.000.39   0.20
XYZ34.436949.386826.7864
Yxy49.38680.31130.4465
Hunter Lab70.2757-35.513026.5940
CIE-Lab75.6913-38.771332.7701

#82cc7c color RGB value is (130,204,124).

#82cc7c hex color red value is 130, green value is 204 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #82cc7c hue: 0.32 , saturation: 0.44 and the lightness value of 82cc7c is 0.64.

The process color (four color CMYK) of #82cc7c color hex is 0.36, 0.00, 0.39, 0.20. Web safe color of #82cc7c is #99cc66. Color #82cc7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001100 01111100
Octal 202 314 174
Decimal 130 204 124
Hex 82 CC 7C

RGB Percentages of Color #82cc7c

%28.38
%44.54
%27.07

CMYK Percentages of Color #82cc7c

%36
%0
%39
%20

Triadic Colors of #82cc7c

#82cc7c #7c82cc #cc7c82

Analogous Colors of #82cc7c

#82cc7c #7ccc9e #aacc7c

Monochromatic Colors of #82cc7c

#82cc7c

Complementary Color

#82cc7c #c67ccc

#82cc7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cc7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cc7c Color CSS Codes

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

#82cc7c Text Font Color

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

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


#82cc7c Background Color

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

This div background color is #82cc7c


#82cc7c Border Color

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

This div border color is #82cc7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cc7c


Comments

No comments written yet.

Please login to write comment.