Color Hex Logo

#82ecdb Color Hex

#82ECDB
(130,236,219)
0 Favorites   0 Comments

Color spaces of #82ecdb

RGB 130236219
HSL0.470.740.72
HSV170°45°93°
CMYK 0.450.000.07   0.07
XYZ51.987669.851277.7604
Yxy69.85120.26050.3500
Hunter Lab83.5770-35.22713.3403
CIE-Lab86.9238-34.7309-1.3157

#82ecdb color RGB value is (130,236,219).

#82ecdb hex color red value is 130, green value is 236 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #82ecdb hue: 0.47 , saturation: 0.74 and the lightness value of 82ecdb is 0.72.

The process color (four color CMYK) of #82ecdb color hex is 0.45, 0.00, 0.07, 0.07. Web safe color of #82ecdb is #99ffcc. Color #82ecdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101100 11011011
Octal 202 354 333
Decimal 130 236 219
Hex 82 EC DB

RGB Percentages of Color #82ecdb

%22.22
%40.34
%37.44

CMYK Percentages of Color #82ecdb

%45
%0
%7
%7

Triadic Colors of #82ecdb

#82ecdb #db82ec #ecdb82

Analogous Colors of #82ecdb

#82ecdb #82c8ec #82eca6

Monochromatic Colors of #82ecdb

#82ecdb

Complementary Color

#82ecdb #ec8293

#82ecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ecdb Color CSS Codes

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

#82ecdb Text Font Color

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

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


#82ecdb Background Color

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

This div background color is #82ecdb


#82ecdb Border Color

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

This div border color is #82ecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ecdb


Comments

No comments written yet.

Please login to write comment.