Color Hex Logo

#82eddf Color Hex

#82EDDF
(130,237,223)
0 Favorites   0 Comments

Color spaces of #82eddf

RGB 130237223
HSL0.480.750.72
HSV172°45°93°
CMYK 0.450.000.06   0.07
XYZ52.809470.641980.6639
Yxy70.64190.25870.3461
Hunter Lab84.0487-34.93041.9319
CIE-Lab87.3107-34.2552-2.8466

#82eddf color RGB value is (130,237,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101101 11011111
Octal 202 355 337
Decimal 130 237 223
Hex 82 ED DF

RGB Percentages of Color #82eddf

%22.03
%40.17
%37.80

CMYK Percentages of Color #82eddf

%45
%0
%6
%7

Triadic Colors of #82eddf

#82eddf #df82ed #eddf82

Analogous Colors of #82eddf

#82eddf #82c6ed #82edaa

Monochromatic Colors of #82eddf

#82eddf

Complementary Color

#82eddf #ed8290

#82eddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82eddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#82eddf Color CSS Codes

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

#82eddf Text Font Color

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

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


#82eddf Background Color

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

This div background color is #82eddf


#82eddf Border Color

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

This div border color is #82eddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82eddf


Comments

No comments written yet.

Please login to write comment.