Color Hex Logo

#80ddeb Color Hex

#80DDEB
(128,221,235)
0 Favorites   0 Comments

Color spaces of #80ddeb

RGB 128221235
HSL0.520.730.71
HSV188°46°92°
CMYK 0.460.060.00   0.08
XYZ49.753962.300388.0001
Yxy62.30030.24870.3114
Hunter Lab78.9305-25.6109-10.8514
CIE-Lab83.0729-24.0742-15.4811

#80ddeb color RGB value is (128,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011101 11101011
Octal 200 335 353
Decimal 128 221 235
Hex 80 DD EB

RGB Percentages of Color #80ddeb

%21.92
%37.84
%40.24

CMYK Percentages of Color #80ddeb

%46
%6
%0
%8

Triadic Colors of #80ddeb

#80ddeb #eb80dd #ddeb80

Analogous Colors of #80ddeb

#80ddeb #80a8eb #80ebc4

Monochromatic Colors of #80ddeb

#80ddeb

Complementary Color

#80ddeb #eb8e80

#80ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ddeb Color CSS Codes

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

#80ddeb Text Font Color

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

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


#80ddeb Background Color

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

This div background color is #80ddeb


#80ddeb Border Color

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

This div border color is #80ddeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,221,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 #80ddeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ddeb


Comments

No comments written yet.

Please login to write comment.