Color Hex Logo

#82b3df Color Hex

#82B3DF
(130,179,223)
0 Favorites   0 Comments

Color spaces of #82b3df

RGB 130179223
HSL0.580.590.69
HSV208°42°87°
CMYK 0.420.200.00   0.13
XYZ38.645342.313775.9426
Yxy42.31370.24630.2697
Hunter Lab65.0490-7.7897-23.6849
CIE-Lab71.0867-4.9578-27.2172

#82b3df color RGB value is (130,179,223).

#82b3df hex color red value is 130, green value is 179 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #82b3df hue: 0.58 , saturation: 0.59 and the lightness value of 82b3df is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10110011 11011111
Octal 202 263 337
Decimal 130 179 223
Hex 82 B3 DF

RGB Percentages of Color #82b3df

%24.44
%33.65
%41.92

CMYK Percentages of Color #82b3df

%42
%20
%0
%13

Triadic Colors of #82b3df

#82b3df #df82b3 #b3df82

Analogous Colors of #82b3df

#82b3df #8285df #82dfdd

Monochromatic Colors of #82b3df

#82b3df

Complementary Color

#82b3df #dfae82

#82b3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82b3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#82b3df Color CSS Codes

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

#82b3df Text Font Color

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

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


#82b3df Background Color

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

This div background color is #82b3df


#82b3df Border Color

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

This div border color is #82b3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82b3df

#82b3df Color Palettes


Comments

No comments written yet.

Please login to write comment.