Color Hex Logo

#80dbcb Color Hex

#80DBCB
(128,219,203)
0 Favorites   0 Comments

Color spaces of #80dbcb

RGB 128219203
HSL0.470.560.68
HSV169°42°86°
CMYK 0.420.000.07   0.14
XYZ45.013159.564065.6245
Yxy59.56400.26450.3500
Hunter Lab77.1777-30.95273.6099
CIE-Lab81.6006-30.9567-0.6629

#80dbcb color RGB value is (128,219,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011011 11001011
Octal 200 333 313
Decimal 128 219 203
Hex 80 DB CB

RGB Percentages of Color #80dbcb

%23.27
%39.82
%36.91

CMYK Percentages of Color #80dbcb

%42
%0
%7
%14

Triadic Colors of #80dbcb

#80dbcb #cb80db #dbcb80

Analogous Colors of #80dbcb

#80dbcb #80bedb #80db9e

Monochromatic Colors of #80dbcb

#80dbcb

Complementary Color

#80dbcb #db8090

#80dbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dbcb Color CSS Codes

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

#80dbcb Text Font Color

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

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


#80dbcb Background Color

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

This div background color is #80dbcb


#80dbcb Border Color

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

This div border color is #80dbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dbcb


Comments

No comments written yet.

Please login to write comment.