Color Hex Logo

#80eedd Color Hex

#80EEDD
(128,238,221)
0 Favorites   0 Comments

Color spaces of #80eedd

RGB 128238221
HSL0.470.760.72
HSV171°46°93°
CMYK 0.460.000.07   0.07
XYZ52.527870.958779.3345
Yxy70.95870.25900.3499
Hunter Lab84.2370-36.10723.1265
CIE-Lab87.4649-35.6518-1.5810

#80eedd color RGB value is (128,238,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101110 11011101
Octal 200 356 335
Decimal 128 238 221
Hex 80 EE DD

RGB Percentages of Color #80eedd

%21.81
%40.55
%37.65

CMYK Percentages of Color #80eedd

%46
%0
%7
%7

Triadic Colors of #80eedd

#80eedd #dd80ee #eedd80

Analogous Colors of #80eedd

#80eedd #80c8ee #80eea6

Monochromatic Colors of #80eedd

#80eedd

Complementary Color

#80eedd #ee8091

#80eedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80eedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80eedd Color CSS Codes

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

#80eedd Text Font Color

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

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


#80eedd Background Color

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

This div background color is #80eedd


#80eedd Border Color

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

This div border color is #80eedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,238,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80eedd


Comments

No comments written yet.

Please login to write comment.