Color Hex Logo

#80e4eb Color Hex

#80E4EB
(128,228,235)
0 Favorites   0 Comments

Color spaces of #80e4eb

RGB 128228235
HSL0.510.730.71
HSV184°46°92°
CMYK 0.460.030.00   0.08
XYZ51.640966.074288.6291
Yxy66.07420.25030.3202
Hunter Lab81.2860-28.8498-7.7458
CIE-Lab85.0343-27.4972-12.5422

#80e4eb color RGB value is (128,228,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11100100 11101011
Octal 200 344 353
Decimal 128 228 235
Hex 80 E4 EB

RGB Percentages of Color #80e4eb

%21.66
%38.58
%39.76

CMYK Percentages of Color #80e4eb

%46
%3
%0
%8

Triadic Colors of #80e4eb

#80e4eb #eb80e4 #e4eb80

Analogous Colors of #80e4eb

#80e4eb #80afeb #80ebbd

Monochromatic Colors of #80e4eb

#80e4eb

Complementary Color

#80e4eb #eb8780

#80e4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80e4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80e4eb Color CSS Codes

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

#80e4eb Text Font Color

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

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


#80e4eb Background Color

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

This div background color is #80e4eb


#80e4eb Border Color

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

This div border color is #80e4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80e4eb


Comments

No comments written yet.

Please login to write comment.