Color Hex Logo

#82edda Color Hex

#82EDDA
(130,237,218)
0 Favorites   0 Comments

Color spaces of #82edda

RGB 130237218
HSL0.470.750.72
HSV169°45°93°
CMYK 0.450.000.08   0.07
XYZ52.145070.376277.1653
Yxy70.37620.26110.3524
Hunter Lab83.8905-35.85574.1864
CIE-Lab87.1810-35.4273-0.4150

#82edda color RGB value is (130,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101101 11011010
Octal 202 355 332
Decimal 130 237 218
Hex 82 ED DA

RGB Percentages of Color #82edda

%22.22
%40.51
%37.26

CMYK Percentages of Color #82edda

%45
%0
%8
%7

Triadic Colors of #82edda

#82edda #da82ed #edda82

Analogous Colors of #82edda

#82edda #82cbed #82eda5

Monochromatic Colors of #82edda

#82edda

Complementary Color

#82edda #ed8295

#82edda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82edda Color Preview on White Background

Lorem ipsum dolor sit amet.

#82edda Color CSS Codes

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

#82edda Text Font Color

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

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


#82edda Background Color

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

This div background color is #82edda


#82edda Border Color

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

This div border color is #82edda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82edda


Comments

No comments written yet.

Please login to write comment.