Color Hex Logo

#82dcdd Color Hex

#82DCDD
(130,220,221)
0 Favorites   0 Comments

Color spaces of #82dcdd

RGB 130220221
HSL0.500.570.69
HSV181°41°87°
CMYK 0.410.000.00   0.13
XYZ47.850361.152777.6883
Yxy61.15270.25630.3276
Hunter Lab78.2002-27.6271-4.1618
CIE-Lab82.4608-26.6420-8.9554

#82dcdd color RGB value is (130,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011100 11011101
Octal 202 334 335
Decimal 130 220 221
Hex 82 DC DD

RGB Percentages of Color #82dcdd

%22.77
%38.53
%38.70

CMYK Percentages of Color #82dcdd

%41
%0
%0
%13

Triadic Colors of #82dcdd

#82dcdd #dd82dc #dcdd82

Analogous Colors of #82dcdd

#82dcdd #82afdd #82ddb1

Monochromatic Colors of #82dcdd

#82dcdd

Complementary Color

#82dcdd #dd8382

#82dcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82dcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#82dcdd Color CSS Codes

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

#82dcdd Text Font Color

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

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


#82dcdd Background Color

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

This div background color is #82dcdd


#82dcdd Border Color

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

This div border color is #82dcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82dcdd


Comments

No comments written yet.

Please login to write comment.