Color Hex Logo

#80daca Color Hex

#80DACA
(128,218,202)
0 Favorites   0 Comments

Color spaces of #80daca

RGB 128218202
HSL0.470.550.68
HSV169°41°85°
CMYK 0.410.000.07   0.15
XYZ44.634258.996364.9121
Yxy58.99630.26480.3500
Hunter Lab76.8090-30.68843.6598
CIE-Lab81.2896-30.7125-0.5856

#80daca color RGB value is (128,218,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011010 11001010
Octal 200 332 312
Decimal 128 218 202
Hex 80 DA CA

RGB Percentages of Color #80daca

%23.36
%39.78
%36.86

CMYK Percentages of Color #80daca

%41
%0
%7
%15

Triadic Colors of #80daca

#80daca #ca80da #daca80

Analogous Colors of #80daca

#80daca #80bdda #80da9d

Monochromatic Colors of #80daca

#80daca

Complementary Color

#80daca #da8090

#80daca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80daca Color Preview on White Background

Lorem ipsum dolor sit amet.

#80daca Color CSS Codes

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

#80daca Text Font Color

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

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


#80daca Background Color

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

This div background color is #80daca


#80daca Border Color

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

This div border color is #80daca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80daca


Comments

No comments written yet.

Please login to write comment.