Color Hex Logo

#80e7eb Color Hex

#80E7EB
(128,231,235)
0 Favorites   0 Comments

Color spaces of #80e7eb

RGB 128231235
HSL0.510.730.71
HSV182°46°92°
CMYK 0.460.020.00   0.08
XYZ52.473467.739288.9066
Yxy67.73920.25090.3239
Hunter Lab82.3038-30.2277-6.4338
CIE-Lab85.8759-28.9441-11.2858

#80e7eb color RGB value is (128,231,235).

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

The process color (four color CMYK) of #80e7eb color hex is 0.46, 0.02, 0.00, 0.08. Web safe color of #80e7eb is #99ffff. Color #80e7eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11100111 11101011
Octal 200 347 353
Decimal 128 231 235
Hex 80 E7 EB

RGB Percentages of Color #80e7eb

%21.55
%38.89
%39.56

CMYK Percentages of Color #80e7eb

%46
%2
%0
%8

Triadic Colors of #80e7eb

#80e7eb #eb80e7 #e7eb80

Analogous Colors of #80e7eb

#80e7eb #80b2eb #80ebba

Monochromatic Colors of #80e7eb

#80e7eb

Complementary Color

#80e7eb #eb8480

#80e7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80e7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80e7eb Color CSS Codes

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

#80e7eb Text Font Color

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

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


#80e7eb Background Color

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

This div background color is #80e7eb


#80e7eb Border Color

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

This div border color is #80e7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80e7eb


Comments

No comments written yet.

Please login to write comment.