Color Hex Logo

#82d261 Color Hex

#82D261
(130,210,97)
0 Favorites   0 Comments

Color spaces of #82d261

RGB 13021097
HSL0.280.560.60
HSV102°54°82°
CMYK 0.380.000.54   0.18
XYZ34.410251.702119.4752
Yxy51.70210.32590.4897
Hunter Lab71.9042-40.410034.2743
CIE-Lab77.1024-44.945547.8352

#82d261 color RGB value is (130,210,97).

#82d261 hex color red value is 130, green value is 210 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #82d261 hue: 0.28 , saturation: 0.56 and the lightness value of 82d261 is 0.60.

The process color (four color CMYK) of #82d261 color hex is 0.38, 0.00, 0.54, 0.18. Web safe color of #82d261 is #99cc66. Color #82d261 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11010010 01100001
Octal 202 322 141
Decimal 130 210 97
Hex 82 D2 61

RGB Percentages of Color #82d261

%29.75
%48.05
%22.20

CMYK Percentages of Color #82d261

%38
%0
%54
%18

Triadic Colors of #82d261

#82d261 #6182d2 #d26182

Analogous Colors of #82d261

#82d261 #61d279 #bbd261

Monochromatic Colors of #82d261

#82d261

Complementary Color

#82d261 #b161d2

#82d261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82d261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82d261 Color CSS Codes

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

#82d261 Text Font Color

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

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


#82d261 Background Color

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

This div background color is #82d261


#82d261 Border Color

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

This div border color is #82d261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82d261


Comments

No comments written yet.

Please login to write comment.