Color Hex Logo

#82aaae Color Hex

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

Color spaces of #82aaae

RGB 130170174
HSL0.520.210.60
HSV185°25°68°
CMYK 0.250.020.00   0.32
XYZ31.220636.551345.4540
Yxy36.55130.27570.3228
Hunter Lab60.4577-13.6228-2.2557
CIE-Lab66.9390-12.5076-6.4763

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

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

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

Base Numbers

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

RGB Percentages of Color #82aaae

%27.43
%35.86
%36.71

CMYK Percentages of Color #82aaae

%25
%2
%0
%32

Triadic Colors of #82aaae

#82aaae #ae82aa #aaae82

Analogous Colors of #82aaae

#82aaae #8294ae #82ae9c

Monochromatic Colors of #82aaae

#82aaae

Complementary Color

#82aaae #ae8682

#82aaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82aaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#82aaae Color CSS Codes

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

#82aaae Text Font Color

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

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


#82aaae Background Color

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

This div background color is #82aaae


#82aaae Border Color

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

This div border color is #82aaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82aaae


Comments

No comments written yet.

Please login to write comment.