Color Hex Logo

#80dcda Color Hex

#80DCDA
(128,220,218)
0 Favorites   0 Comments

Color spaces of #80dcda

RGB 128220218
HSL0.500.570.68
HSV179°42°86°
CMYK 0.420.000.01   0.14
XYZ47.150260.837575.5874
Yxy60.83750.25680.3314
Hunter Lab77.9984-28.5936-2.8584
CIE-Lab82.2913-27.8610-7.6218

#80dcda color RGB value is (128,220,218).

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

The process color (four color CMYK) of #80dcda color hex is 0.42, 0.00, 0.01, 0.14. Web safe color of #80dcda is #99cccc. Color #80dcda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011100 11011010
Octal 200 334 332
Decimal 128 220 218
Hex 80 DC DA

RGB Percentages of Color #80dcda

%22.61
%38.87
%38.52

CMYK Percentages of Color #80dcda

%42
%0
%1
%14

Triadic Colors of #80dcda

#80dcda #da80dc #dcda80

Analogous Colors of #80dcda

#80dcda #80b0dc #80dcac

Monochromatic Colors of #80dcda

#80dcda

Complementary Color

#80dcda #dc8082

#80dcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dcda Color CSS Codes

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

#80dcda Text Font Color

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

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


#80dcda Background Color

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

This div background color is #80dcda


#80dcda Border Color

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

This div border color is #80dcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dcda


Comments

No comments written yet.

Please login to write comment.