Color Hex Logo

#80ebde Color Hex

#80EBDE
(128,235,222)
0 Favorites   0 Comments

Color spaces of #80ebde

RGB 128235222
HSL0.480.730.71
HSV173°46°92°
CMYK 0.460.000.06   0.08
XYZ51.795269.279879.7497
Yxy69.27980.25790.3450
Hunter Lab83.2345-34.58331.4564
CIE-Lab86.6424-34.0230-3.3126

#80ebde color RGB value is (128,235,222).

#80ebde hex color red value is 128, green value is 235 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #80ebde hue: 0.48 , saturation: 0.73 and the lightness value of 80ebde is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101011 11011110
Octal 200 353 336
Decimal 128 235 222
Hex 80 EB DE

RGB Percentages of Color #80ebde

%21.88
%40.17
%37.95

CMYK Percentages of Color #80ebde

%46
%0
%6
%8

Triadic Colors of #80ebde

#80ebde #de80eb #ebde80

Analogous Colors of #80ebde

#80ebde #80c3eb #80eba9

Monochromatic Colors of #80ebde

#80ebde

Complementary Color

#80ebde #eb808d

#80ebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ebde Color CSS Codes

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

#80ebde Text Font Color

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

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


#80ebde Background Color

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

This div background color is #80ebde


#80ebde Border Color

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

This div border color is #80ebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ebde


Comments

No comments written yet.

Please login to write comment.