Color Hex Logo

#82cbdd Color Hex

#82CBDD
(130,203,221)
0 Favorites   0 Comments

Color spaces of #82cbdd

RGB 130203221
HSL0.530.570.69
HSV192°41°87°
CMYK 0.410.080.00   0.13
XYZ43.613052.678276.2759
Yxy52.67820.25270.3053
Hunter Lab72.5797-19.7543-11.5035
CIE-Lab77.6846-18.1608-16.1005

#82cbdd color RGB value is (130,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001011 11011101
Octal 202 313 335
Decimal 130 203 221
Hex 82 CB DD

RGB Percentages of Color #82cbdd

%23.47
%36.64
%39.89

CMYK Percentages of Color #82cbdd

%41
%8
%0
%13

Triadic Colors of #82cbdd

#82cbdd #dd82cb #cbdd82

Analogous Colors of #82cbdd

#82cbdd #829edd #82ddc2

Monochromatic Colors of #82cbdd

#82cbdd

Complementary Color

#82cbdd #dd9482

#82cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cbdd Color CSS Codes

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

#82cbdd Text Font Color

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

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


#82cbdd Background Color

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

This div background color is #82cbdd


#82cbdd Border Color

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

This div border color is #82cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cbdd


Comments

No comments written yet.

Please login to write comment.