Color Hex Logo

#80dadb Color Hex

#80DADB
(128,218,219)
0 Favorites   0 Comments

Color spaces of #80dadb

RGB 128218219
HSL0.500.560.68
HSV181°42°86°
CMYK 0.420.000.00   0.14
XYZ46.759759.846576.1049
Yxy59.84650.25590.3275
Hunter Lab77.3605-27.4886-4.1753
CIE-Lab81.7547-26.6437-8.9503

#80dadb color RGB value is (128,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011010 11011011
Octal 200 332 333
Decimal 128 218 219
Hex 80 DA DB

RGB Percentages of Color #80dadb

%22.65
%38.58
%38.76

CMYK Percentages of Color #80dadb

%42
%0
%0
%14

Triadic Colors of #80dadb

#80dadb #db80da #dadb80

Analogous Colors of #80dadb

#80dadb #80addb #80dbaf

Monochromatic Colors of #80dadb

#80dadb

Complementary Color

#80dadb #db8180

#80dadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dadb Color CSS Codes

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

#80dadb Text Font Color

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

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


#80dadb Background Color

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

This div background color is #80dadb


#80dadb Border Color

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

This div border color is #80dadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dadb


Comments

No comments written yet.

Please login to write comment.