Color Hex Logo

#82aedd Color Hex

#82AEDD
(130,174,221)
0 Favorites   0 Comments

Color spaces of #82aedd

RGB 130174221
HSL0.590.570.69
HSV211°41°87°
CMYK 0.410.210.00   0.13
XYZ37.393140.238474.2026
Yxy40.23840.24630.2650
Hunter Lab63.4337-5.7864-24.9518
CIE-Lab69.6390-2.7627-28.3481

#82aedd color RGB value is (130,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101110 11011101
Octal 202 256 335
Decimal 130 174 221
Hex 82 AE DD

RGB Percentages of Color #82aedd

%24.76
%33.14
%42.10

CMYK Percentages of Color #82aedd

%41
%21
%0
%13

Triadic Colors of #82aedd

#82aedd #dd82ae #aedd82

Analogous Colors of #82aedd

#82aedd #8482dd #82dcdd

Monochromatic Colors of #82aedd

#82aedd

Complementary Color

#82aedd #ddb182

#82aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#82aedd Color CSS Codes

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

#82aedd Text Font Color

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

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


#82aedd Background Color

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

This div background color is #82aedd


#82aedd Border Color

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

This div border color is #82aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82aedd


Comments

No comments written yet.

Please login to write comment.