Color Hex Logo

#82dded Color Hex

#82DDED
(130,221,237)
0 Favorites   0 Comments

Color spaces of #82dded

RGB 130221237
HSL0.520.750.72
HSV189°45°93°
CMYK 0.450.070.00   0.07
XYZ50.348462.573289.5449
Yxy62.57320.24870.3091
Hunter Lab79.1032-24.8172-11.7441
CIE-Lab83.2173-23.0982-16.3158

#82dded color RGB value is (130,221,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011101 11101101
Octal 202 335 355
Decimal 130 221 237
Hex 82 DD ED

RGB Percentages of Color #82dded

%22.11
%37.59
%40.31

CMYK Percentages of Color #82dded

%45
%7
%0
%7

Triadic Colors of #82dded

#82dded #ed82dd #dded82

Analogous Colors of #82dded

#82dded #82a8ed #82edc8

Monochromatic Colors of #82dded

#82dded

Complementary Color

#82dded #ed9282

#82dded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82dded Color Preview on White Background

Lorem ipsum dolor sit amet.

#82dded Color CSS Codes

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

#82dded Text Font Color

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

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


#82dded Background Color

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

This div background color is #82dded


#82dded Border Color

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

This div border color is #82dded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82dded


Comments

No comments written yet.

Please login to write comment.