Color Hex Logo

#82efdb Color Hex

#82EFDB
(130,239,219)
0 Favorites   0 Comments

Color spaces of #82efdb

RGB 130239219
HSL0.470.770.72
HSV169°46°94°
CMYK 0.460.000.08   0.06
XYZ52.858671.593378.0508
Yxy71.59330.26100.3535
Hunter Lab84.6128-36.56144.5371
CIE-Lab87.7725-36.1178-0.0748

#82efdb color RGB value is (130,239,219).

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

The process color (four color CMYK) of #82efdb color hex is 0.46, 0.00, 0.08, 0.06. Web safe color of #82efdb is #99ffcc. Color #82efdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101111 11011011
Octal 202 357 333
Decimal 130 239 219
Hex 82 EF DB

RGB Percentages of Color #82efdb

%22.11
%40.65
%37.24

CMYK Percentages of Color #82efdb

%46
%0
%8
%6

Triadic Colors of #82efdb

#82efdb #db82ef #efdb82

Analogous Colors of #82efdb

#82efdb #82cdef #82efa5

Monochromatic Colors of #82efdb

#82efdb

Complementary Color

#82efdb #ef8296

#82efdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82efdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82efdb Color CSS Codes

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

#82efdb Text Font Color

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

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


#82efdb Background Color

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

This div background color is #82efdb


#82efdb Border Color

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

This div border color is #82efdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82efdb


Comments

No comments written yet.

Please login to write comment.