Color Hex Logo

#82ddfd Color Hex

#82DDFD
(130,221,253)
0 Favorites   0 Comments

Color spaces of #82ddfd

RGB 130221253
HSL0.540.970.75
HSV196°49°99°
CMYK 0.490.130.00   0.01
XYZ52.792063.5506102.4126
Yxy63.55060.24130.2905
Hunter Lab79.7186-21.2997-20.3654
CIE-Lab83.7312-18.8715-24.0067

#82ddfd color RGB value is (130,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011101 11111101
Octal 202 335 375
Decimal 130 221 253
Hex 82 DD FD

RGB Percentages of Color #82ddfd

%21.52
%36.59
%41.89

CMYK Percentages of Color #82ddfd

%49
%13
%0
%1

Triadic Colors of #82ddfd

#82ddfd #fd82dd #ddfd82

Analogous Colors of #82ddfd

#82ddfd #82a0fd #82fde0

Monochromatic Colors of #82ddfd

#82ddfd

Complementary Color

#82ddfd #fda282

#82ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ddfd Color CSS Codes

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

#82ddfd Text Font Color

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

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


#82ddfd Background Color

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

This div background color is #82ddfd


#82ddfd Border Color

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

This div border color is #82ddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ddfd


Comments

No comments written yet.

Please login to write comment.