Color Hex Logo

#80eada Color Hex

#80EADA
(128,234,218)
0 Favorites   0 Comments

Color spaces of #80eada

RGB 128234218
HSL0.470.720.71
HSV171°45°92°
CMYK 0.450.000.07   0.08
XYZ50.979868.496876.8640
Yxy68.49680.25960.3489
Hunter Lab82.7628-34.88342.8698
CIE-Lab86.2543-34.5044-1.7806

#80eada color RGB value is (128,234,218).

#80eada hex color red value is 128, green value is 234 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #80eada hue: 0.47 , saturation: 0.72 and the lightness value of 80eada is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101010 11011010
Octal 200 352 332
Decimal 128 234 218
Hex 80 EA DA

RGB Percentages of Color #80eada

%22.07
%40.34
%37.59

CMYK Percentages of Color #80eada

%45
%0
%7
%8

Triadic Colors of #80eada

#80eada #da80ea #eada80

Analogous Colors of #80eada

#80eada #80c5ea #80eaa5

Monochromatic Colors of #80eada

#80eada

Complementary Color

#80eada #ea8090

#80eada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80eada Color Preview on White Background

Lorem ipsum dolor sit amet.

#80eada Color CSS Codes

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

#80eada Text Font Color

<p style="color:#80eada">Text here</p>

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


#80eada Background Color

<div style="background-color:#80eada">
Div content here</div>

This div background color is #80eada


#80eada Border Color

<div style="border:3px solid #80eada">
Div here</div>

This div border color is #80eada


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,234,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80eada; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80eada;
  -webkit-box-shadow: 1px 1px 3px 2px #80eada;
  box-shadow:         1px 1px 3px 2px #80eada; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,234,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 #80eada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80eada


Comments

No comments written yet.

Please login to write comment.