Color Hex Logo

#82ebdf Color Hex

#82EBDF
(130,235,223)
0 Favorites   0 Comments

Color spaces of #82ebdf

RGB 130235223
HSL0.480.720.72
HSV173°45°92°
CMYK 0.450.000.05   0.08
XYZ52.233569.490280.4720
Yxy69.49020.25830.3437
Hunter Lab83.3608-34.03411.1172
CIE-Lab86.7462-33.3216-3.6762

#82ebdf color RGB value is (130,235,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101011 11011111
Octal 202 353 337
Decimal 130 235 223
Hex 82 EB DF

RGB Percentages of Color #82ebdf

%22.11
%39.97
%37.93

CMYK Percentages of Color #82ebdf

%45
%0
%5
%8

Triadic Colors of #82ebdf

#82ebdf #df82eb #ebdf82

Analogous Colors of #82ebdf

#82ebdf #82c3eb #82ebab

Monochromatic Colors of #82ebdf

#82ebdf

Complementary Color

#82ebdf #eb828e

#82ebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ebdf Color CSS Codes

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

#82ebdf Text Font Color

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

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


#82ebdf Background Color

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

This div background color is #82ebdf


#82ebdf Border Color

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

This div border color is #82ebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ebdf


Comments

No comments written yet.

Please login to write comment.