Color Hex Logo

#82aecd Color Hex

#82AECD
(130,174,205)
0 Favorites   0 Comments

Color spaces of #82aecd

RGB 130174205
HSL0.570.430.66
HSV205°37°80°
CMYK 0.370.150.00   0.20
XYZ35.361439.425763.5038
Yxy39.42570.25570.2851
Hunter Lab62.7899-9.3564-16.0112
CIE-Lab69.0585-7.0199-20.4474

#82aecd color RGB value is (130,174,205).

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

The process color (four color CMYK) of #82aecd color hex is 0.37, 0.15, 0.00, 0.20. Web safe color of #82aecd is #9999cc. Color #82aecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101110 11001101
Octal 202 256 315
Decimal 130 174 205
Hex 82 AE CD

RGB Percentages of Color #82aecd

%25.54
%34.18
%40.28

CMYK Percentages of Color #82aecd

%37
%15
%0
%20

Triadic Colors of #82aecd

#82aecd #cd82ae #aecd82

Analogous Colors of #82aecd

#82aecd #8289cd #82cdc7

Monochromatic Colors of #82aecd

#82aecd

Complementary Color

#82aecd #cda182

#82aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#82aecd Color CSS Codes

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

#82aecd Text Font Color

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

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


#82aecd Background Color

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

This div background color is #82aecd


#82aecd Border Color

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

This div border color is #82aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82aecd


Comments

No comments written yet.

Please login to write comment.