Color Hex Logo

#80daeb Color Hex

#80DAEB
(128,218,235)
4 Favorites   1 Comments

Color spaces of #80daeb

RGB 128218235
HSL0.530.730.71
HSV190°46°92°
CMYK 0.460.070.00   0.08
XYZ48.968960.730287.7384
Yxy60.73020.24800.3076
Hunter Lab77.9296-24.2121-12.2020
CIE-Lab82.2335-22.5867-16.7434

#80daeb color RGB value is (128,218,235).

#80daeb hex color red value is 128, green value is 218 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #80daeb hue: 0.53 , saturation: 0.73 and the lightness value of 80daeb is 0.71.

The process color (four color CMYK) of #80daeb color hex is 0.46, 0.07, 0.00, 0.08. Web safe color of #80daeb is #99ccff. Color #80daeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011010 11101011
Octal 200 332 353
Decimal 128 218 235
Hex 80 DA EB

RGB Percentages of Color #80daeb

%22.03
%37.52
%40.45

CMYK Percentages of Color #80daeb

%46
%7
%0
%8

Triadic Colors of #80daeb

#80daeb #eb80da #daeb80

Analogous Colors of #80daeb

#80daeb #80a5eb #80ebc7

Monochromatic Colors of #80daeb

#80daeb

Complementary Color

#80daeb #eb9180

#80daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80daeb Color CSS Codes

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

#80daeb Text Font Color

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

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


#80daeb Background Color

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

This div background color is #80daeb


#80daeb Border Color

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

This div border color is #80daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80daeb

#80daeb Color Palettes


Comments

14 Oct 2015, 2:20 ErulasseAranel

Called "Stonewashed" by Crayola.

Please login to write comment.