Color Hex Logo

#82c56c Color Hex

#82C56C
(130,197,108)
0 Favorites   0 Comments

Color spaces of #82c56c

RGB 130197108
HSL0.290.430.60
HSV105°45°77°
CMYK 0.340.000.45   0.23
XYZ31.878945.761021.3399
Yxy45.76100.32210.4623
Hunter Lab67.6469-34.263128.6492
CIE-Lab73.3902-37.906437.9474

#82c56c color RGB value is (130,197,108).

#82c56c hex color red value is 130, green value is 197 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #82c56c hue: 0.29 , saturation: 0.43 and the lightness value of 82c56c is 0.60.

The process color (four color CMYK) of #82c56c color hex is 0.34, 0.00, 0.45, 0.23. Web safe color of #82c56c is #99cc66. Color #82c56c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11000101 01101100
Octal 202 305 154
Decimal 130 197 108
Hex 82 C5 6C

RGB Percentages of Color #82c56c

%29.89
%45.29
%24.83

CMYK Percentages of Color #82c56c

%34
%0
%45
%23

Triadic Colors of #82c56c

#82c56c #6c82c5 #c56c82

Analogous Colors of #82c56c

#82c56c #6cc583 #afc56c

Monochromatic Colors of #82c56c

#82c56c

Complementary Color

#82c56c #af6cc5

#82c56c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82c56c Color Preview on White Background

Lorem ipsum dolor sit amet.

#82c56c Color CSS Codes

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

#82c56c Text Font Color

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

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


#82c56c Background Color

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

This div background color is #82c56c


#82c56c Border Color

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

This div border color is #82c56c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82c56c


Comments

No comments written yet.

Please login to write comment.