Color Hex Logo

#82cd78 Color Hex

#82CD78
(130,205,120)
0 Favorites   0 Comments

Color spaces of #82cd78

RGB 130205120
HSL0.310.460.64
HSV113°41°80°
CMYK 0.370.000.41   0.20
XYZ34.427449.764525.5603
Yxy49.76450.31370.4534
Hunter Lab70.5440-36.339027.8981
CIE-Lab75.9245-39.809135.1141

#82cd78 color RGB value is (130,205,120).

#82cd78 hex color red value is 130, green value is 205 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #82cd78 hue: 0.31 , saturation: 0.46 and the lightness value of 82cd78 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001101 01111000
Octal 202 315 170
Decimal 130 205 120
Hex 82 CD 78

RGB Percentages of Color #82cd78

%28.57
%45.05
%26.37

CMYK Percentages of Color #82cd78

%37
%0
%41
%20

Triadic Colors of #82cd78

#82cd78 #7882cd #cd7882

Analogous Colors of #82cd78

#82cd78 #78cd99 #adcd78

Monochromatic Colors of #82cd78

#82cd78

Complementary Color

#82cd78 #c378cd

#82cd78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cd78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cd78 Color CSS Codes

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

#82cd78 Text Font Color

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

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


#82cd78 Background Color

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

This div background color is #82cd78


#82cd78 Border Color

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

This div border color is #82cd78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cd78


Comments

No comments written yet.

Please login to write comment.