Color Hex Logo

#82aade Color Hex

#82AADE
(130,170,222)
0 Favorites   0 Comments

Color spaces of #82aade

RGB 130170222
HSL0.590.580.69
HSV214°41°87°
CMYK 0.410.230.00   0.13
XYZ36.765538.769274.6527
Yxy38.76920.24480.2581
Hunter Lab62.2649-3.5649-27.5005
CIE-Lab68.5838-0.2755-30.5226

#82aade color RGB value is (130,170,222).

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

The process color (four color CMYK) of #82aade color hex is 0.41, 0.23, 0.00, 0.13. Web safe color of #82aade is #9999cc. Color #82aade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101010 11011110
Octal 202 252 336
Decimal 130 170 222
Hex 82 AA DE

RGB Percentages of Color #82aade

%24.90
%32.57
%42.53

CMYK Percentages of Color #82aade

%41
%23
%0
%13

Triadic Colors of #82aade

#82aade #de82aa #aade82

Analogous Colors of #82aade

#82aade #8882de #82d8de

Monochromatic Colors of #82aade

#82aade

Complementary Color

#82aade #deb682

#82aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#82aade Color CSS Codes

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

#82aade Text Font Color

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

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


#82aade Background Color

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

This div background color is #82aade


#82aade Border Color

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

This div border color is #82aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82aade


Comments

No comments written yet.

Please login to write comment.