Color Hex Logo

#80eeda Color Hex

#80EEDA
(128,238,218)
0 Favorites   0 Comments

Color spaces of #80eeda

RGB 128238218
HSL0.470.760.72
HSV169°46°93°
CMYK 0.460.000.08   0.07
XYZ52.131570.800277.2479
Yxy70.80020.26040.3537
Hunter Lab84.1429-36.65864.4684
CIE-Lab87.3878-36.3540-0.1221

#80eeda color RGB value is (128,238,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101110 11011010
Octal 200 356 332
Decimal 128 238 218
Hex 80 EE DA

RGB Percentages of Color #80eeda

%21.92
%40.75
%37.33

CMYK Percentages of Color #80eeda

%46
%0
%8
%7

Triadic Colors of #80eeda

#80eeda #da80ee #eeda80

Analogous Colors of #80eeda

#80eeda #80cbee #80eea3

Monochromatic Colors of #80eeda

#80eeda

Complementary Color

#80eeda #ee8094

#80eeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80eeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#80eeda Color CSS Codes

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

#80eeda Text Font Color

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

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


#80eeda Background Color

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

This div background color is #80eeda


#80eeda Border Color

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

This div border color is #80eeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80eeda


Comments

No comments written yet.

Please login to write comment.