Color Hex Logo

#82dcda Color Hex

#82DCDA
(130,220,218)
0 Favorites   0 Comments

Color spaces of #82dcda

RGB 130220218
HSL0.500.560.69
HSV179°41°86°
CMYK 0.410.000.01   0.14
XYZ47.454060.994275.6016
Yxy60.99420.25780.3314
Hunter Lab78.0988-28.2136-2.7251
CIE-Lab82.3756-27.3762-7.4876

#82dcda color RGB value is (130,220,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011100 11011010
Octal 202 334 332
Decimal 130 220 218
Hex 82 DC DA

RGB Percentages of Color #82dcda

%22.89
%38.73
%38.38

CMYK Percentages of Color #82dcda

%41
%0
%1
%14

Triadic Colors of #82dcda

#82dcda #da82dc #dcda82

Analogous Colors of #82dcda

#82dcda #82b1dc #82dcad

Monochromatic Colors of #82dcda

#82dcda

Complementary Color

#82dcda #dc8284

#82dcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82dcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#82dcda Color CSS Codes

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

#82dcda Text Font Color

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

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


#82dcda Background Color

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

This div background color is #82dcda


#82dcda Border Color

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

This div border color is #82dcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82dcda


Comments

No comments written yet.

Please login to write comment.