Color Hex Logo

#82cadd Color Hex

#82CADD
(130,202,221)
0 Favorites   0 Comments

Color spaces of #82cadd

RGB 130202221
HSL0.530.570.69
HSV193°41°87°
CMYK 0.410.090.00   0.13
XYZ43.377652.207376.1974
Yxy52.20730.25250.3039
Hunter Lab72.2546-19.2842-11.9471
CIE-Lab77.4046-17.6490-16.5223

#82cadd color RGB value is (130,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001010 11011101
Octal 202 312 335
Decimal 130 202 221
Hex 82 CA DD

RGB Percentages of Color #82cadd

%23.51
%36.53
%39.96

CMYK Percentages of Color #82cadd

%41
%9
%0
%13

Triadic Colors of #82cadd

#82cadd #dd82ca #cadd82

Analogous Colors of #82cadd

#82cadd #829ddd #82ddc3

Monochromatic Colors of #82cadd

#82cadd

Complementary Color

#82cadd #dd9582

#82cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cadd Color CSS Codes

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

#82cadd Text Font Color

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

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


#82cadd Background Color

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

This div background color is #82cadd


#82cadd Border Color

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

This div border color is #82cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cadd


Comments

No comments written yet.

Please login to write comment.