Color Hex Logo

#82dfda Color Hex

#82DFDA
(130,223,218)
0 Favorites   0 Comments

Color spaces of #82dfda

RGB 130223218
HSL0.490.590.69
HSV177°42°87°
CMYK 0.420.000.02   0.13
XYZ48.248562.583175.8665
Yxy62.58310.25840.3352
Hunter Lab79.1095-29.5753-1.4829
CIE-Lab83.2225-28.8252-6.2340

#82dfda color RGB value is (130,223,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011111 11011010
Octal 202 337 332
Decimal 130 223 218
Hex 82 DF DA

RGB Percentages of Color #82dfda

%22.77
%39.05
%38.18

CMYK Percentages of Color #82dfda

%42
%0
%2
%13

Triadic Colors of #82dfda

#82dfda #da82df #dfda82

Analogous Colors of #82dfda

#82dfda #82b6df #82dfac

Monochromatic Colors of #82dfda

#82dfda

Complementary Color

#82dfda #df8287

#82dfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82dfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#82dfda Color CSS Codes

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

#82dfda Text Font Color

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

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


#82dfda Background Color

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

This div background color is #82dfda


#82dfda Border Color

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

This div border color is #82dfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82dfda


Comments

No comments written yet.

Please login to write comment.