Color Hex Logo

#80dbde Color Hex

#80DBDE
(128,219,222)
0 Favorites   0 Comments

Color spaces of #80dbde

RGB 128219222
HSL0.510.590.69
HSV182°42°87°
CMYK 0.420.010.00   0.13
XYZ47.418460.526278.2907
Yxy60.52620.25460.3250
Hunter Lab77.7986-27.3514-5.2060
CIE-Lab82.1234-26.3881-9.9979

#80dbde color RGB value is (128,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011011 11011110
Octal 200 333 336
Decimal 128 219 222
Hex 80 DB DE

RGB Percentages of Color #80dbde

%22.50
%38.49
%39.02

CMYK Percentages of Color #80dbde

%42
%1
%0
%13

Triadic Colors of #80dbde

#80dbde #de80db #dbde80

Analogous Colors of #80dbde

#80dbde #80acde #80deb2

Monochromatic Colors of #80dbde

#80dbde

Complementary Color

#80dbde #de8380

#80dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dbde Color CSS Codes

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

#80dbde Text Font Color

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

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


#80dbde Background Color

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

This div background color is #80dbde


#80dbde Border Color

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

This div border color is #80dbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dbde


Comments

No comments written yet.

Please login to write comment.