Color Hex Logo

#80dbdf Color Hex

#80DBDF
(128,219,223)
0 Favorites   0 Comments

Color spaces of #80dbdf

RGB 128219223
HSL0.510.600.69
HSV183°43°87°
CMYK 0.430.020.00   0.13
XYZ47.552960.579978.9988
Yxy60.57990.25410.3237
Hunter Lab77.8331-27.1516-5.6948
CIE-Lab82.1524-26.1385-10.4864

#80dbdf color RGB value is (128,219,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011011 11011111
Octal 200 333 337
Decimal 128 219 223
Hex 80 DB DF

RGB Percentages of Color #80dbdf

%22.46
%38.42
%39.12

CMYK Percentages of Color #80dbdf

%43
%2
%0
%13

Triadic Colors of #80dbdf

#80dbdf #df80db #dbdf80

Analogous Colors of #80dbdf

#80dbdf #80acdf #80dfb4

Monochromatic Colors of #80dbdf

#80dbdf

Complementary Color

#80dbdf #df8480

#80dbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dbdf Color CSS Codes

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

#80dbdf Text Font Color

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

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


#80dbdf Background Color

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

This div background color is #80dbdf


#80dbdf Border Color

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

This div border color is #80dbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dbdf


Comments

No comments written yet.

Please login to write comment.