Color Hex Logo

#82b160 Color Hex

#82B160
(130,177,96)
0 Favorites   0 Comments

Color spaces of #82b160

RGB 13017796
HSL0.260.340.54
HSV95°46°69°
CMYK 0.270.000.46   0.31
XYZ27.039437.034616.7896
Yxy37.03460.33440.4580
Hunter Lab60.8561-27.187526.2417
CIE-Lab67.3030-30.220936.3776

#82b160 color RGB value is (130,177,96).

#82b160 hex color red value is 130, green value is 177 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #82b160 hue: 0.26 , saturation: 0.34 and the lightness value of 82b160 is 0.54.

The process color (four color CMYK) of #82b160 color hex is 0.27, 0.00, 0.46, 0.31. Web safe color of #82b160 is #999966. Color #82b160 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10110001 01100000
Octal 202 261 140
Decimal 130 177 96
Hex 82 B1 60

RGB Percentages of Color #82b160

%32.26
%43.92
%23.82

CMYK Percentages of Color #82b160

%27
%0
%46
%31

Triadic Colors of #82b160

#82b160 #6082b1 #b16082

Analogous Colors of #82b160

#82b160 #60b167 #abb160

Monochromatic Colors of #82b160

#82b160

Complementary Color

#82b160 #8f60b1

#82b160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82b160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82b160 Color CSS Codes

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

#82b160 Text Font Color

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

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


#82b160 Background Color

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

This div background color is #82b160


#82b160 Border Color

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

This div border color is #82b160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82b160


Comments

No comments written yet.

Please login to write comment.