Color Hex Logo

#82eac1 Color Hex

#82EAC1
(130,234,193)
0 Favorites   0 Comments

Color spaces of #82eac1

RGB 130234193
HSL0.430.710.71
HSV156°44°92°
CMYK 0.440.000.18   0.08
XYZ48.254467.441760.9264
Yxy67.44170.27320.3818
Hunter Lab82.1229-38.830713.4992
CIE-Lab85.7265-39.601910.5825

#82eac1 color RGB value is (130,234,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101010 11000001
Octal 202 352 301
Decimal 130 234 193
Hex 82 EA C1

RGB Percentages of Color #82eac1

%23.34
%42.01
%34.65

CMYK Percentages of Color #82eac1

%44
%0
%18
%8

Triadic Colors of #82eac1

#82eac1 #c182ea #eac182

Analogous Colors of #82eac1

#82eac1 #82dfea #82ea8d

Monochromatic Colors of #82eac1

#82eac1

Complementary Color

#82eac1 #ea82ab

#82eac1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82eac1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82eac1 Color CSS Codes

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

#82eac1 Text Font Color

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

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


#82eac1 Background Color

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

This div background color is #82eac1


#82eac1 Border Color

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

This div border color is #82eac1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82eac1


Comments

No comments written yet.

Please login to write comment.