Color Hex Logo

#80dbdc Color Hex

#80DBDC
(128,219,220)
0 Favorites   0 Comments

Color spaces of #80dbdc

RGB 128219220
HSL0.500.570.68
HSV181°42°86°
CMYK 0.420.000.00   0.14
XYZ47.151960.419576.8871
Yxy60.41950.25560.3276
Hunter Lab77.7300-27.7473-4.2361
CIE-Lab82.0657-26.8837-9.0201

#80dbdc color RGB value is (128,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011011 11011100
Octal 200 333 334
Decimal 128 219 220
Hex 80 DB DC

RGB Percentages of Color #80dbdc

%22.57
%38.62
%38.80

CMYK Percentages of Color #80dbdc

%42
%0
%0
%14

Triadic Colors of #80dbdc

#80dbdc #dc80db #dbdc80

Analogous Colors of #80dbdc

#80dbdc #80addc #80dcaf

Monochromatic Colors of #80dbdc

#80dbdc

Complementary Color

#80dbdc #dc8180

#80dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dbdc Color CSS Codes

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

#80dbdc Text Font Color

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

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


#80dbdc Background Color

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

This div background color is #80dbdc


#80dbdc Border Color

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

This div border color is #80dbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dbdc


Comments

No comments written yet.

Please login to write comment.