Color Hex Logo

#80ddcb Color Hex

#80DDCB
(128,221,203)
0 Favorites   0 Comments

Color spaces of #80ddcb

RGB 128221203
HSL0.470.580.68
HSV168°42°87°
CMYK 0.420.000.08   0.13
XYZ45.538060.613965.7995
Yxy60.61390.26480.3525
Hunter Lab77.8549-31.84004.3892
CIE-Lab82.1707-31.90500.1701

#80ddcb color RGB value is (128,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011101 11001011
Octal 200 335 313
Decimal 128 221 203
Hex 80 DD CB

RGB Percentages of Color #80ddcb

%23.19
%40.04
%36.78

CMYK Percentages of Color #80ddcb

%42
%0
%8
%13

Triadic Colors of #80ddcb

#80ddcb #cb80dd #ddcb80

Analogous Colors of #80ddcb

#80ddcb #80c1dd #80dd9d

Monochromatic Colors of #80ddcb

#80ddcb

Complementary Color

#80ddcb #dd8092

#80ddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ddcb Color CSS Codes

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

#80ddcb Text Font Color

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

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


#80ddcb Background Color

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

This div background color is #80ddcb


#80ddcb Border Color

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

This div border color is #80ddcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,221,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 #80ddcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ddcb


Comments

No comments written yet.

Please login to write comment.