Color Hex Logo

#82ccdd Color Hex

#82CCDD
(130,204,221)
1 Favorites   0 Comments

Color spaces of #82ccdd

RGB 130204221
HSL0.530.570.69
HSV191°41°87°
CMYK 0.410.080.00   0.13
XYZ43.849953.152076.3548
Yxy53.15200.25290.3066
Hunter Lab72.9054-20.2234-11.0614
CIE-Lab77.9647-18.6708-15.6789

#82ccdd color RGB value is (130,204,221).

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

The process color (four color CMYK) of #82ccdd color hex is 0.41, 0.08, 0.00, 0.13. Web safe color of #82ccdd is #99cccc. Color #82ccdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001100 11011101
Octal 202 314 335
Decimal 130 204 221
Hex 82 CC DD

RGB Percentages of Color #82ccdd

%23.42
%36.76
%39.82

CMYK Percentages of Color #82ccdd

%41
%8
%0
%13

Triadic Colors of #82ccdd

#82ccdd #dd82cc #ccdd82

Analogous Colors of #82ccdd

#82ccdd #829fdd #82ddc1

Monochromatic Colors of #82ccdd

#82ccdd

Complementary Color

#82ccdd #dd9382

#82ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ccdd Color CSS Codes

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

#82ccdd Text Font Color

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

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


#82ccdd Background Color

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

This div background color is #82ccdd


#82ccdd Border Color

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

This div border color is #82ccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ccdd


Comments

No comments written yet.

Please login to write comment.