Color Hex Logo

#82a13f Color Hex

#82A13F
(130,161,63)
0 Favorites   0 Comments

Color spaces of #82a13f

RGB 13016163
HSL0.220.440.44
HSV79°61°63°
CMYK 0.190.000.61   0.37
XYZ22.848030.59449.4037
Yxy30.59440.36360.4868
Hunter Lab55.3122-23.062828.6386
CIE-Lab62.1637-26.022846.3602

#82a13f color RGB value is (130,161,63).

#82a13f hex color red value is 130, green value is 161 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #82a13f hue: 0.22 , saturation: 0.44 and the lightness value of 82a13f is 0.44.

The process color (four color CMYK) of #82a13f color hex is 0.19, 0.00, 0.61, 0.37. Web safe color of #82a13f is #999933. Color #82a13f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10100001 00111111
Octal 202 241 77
Decimal 130 161 63
Hex 82 A1 3F

RGB Percentages of Color #82a13f

%36.72
%45.48
%17.80

CMYK Percentages of Color #82a13f

%19
%0
%61
%37

Triadic Colors of #82a13f

#82a13f #3f82a1 #a13f82

Analogous Colors of #82a13f

#82a13f #51a13f #a18f3f

Monochromatic Colors of #82a13f

#82a13f

Complementary Color

#82a13f #5e3fa1

#82a13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82a13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#82a13f Color CSS Codes

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

#82a13f Text Font Color

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

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


#82a13f Background Color

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

This div background color is #82a13f


#82a13f Border Color

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

This div border color is #82a13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82a13f


Comments

No comments written yet.

Please login to write comment.