Color Hex Logo

#82c45d Color Hex

#82C45D
(130,196,93)
0 Favorites   0 Comments

Color spaces of #82c45d

RGB 13019693
HSL0.270.470.57
HSV98°53°77°
CMYK 0.340.000.53   0.23
XYZ30.921645.016017.4151
Yxy45.01600.33120.4822
Hunter Lab67.0940-35.149131.5763
CIE-Lab72.9024-39.316744.7162

#82c45d color RGB value is (130,196,93).

#82c45d hex color red value is 130, green value is 196 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #82c45d hue: 0.27 , saturation: 0.47 and the lightness value of 82c45d is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11000100 01011101
Octal 202 304 135
Decimal 130 196 93
Hex 82 C4 5D

RGB Percentages of Color #82c45d

%31.03
%46.78
%22.20

CMYK Percentages of Color #82c45d

%34
%0
%53
%23

Triadic Colors of #82c45d

#82c45d #5d82c4 #c45d82

Analogous Colors of #82c45d

#82c45d #5dc46c #b6c45d

Monochromatic Colors of #82c45d

#82c45d

Complementary Color

#82c45d #9f5dc4

#82c45d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82c45d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82c45d Color CSS Codes

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

#82c45d Text Font Color

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

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


#82c45d Background Color

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

This div background color is #82c45d


#82c45d Border Color

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

This div border color is #82c45d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82c45d


Comments

No comments written yet.

Please login to write comment.