Color Hex Logo

#80fadc Color Hex

#80FADC
(128,250,220)
0 Favorites   0 Comments

Color spaces of #80fadc

RGB 128250220
HSL0.460.920.74
HSV165°49°98°
CMYK 0.490.000.12   0.02
XYZ56.006078.127779.8385
Yxy78.12770.26170.3651
Hunter Lab88.3899-41.58038.3190
CIE-Lab90.8381-41.32783.8545

#80fadc color RGB value is (128,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111010 11011100
Octal 200 372 334
Decimal 128 250 220
Hex 80 FA DC

RGB Percentages of Color #80fadc

%21.40
%41.81
%36.79

CMYK Percentages of Color #80fadc

%49
%0
%12
%2

Triadic Colors of #80fadc

#80fadc #dc80fa #fadc80

Analogous Colors of #80fadc

#80fadc #80dbfa #80fa9f

Monochromatic Colors of #80fadc

#80fadc

Complementary Color

#80fadc #fa809e

#80fadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80fadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80fadc Color CSS Codes

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

#80fadc Text Font Color

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

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


#80fadc Background Color

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

This div background color is #80fadc


#80fadc Border Color

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

This div border color is #80fadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80fadc


Comments

No comments written yet.

Please login to write comment.