Color Hex Logo

#82adaa Color Hex

#82ADAA
(130,173,170)
0 Favorites   0 Comments

Color spaces of #82adaa

RGB 130173170
HSL0.490.210.59
HSV176°25°68°
CMYK 0.250.000.02   0.32
XYZ31.405237.535243.6200
Yxy37.53520.27900.3335
Hunter Lab61.2660-15.71560.6730
CIE-Lab67.6766-15.0083-3.1665

#82adaa color RGB value is (130,173,170).

#82adaa hex color red value is 130, green value is 173 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #82adaa hue: 0.49 , saturation: 0.21 and the lightness value of 82adaa is 0.59.

The process color (four color CMYK) of #82adaa color hex is 0.25, 0.00, 0.02, 0.32. Web safe color of #82adaa is #999999. Color #82adaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101101 10101010
Octal 202 255 252
Decimal 130 173 170
Hex 82 AD AA

RGB Percentages of Color #82adaa

%27.48
%36.58
%35.94

CMYK Percentages of Color #82adaa

%25
%0
%2
%32

Triadic Colors of #82adaa

#82adaa #aa82ad #adaa82

Analogous Colors of #82adaa

#82adaa #829bad #82ad95

Monochromatic Colors of #82adaa

#82adaa

Complementary Color

#82adaa #ad8285

#82adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#82adaa Color CSS Codes

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

#82adaa Text Font Color

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

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


#82adaa Background Color

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

This div background color is #82adaa


#82adaa Border Color

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

This div border color is #82adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82adaa


Comments

No comments written yet.

Please login to write comment.