Color Hex Logo

#82d491 Color Hex

#82D491
(130,212,145)
0 Favorites   0 Comments

Color spaces of #82d491

RGB 130212145
HSL0.360.490.67
HSV131°39°83°
CMYK 0.390.000.32   0.17
XYZ37.860253.877135.1919
Yxy53.87710.29830.4245
Hunter Lab73.4010-36.381622.9543
CIE-Lab78.3900-38.963425.4877

#82d491 color RGB value is (130,212,145).

#82d491 hex color red value is 130, green value is 212 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #82d491 hue: 0.36 , saturation: 0.49 and the lightness value of 82d491 is 0.67.

The process color (four color CMYK) of #82d491 color hex is 0.39, 0.00, 0.32, 0.17. Web safe color of #82d491 is #99cc99. Color #82d491 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11010100 10010001
Octal 202 324 221
Decimal 130 212 145
Hex 82 D4 91

RGB Percentages of Color #82d491

%26.69
%43.53
%29.77

CMYK Percentages of Color #82d491

%39
%0
%32
%17

Triadic Colors of #82d491

#82d491 #9182d4 #d49182

Analogous Colors of #82d491

#82d491 #82d4ba #9cd482

Monochromatic Colors of #82d491

#82d491

Complementary Color

#82d491 #d482c5

#82d491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82d491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82d491 Color CSS Codes

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

#82d491 Text Font Color

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

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


#82d491 Background Color

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

This div background color is #82d491


#82d491 Border Color

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

This div border color is #82d491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82d491


Comments

No comments written yet.

Please login to write comment.