Color Hex Logo

#80e4ee Color Hex

#80E4EE
(128,228,238)
0 Favorites   0 Comments

Color spaces of #80e4ee

RGB 128228238
HSL0.520.760.72
HSV185°46°93°
CMYK 0.460.040.00   0.07
XYZ52.078166.249090.9315
Yxy66.24900.24890.3166
Hunter Lab81.3935-28.2287-9.2624
CIE-Lab85.1233-26.7327-13.9919

#80e4ee color RGB value is (128,228,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11100100 11101110
Octal 200 344 356
Decimal 128 228 238
Hex 80 E4 EE

RGB Percentages of Color #80e4ee

%21.55
%38.38
%40.07

CMYK Percentages of Color #80e4ee

%46
%4
%0
%7

Triadic Colors of #80e4ee

#80e4ee #ee80e4 #e4ee80

Analogous Colors of #80e4ee

#80e4ee #80adee #80eec1

Monochromatic Colors of #80e4ee

#80e4ee

Complementary Color

#80e4ee #ee8a80

#80e4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80e4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#80e4ee Color CSS Codes

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

#80e4ee Text Font Color

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

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


#80e4ee Background Color

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

This div background color is #80e4ee


#80e4ee Border Color

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

This div border color is #80e4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80e4ee


Comments

No comments written yet.

Please login to write comment.