Color Hex Logo

#82deda Color Hex

#82DEDA
(130,222,218)
0 Favorites   0 Comments

Color spaces of #82deda

RGB 130222218
HSL0.490.580.69
HSV177°41°87°
CMYK 0.410.000.02   0.13
XYZ47.982162.050375.7777
Yxy62.05030.25820.3339
Hunter Lab78.7720-29.1220-1.8958
CIE-Lab82.9402-28.3435-6.6516

#82deda color RGB value is (130,222,218).

#82deda hex color red value is 130, green value is 222 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #82deda hue: 0.49 , saturation: 0.58 and the lightness value of 82deda is 0.69.

The process color (four color CMYK) of #82deda color hex is 0.41, 0.00, 0.02, 0.13. Web safe color of #82deda is #99cccc. Color #82deda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011110 11011010
Octal 202 336 332
Decimal 130 222 218
Hex 82 DE DA

RGB Percentages of Color #82deda

%22.81
%38.95
%38.25

CMYK Percentages of Color #82deda

%41
%0
%2
%13

Triadic Colors of #82deda

#82deda #da82de #deda82

Analogous Colors of #82deda

#82deda #82b4de #82deac

Monochromatic Colors of #82deda

#82deda

Complementary Color

#82deda #de8286

#82deda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82deda Color Preview on White Background

Lorem ipsum dolor sit amet.

#82deda Color CSS Codes

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

#82deda Text Font Color

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

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


#82deda Background Color

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

This div background color is #82deda


#82deda Border Color

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

This div border color is #82deda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82deda


Comments

No comments written yet.

Please login to write comment.