Color Hex Logo

#80faee Color Hex

#80FAEE
(128,250,238)
0 Favorites   0 Comments

Color spaces of #80faee

RGB 128250238
HSL0.480.920.74
HSV174°49°98°
CMYK 0.490.000.05   0.02
XYZ58.520379.133593.0789
Yxy79.13350.25360.3430
Hunter Lab88.9570-38.24870.2327
CIE-Lab91.2947-37.1143-4.8227

#80faee color RGB value is (128,250,238).

#80faee hex color red value is 128, green value is 250 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #80faee hue: 0.48 , saturation: 0.92 and the lightness value of 80faee is 0.74.

The process color (four color CMYK) of #80faee color hex is 0.49, 0.00, 0.05, 0.02. Web safe color of #80faee is #99ffff. Color #80faee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111010 11101110
Octal 200 372 356
Decimal 128 250 238
Hex 80 FA EE

RGB Percentages of Color #80faee

%20.78
%40.58
%38.64

CMYK Percentages of Color #80faee

%49
%0
%5
%2

Triadic Colors of #80faee

#80faee #ee80fa #faee80

Analogous Colors of #80faee

#80faee #80c9fa #80fab1

Monochromatic Colors of #80faee

#80faee

Complementary Color

#80faee #fa808c

#80faee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80faee Color Preview on White Background

Lorem ipsum dolor sit amet.

#80faee Color CSS Codes

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

#80faee Text Font Color

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

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


#80faee Background Color

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

This div background color is #80faee


#80faee Border Color

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

This div border color is #80faee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80faee


Comments

No comments written yet.

Please login to write comment.