Color Hex Logo

#82ca7c Color Hex

#82CA7C
(130,202,124)
0 Favorites   0 Comments

Color spaces of #82ca7c

RGB 130202124
HSL0.320.420.64
HSV115°39°79°
CMYK 0.360.000.39   0.21
XYZ33.964548.442126.6289
Yxy48.44210.31150.4443
Hunter Lab69.6004-34.693826.0361
CIE-Lab75.1029-37.872532.0017

#82ca7c color RGB value is (130,202,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001010 01111100
Octal 202 312 174
Decimal 130 202 124
Hex 82 CA 7C

RGB Percentages of Color #82ca7c

%28.51
%44.30
%27.19

CMYK Percentages of Color #82ca7c

%36
%0
%39
%21

Triadic Colors of #82ca7c

#82ca7c #7c82ca #ca7c82

Analogous Colors of #82ca7c

#82ca7c #7cca9d #a9ca7c

Monochromatic Colors of #82ca7c

#82ca7c

Complementary Color

#82ca7c #c47cca

#82ca7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ca7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ca7c Color CSS Codes

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

#82ca7c Text Font Color

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

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


#82ca7c Background Color

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

This div background color is #82ca7c


#82ca7c Border Color

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

This div border color is #82ca7c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,202,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 #82ca7c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ca7c


Comments

No comments written yet.

Please login to write comment.