Color Hex Logo

#82aead Color Hex

#82AEAD
(130,174,173)
0 Favorites   0 Comments

Color spaces of #82aead

RGB 130174173
HSL0.500.210.60
HSV179°25°68°
CMYK 0.250.000.01   0.32
XYZ31.884838.035145.1962
Yxy38.03510.27700.3304
Hunter Lab61.6726-15.6424-0.2793
CIE-Lab68.0465-14.8517-4.2837

#82aead color RGB value is (130,174,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101110 10101101
Octal 202 256 255
Decimal 130 174 173
Hex 82 AE AD

RGB Percentages of Color #82aead

%27.25
%36.48
%36.27

CMYK Percentages of Color #82aead

%25
%0
%1
%32

Triadic Colors of #82aead

#82aead #ad82ae #aead82

Analogous Colors of #82aead

#82aead #8299ae #82ae97

Monochromatic Colors of #82aead

#82aead

Complementary Color

#82aead #ae8283

#82aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#82aead Color CSS Codes

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

#82aead Text Font Color

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

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


#82aead Background Color

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

This div background color is #82aead


#82aead Border Color

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

This div border color is #82aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82aead

#82aead Color Palettes


Comments

No comments written yet.

Please login to write comment.