Color Hex Logo

#80dfcb Color Hex

#80DFCB
(128,223,203)
0 Favorites   0 Comments

Color spaces of #80dfcb

RGB 128223203
HSL0.460.600.69
HSV167°43°87°
CMYK 0.430.000.09   0.13
XYZ46.069361.676365.9765
Yxy61.67630.26520.3550
Hunter Lab78.5343-32.72435.1646
CIE-Lab82.7410-32.84721.0018

#80dfcb color RGB value is (128,223,203).

#80dfcb hex color red value is 128, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #80dfcb hue: 0.46 , saturation: 0.60 and the lightness value of 80dfcb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011111 11001011
Octal 200 337 313
Decimal 128 223 203
Hex 80 DF CB

RGB Percentages of Color #80dfcb

%23.10
%40.25
%36.64

CMYK Percentages of Color #80dfcb

%43
%0
%9
%13

Triadic Colors of #80dfcb

#80dfcb #cb80df #dfcb80

Analogous Colors of #80dfcb

#80dfcb #80c4df #80df9c

Monochromatic Colors of #80dfcb

#80dfcb

Complementary Color

#80dfcb #df8094

#80dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dfcb Color CSS Codes

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

#80dfcb Text Font Color

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

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


#80dfcb Background Color

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

This div background color is #80dfcb


#80dfcb Border Color

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

This div border color is #80dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dfcb


Comments

No comments written yet.

Please login to write comment.