Color Hex Logo

#82deef Color Hex

#82DEEF
(130,222,239)
0 Favorites   0 Comments

Color spaces of #82deef

RGB 130222239
HSL0.530.770.72
HSV189°46°94°
CMYK 0.460.070.00   0.06
XYZ50.907263.220491.1810
Yxy63.22040.24800.3079
Hunter Lab79.5113-24.8598-12.3340
CIE-Lab83.5582-23.0764-16.8624

#82deef color RGB value is (130,222,239).

#82deef hex color red value is 130, green value is 222 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #82deef hue: 0.53 , saturation: 0.77 and the lightness value of 82deef is 0.72.

The process color (four color CMYK) of #82deef color hex is 0.46, 0.07, 0.00, 0.06. Web safe color of #82deef is #99ccff. Color #82deef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011110 11101111
Octal 202 336 357
Decimal 130 222 239
Hex 82 DE EF

RGB Percentages of Color #82deef

%22.00
%37.56
%40.44

CMYK Percentages of Color #82deef

%46
%7
%0
%6

Triadic Colors of #82deef

#82deef #ef82de #deef82

Analogous Colors of #82deef

#82deef #82a8ef #82efca

Monochromatic Colors of #82deef

#82deef

Complementary Color

#82deef #ef9382

#82deef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82deef Color Preview on White Background

Lorem ipsum dolor sit amet.

#82deef Color CSS Codes

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

#82deef Text Font Color

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

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


#82deef Background Color

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

This div background color is #82deef


#82deef Border Color

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

This div border color is #82deef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82deef


Comments

No comments written yet.

Please login to write comment.