Color Hex Logo

#82e493 Color Hex

#82E493
(130,228,147)
0 Favorites   0 Comments

Color spaces of #82e493

RGB 130228147
HSL0.360.640.70
HSV130°43°89°
CMYK 0.430.000.36   0.11
XYZ42.215862.339237.4114
Yxy62.33920.29740.4391
Hunter Lab78.9552-42.731127.1752
CIE-Lab83.0935-45.637930.7702

#82e493 color RGB value is (130,228,147).

#82e493 hex color red value is 130, green value is 228 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #82e493 hue: 0.36 , saturation: 0.64 and the lightness value of 82e493 is 0.70.

The process color (four color CMYK) of #82e493 color hex is 0.43, 0.00, 0.36, 0.11. Web safe color of #82e493 is #99cc99. Color #82e493 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11100100 10010011
Octal 202 344 223
Decimal 130 228 147
Hex 82 E4 93

RGB Percentages of Color #82e493

%25.74
%45.15
%29.11

CMYK Percentages of Color #82e493

%43
%0
%36
%11

Triadic Colors of #82e493

#82e493 #9382e4 #e49382

Analogous Colors of #82e493

#82e493 #82e4c4 #a2e482

Monochromatic Colors of #82e493

#82e493

Complementary Color

#82e493 #e482d3

#82e493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82e493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82e493 Color CSS Codes

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

#82e493 Text Font Color

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

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


#82e493 Background Color

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

This div background color is #82e493


#82e493 Border Color

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

This div border color is #82e493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82e493


Comments

No comments written yet.

Please login to write comment.