Color Hex Logo

#82d372 Color Hex

#82D372
(130,211,114)
0 Favorites   0 Comments

Color spaces of #82d372

RGB 130211114
HSL0.310.520.64
HSV110°46°83°
CMYK 0.380.000.46   0.17
XYZ35.537452.549324.1896
Yxy52.54930.31650.4680
Hunter Lab72.4909-39.352530.9591
CIE-Lab77.6081-43.276240.2630

#82d372 color RGB value is (130,211,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11010011 01110010
Octal 202 323 162
Decimal 130 211 114
Hex 82 D3 72

RGB Percentages of Color #82d372

%28.57
%46.37
%25.05

CMYK Percentages of Color #82d372

%38
%0
%46
%17

Triadic Colors of #82d372

#82d372 #7282d3 #d37282

Analogous Colors of #82d372

#82d372 #72d393 #b3d372

Monochromatic Colors of #82d372

#82d372

Complementary Color

#82d372 #c372d3

#82d372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82d372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82d372 Color CSS Codes

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

#82d372 Text Font Color

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

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


#82d372 Background Color

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

This div background color is #82d372


#82d372 Border Color

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

This div border color is #82d372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82d372


Comments

No comments written yet.

Please login to write comment.