Color Hex Logo

#82eac7 Color Hex

#82EAC7
(130,234,199)
0 Favorites   0 Comments

Color spaces of #82eac7

RGB 130234199
HSL0.440.710.71
HSV160°44°92°
CMYK 0.440.000.15   0.08
XYZ48.937567.715064.5239
Yxy67.71500.27010.3738
Hunter Lab82.2891-37.851711.1124
CIE-Lab85.8637-38.32017.6371

#82eac7 color RGB value is (130,234,199).

#82eac7 hex color red value is 130, green value is 234 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #82eac7 hue: 0.44 , saturation: 0.71 and the lightness value of 82eac7 is 0.71.

The process color (four color CMYK) of #82eac7 color hex is 0.44, 0.00, 0.15, 0.08. Web safe color of #82eac7 is #99ffcc. Color #82eac7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101010 11000111
Octal 202 352 307
Decimal 130 234 199
Hex 82 EA C7

RGB Percentages of Color #82eac7

%23.09
%41.56
%35.35

CMYK Percentages of Color #82eac7

%44
%0
%15
%8

Triadic Colors of #82eac7

#82eac7 #c782ea #eac782

Analogous Colors of #82eac7

#82eac7 #82d9ea #82ea93

Monochromatic Colors of #82eac7

#82eac7

Complementary Color

#82eac7 #ea82a5

#82eac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82eac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82eac7 Color CSS Codes

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

#82eac7 Text Font Color

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

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


#82eac7 Background Color

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

This div background color is #82eac7


#82eac7 Border Color

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

This div border color is #82eac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82eac7


Comments

No comments written yet.

Please login to write comment.