Color Hex Logo

#82ebdb Color Hex

#82EBDB
(130,235,219)
0 Favorites   0 Comments

Color spaces of #82ebdb

RGB 130235219
HSL0.470.720.72
HSV171°45°92°
CMYK 0.450.000.07   0.08
XYZ51.700469.277077.6647
Yxy69.27700.26030.3488
Hunter Lab83.2328-34.78142.9393
CIE-Lab86.6410-34.2663-1.7299

#82ebdb color RGB value is (130,235,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101011 11011011
Octal 202 353 333
Decimal 130 235 219
Hex 82 EB DB

RGB Percentages of Color #82ebdb

%22.26
%40.24
%37.50

CMYK Percentages of Color #82ebdb

%45
%0
%7
%8

Triadic Colors of #82ebdb

#82ebdb #db82eb #ebdb82

Analogous Colors of #82ebdb

#82ebdb #82c7eb #82eba7

Monochromatic Colors of #82ebdb

#82ebdb

Complementary Color

#82ebdb #eb8292

#82ebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ebdb Color CSS Codes

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

#82ebdb Text Font Color

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

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


#82ebdb Background Color

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

This div background color is #82ebdb


#82ebdb Border Color

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

This div border color is #82ebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ebdb


Comments

No comments written yet.

Please login to write comment.