Color Hex Logo

#82dbdc Color Hex

#82DBDC
(130,219,220)
0 Favorites   0 Comments

Color spaces of #82dbdc

RGB 130219220
HSL0.500.560.69
HSV181°41°86°
CMYK 0.410.000.00   0.14
XYZ47.455760.576276.9013
Yxy60.57620.25660.3276
Hunter Lab77.8307-27.3670-4.1005
CIE-Lab82.1504-26.4005-8.8850

#82dbdc color RGB value is (130,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011011 11011100
Octal 202 333 334
Decimal 130 219 220
Hex 82 DB DC

RGB Percentages of Color #82dbdc

%22.85
%38.49
%38.66

CMYK Percentages of Color #82dbdc

%41
%0
%0
%14

Triadic Colors of #82dbdc

#82dbdc #dc82db #dbdc82

Analogous Colors of #82dbdc

#82dbdc #82aedc #82dcb0

Monochromatic Colors of #82dbdc

#82dbdc

Complementary Color

#82dbdc #dc8382

#82dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#82dbdc Color CSS Codes

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

#82dbdc Text Font Color

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

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


#82dbdc Background Color

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

This div background color is #82dbdc


#82dbdc Border Color

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

This div border color is #82dbdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,219,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #82dbdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82dbdc


Comments

No comments written yet.

Please login to write comment.