Color Hex Logo

#82accd Color Hex

#82ACCD
(130,172,205)
0 Favorites   0 Comments

Color spaces of #82accd

RGB 130172205
HSL0.570.430.66
HSV206°37°80°
CMYK 0.370.160.00   0.20
XYZ34.977938.658763.3759
Yxy38.65870.25530.2822
Hunter Lab62.1761-8.3910-16.9108
CIE-Lab68.5033-5.9316-21.2924

#82accd color RGB value is (130,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101100 11001101
Octal 202 254 315
Decimal 130 172 205
Hex 82 AC CD

RGB Percentages of Color #82accd

%25.64
%33.93
%40.43

CMYK Percentages of Color #82accd

%37
%16
%0
%20

Triadic Colors of #82accd

#82accd #cd82ac #accd82

Analogous Colors of #82accd

#82accd #8287cd #82cdc9

Monochromatic Colors of #82accd

#82accd

Complementary Color

#82accd #cda382

#82accd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82accd Color Preview on White Background

Lorem ipsum dolor sit amet.

#82accd Color CSS Codes

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

#82accd Text Font Color

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

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


#82accd Background Color

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

This div background color is #82accd


#82accd Border Color

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

This div border color is #82accd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82accd


Comments

No comments written yet.

Please login to write comment.