Color Hex Logo

#82aeaa Color Hex

#82AEAA
(130,174,170)
0 Favorites   0 Comments

Color spaces of #82aeaa

RGB 130174170
HSL0.480.210.60
HSV175°25°68°
CMYK 0.250.000.02   0.32
XYZ31.597737.920243.6842
Yxy37.92020.27910.3350
Hunter Lab61.5794-16.17171.0454
CIE-Lab67.9618-15.5325-2.7472

#82aeaa color RGB value is (130,174,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101110 10101010
Octal 202 256 252
Decimal 130 174 170
Hex 82 AE AA

RGB Percentages of Color #82aeaa

%27.43
%36.71
%35.86

CMYK Percentages of Color #82aeaa

%25
%0
%2
%32

Triadic Colors of #82aeaa

#82aeaa #aa82ae #aeaa82

Analogous Colors of #82aeaa

#82aeaa #829cae #82ae94

Monochromatic Colors of #82aeaa

#82aeaa

Complementary Color

#82aeaa #ae8286

#82aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#82aeaa Color CSS Codes

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

#82aeaa Text Font Color

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

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


#82aeaa Background Color

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

This div background color is #82aeaa


#82aeaa Border Color

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

This div border color is #82aeaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,174,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 #82aeaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82aeaa

#82aeaa Color Palettes


Comments

No comments written yet.

Please login to write comment.