Color Hex Logo

#82ddff Color Hex

#82DDFF
(130,221,255)
0 Favorites   0 Comments

Color spaces of #82ddff

RGB 130221255
HSL0.551.000.75
HSV196°49°100°
CMYK 0.490.130.00   0.00
XYZ53.112463.6787104.0996
Yxy63.67870.24040.2883
Hunter Lab79.7989-20.8425-21.4860
CIE-Lab83.7982-18.3304-24.9614

#82ddff color RGB value is (130,221,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011101 11111111
Octal 202 335 377
Decimal 130 221 255
Hex 82 DD FF

RGB Percentages of Color #82ddff

%21.45
%36.47
%42.08

CMYK Percentages of Color #82ddff

%49
%13
%0
%0

Triadic Colors of #82ddff

#82ddff #ff82dd #ddff82

Analogous Colors of #82ddff

#82ddff #829fff #82ffe3

Monochromatic Colors of #82ddff

#82ddff

Complementary Color

#82ddff #ffa482

#82ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ddff Color CSS Codes

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

#82ddff Text Font Color

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

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


#82ddff Background Color

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

This div background color is #82ddff


#82ddff Border Color

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

This div border color is #82ddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ddff


Comments

No comments written yet.

Please login to write comment.