Color Hex Logo

#82d2ae Color Hex

#82D2AE
(130,210,174)
0 Favorites   0 Comments

Color spaces of #82d2ae

RGB 130210174
HSL0.430.470.67
HSV153°38°82°
CMYK 0.380.000.17   0.18
XYZ39.892553.895048.3446
Yxy53.89500.28070.3792
Hunter Lab73.4132-31.476812.3452
CIE-Lab78.4005-32.540110.1812

#82d2ae color RGB value is (130,210,174).

#82d2ae hex color red value is 130, green value is 210 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #82d2ae hue: 0.43 , saturation: 0.47 and the lightness value of 82d2ae is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11010010 10101110
Octal 202 322 256
Decimal 130 210 174
Hex 82 D2 AE

RGB Percentages of Color #82d2ae

%25.29
%40.86
%33.85

CMYK Percentages of Color #82d2ae

%38
%0
%17
%18

Triadic Colors of #82d2ae

#82d2ae #ae82d2 #d2ae82

Analogous Colors of #82d2ae

#82d2ae #82ced2 #82d286

Monochromatic Colors of #82d2ae

#82d2ae

Complementary Color

#82d2ae #d282a6

#82d2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82d2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#82d2ae Color CSS Codes

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

#82d2ae Text Font Color

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

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


#82d2ae Background Color

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

This div background color is #82d2ae


#82d2ae Border Color

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

This div border color is #82d2ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82d2ae


Comments

No comments written yet.

Please login to write comment.