Color Hex Logo

#80dceb Color Hex

#80DCEB
(128,220,235)
0 Favorites   0 Comments

Color spaces of #80dceb

RGB 128220235
HSL0.520.730.71
HSV188°46°92°
CMYK 0.460.060.00   0.08
XYZ49.490761.773887.9124
Yxy61.77380.24850.3101
Hunter Lab78.5963-25.1453-11.3003
CIE-Lab82.7930-23.5796-15.9017

#80dceb color RGB value is (128,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011100 11101011
Octal 200 334 353
Decimal 128 220 235
Hex 80 DC EB

RGB Percentages of Color #80dceb

%21.96
%37.74
%40.31

CMYK Percentages of Color #80dceb

%46
%6
%0
%8

Triadic Colors of #80dceb

#80dceb #eb80dc #dceb80

Analogous Colors of #80dceb

#80dceb #80a7eb #80ebc5

Monochromatic Colors of #80dceb

#80dceb

Complementary Color

#80dceb #eb8f80

#80dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dceb Color CSS Codes

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

#80dceb Text Font Color

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

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


#80dceb Background Color

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

This div background color is #80dceb


#80dceb Border Color

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

This div border color is #80dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dceb


Comments

No comments written yet.

Please login to write comment.