Color Hex Logo

#82badb Color Hex

#82BADB
(130,186,219)
0 Favorites   0 Comments

Color spaces of #82badb

RGB 130186219
HSL0.560.550.68
HSV202°41°86°
CMYK 0.410.150.00   0.14
XYZ39.551044.978173.6149
Yxy44.97810.25010.2844
Hunter Lab67.0657-12.0973-18.1339
CIE-Lab72.8775-9.8054-22.2986

#82badb color RGB value is (130,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111010 11011011
Octal 202 272 333
Decimal 130 186 219
Hex 82 BA DB

RGB Percentages of Color #82badb

%24.30
%34.77
%40.93

CMYK Percentages of Color #82badb

%41
%15
%0
%14

Triadic Colors of #82badb

#82badb #db82ba #badb82

Analogous Colors of #82badb

#82badb #828edb #82dbd0

Monochromatic Colors of #82badb

#82badb

Complementary Color

#82badb #dba382

#82badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82badb Color CSS Codes

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

#82badb Text Font Color

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

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


#82badb Background Color

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

This div background color is #82badb


#82badb Border Color

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

This div border color is #82badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82badb


Comments

No comments written yet.

Please login to write comment.