Color Hex Logo

#82b7dc Color Hex

#82B7DC
(130,183,220)
0 Favorites   0 Comments

Color spaces of #82b7dc

RGB 130183220
HSL0.570.560.69
HSV205°41°86°
CMYK 0.410.170.00   0.14
XYZ39.057743.780174.1020
Yxy43.78010.24890.2790
Hunter Lab66.1665-10.4240-20.0842
CIE-Lab72.0813-7.9320-24.0577

#82b7dc color RGB value is (130,183,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10110111 11011100
Octal 202 267 334
Decimal 130 183 220
Hex 82 B7 DC

RGB Percentages of Color #82b7dc

%24.39
%34.33
%41.28

CMYK Percentages of Color #82b7dc

%41
%17
%0
%14

Triadic Colors of #82b7dc

#82b7dc #dc82b7 #b7dc82

Analogous Colors of #82b7dc

#82b7dc #828adc #82dcd4

Monochromatic Colors of #82b7dc

#82b7dc

Complementary Color

#82b7dc #dca782

#82b7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82b7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#82b7dc Color CSS Codes

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

#82b7dc Text Font Color

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

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


#82b7dc Background Color

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

This div background color is #82b7dc


#82b7dc Border Color

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

This div border color is #82b7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82b7dc


Comments

No comments written yet.

Please login to write comment.