Color Hex Logo

#80defb Color Hex

#80DEFB
(128,222,251)
0 Favorites   0 Comments

Color spaces of #80defb

RGB 128222251
HSL0.540.940.74
HSV194°49°98°
CMYK 0.490.120.00   0.02
XYZ52.435963.7968100.8171
Yxy63.79680.24160.2939
Hunter Lab79.8729-22.5938-18.9259
CIE-Lab83.8599-20.3521-22.7620

#80defb color RGB value is (128,222,251).

#80defb hex color red value is 128, green value is 222 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #80defb hue: 0.54 , saturation: 0.94 and the lightness value of 80defb is 0.74.

The process color (four color CMYK) of #80defb color hex is 0.49, 0.12, 0.00, 0.02. Web safe color of #80defb is #99ccff. Color #80defb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011110 11111011
Octal 200 336 373
Decimal 128 222 251
Hex 80 DE FB

RGB Percentages of Color #80defb

%21.30
%36.94
%41.76

CMYK Percentages of Color #80defb

%49
%12
%0
%2

Triadic Colors of #80defb

#80defb #fb80de #defb80

Analogous Colors of #80defb

#80defb #80a1fb #80fbdb

Monochromatic Colors of #80defb

#80defb

Complementary Color

#80defb #fb9d80

#80defb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80defb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80defb Color CSS Codes

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

#80defb Text Font Color

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

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


#80defb Background Color

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

This div background color is #80defb


#80defb Border Color

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

This div border color is #80defb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80defb


Comments

No comments written yet.

Please login to write comment.