Color Hex Logo

#80dace Color Hex

#80DACE
(128,218,206)
0 Favorites   0 Comments

Color spaces of #80dace

RGB 128218206
HSL0.480.550.68
HSV172°41°85°
CMYK 0.410.000.06   0.15
XYZ45.114159.188267.4392
Yxy59.18820.26270.3446
Hunter Lab76.9339-29.96171.8809
CIE-Lab81.3949-29.7788-2.5606

#80dace color RGB value is (128,218,206).

#80dace hex color red value is 128, green value is 218 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #80dace hue: 0.48 , saturation: 0.55 and the lightness value of 80dace is 0.68.

The process color (four color CMYK) of #80dace color hex is 0.41, 0.00, 0.06, 0.15. Web safe color of #80dace is #99cccc. Color #80dace contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011010 11001110
Octal 200 332 316
Decimal 128 218 206
Hex 80 DA CE

RGB Percentages of Color #80dace

%23.19
%39.49
%37.32

CMYK Percentages of Color #80dace

%41
%0
%6
%15

Triadic Colors of #80dace

#80dace #ce80da #dace80

Analogous Colors of #80dace

#80dace #80b9da #80daa1

Monochromatic Colors of #80dace

#80dace

Complementary Color

#80dace #da808c

#80dace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dace Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dace Color CSS Codes

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

#80dace Text Font Color

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

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


#80dace Background Color

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

This div background color is #80dace


#80dace Border Color

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

This div border color is #80dace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dace


Comments

No comments written yet.

Please login to write comment.