Color Hex Logo

#80faec Color Hex

#80FAEC
(128,250,236)
0 Favorites   0 Comments

Color spaces of #80faec

RGB 128250236
HSL0.480.920.74
HSV173°49°98°
CMYK 0.490.000.06   0.02
XYZ58.228079.016591.5397
Yxy79.01650.25450.3454
Hunter Lab88.8912-38.63361.1673
CIE-Lab91.2418-37.5957-3.8618

#80faec color RGB value is (128,250,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111010 11101100
Octal 200 372 354
Decimal 128 250 236
Hex 80 FA EC

RGB Percentages of Color #80faec

%20.85
%40.72
%38.44

CMYK Percentages of Color #80faec

%49
%0
%6
%2

Triadic Colors of #80faec

#80faec #ec80fa #faec80

Analogous Colors of #80faec

#80faec #80cbfa #80faaf

Monochromatic Colors of #80faec

#80faec

Complementary Color

#80faec #fa808e

#80faec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80faec Color Preview on White Background

Lorem ipsum dolor sit amet.

#80faec Color CSS Codes

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

#80faec Text Font Color

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

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


#80faec Background Color

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

This div background color is #80faec


#80faec Border Color

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

This div border color is #80faec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80faec


Comments

No comments written yet.

Please login to write comment.