Color Hex Logo

#82ebda Color Hex

#82EBDA
(130,235,218)
0 Favorites   0 Comments

Color spaces of #82ebda

RGB 130235218
HSL0.470.720.72
HSV170°45°92°
CMYK 0.450.000.07   0.08
XYZ51.569169.224476.9733
Yxy69.22440.26080.3500
Hunter Lab83.2012-34.96573.3889
CIE-Lab86.6150-34.5001-1.2429

#82ebda color RGB value is (130,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101011 11011010
Octal 202 353 332
Decimal 130 235 218
Hex 82 EB DA

RGB Percentages of Color #82ebda

%22.30
%40.31
%37.39

CMYK Percentages of Color #82ebda

%45
%0
%7
%8

Triadic Colors of #82ebda

#82ebda #da82eb #ebda82

Analogous Colors of #82ebda

#82ebda #82c8eb #82eba6

Monochromatic Colors of #82ebda

#82ebda

Complementary Color

#82ebda #eb8293

#82ebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ebda Color CSS Codes

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

#82ebda Text Font Color

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

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


#82ebda Background Color

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

This div background color is #82ebda


#82ebda Border Color

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

This div border color is #82ebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ebda


Comments

No comments written yet.

Please login to write comment.