Color Hex Logo

#82deff Color Hex

#82DEFF
(130,222,255)
0 Favorites   0 Comments

Color spaces of #82deff

RGB 130222255
HSL0.541.000.75
HSV196°49°100°
CMYK 0.490.130.00   0.00
XYZ53.377264.2084104.1879
Yxy64.20840.24070.2895
Hunter Lab80.1301-21.3233-20.9997
CIE-Lab84.0742-18.8365-24.5413

#82deff color RGB value is (130,222,255).

#82deff hex color red value is 130, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #82deff hue: 0.54 , saturation: 1.00 and the lightness value of 82deff is 0.75.

The process color (four color CMYK) of #82deff color hex is 0.49, 0.13, 0.00, 0.00. Web safe color of #82deff is #99ccff. Color #82deff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011110 11111111
Octal 202 336 377
Decimal 130 222 255
Hex 82 DE FF

RGB Percentages of Color #82deff

%21.42
%36.57
%42.01

CMYK Percentages of Color #82deff

%49
%13
%0
%0

Triadic Colors of #82deff

#82deff #ff82de #deff82

Analogous Colors of #82deff

#82deff #82a0ff #82ffe2

Monochromatic Colors of #82deff

#82deff

Complementary Color

#82deff #ffa382

#82deff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82deff Color Preview on White Background

Lorem ipsum dolor sit amet.

#82deff Color CSS Codes

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

#82deff Text Font Color

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

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


#82deff Background Color

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

This div background color is #82deff


#82deff Border Color

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

This div border color is #82deff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82deff

Related Colors

#82deff Color Palettes


Comments

No comments written yet.

Please login to write comment.