Color Hex Logo

#80eddd Color Hex

#80EDDD
(128,237,221)
0 Favorites   0 Comments

Color spaces of #80eddd

RGB 128237221
HSL0.480.750.72
HSV171°46°93°
CMYK 0.460.000.07   0.07
XYZ52.237470.378079.2377
Yxy70.37800.25880.3487
Hunter Lab83.8916-35.66242.7232
CIE-Lab87.1819-35.1895-1.9957

#80eddd color RGB value is (128,237,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101101 11011101
Octal 200 355 335
Decimal 128 237 221
Hex 80 ED DD

RGB Percentages of Color #80eddd

%21.84
%40.44
%37.71

CMYK Percentages of Color #80eddd

%46
%0
%7
%7

Triadic Colors of #80eddd

#80eddd #dd80ed #eddd80

Analogous Colors of #80eddd

#80eddd #80c7ed #80eda7

Monochromatic Colors of #80eddd

#80eddd

Complementary Color

#80eddd #ed8090

#80eddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80eddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80eddd Color CSS Codes

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

#80eddd Text Font Color

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

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


#80eddd Background Color

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

This div background color is #80eddd


#80eddd Border Color

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

This div border color is #80eddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80eddd


Comments

No comments written yet.

Please login to write comment.