Color Hex Logo

#80ddfe Color Hex

#80DDFE
(128,221,254)
0 Favorites   0 Comments

Color spaces of #80ddfe

RGB 128221254
HSL0.540.980.75
HSV196°50°100°
CMYK 0.500.130.00   0.00
XYZ52.647963.4579103.2397
Yxy63.45790.24000.2893
Hunter Lab79.6605-21.4345-21.0773
CIE-Lab83.6827-19.0367-24.6165

#80ddfe color RGB value is (128,221,254).

#80ddfe hex color red value is 128, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #80ddfe hue: 0.54 , saturation: 0.98 and the lightness value of 80ddfe is 0.75.

The process color (four color CMYK) of #80ddfe color hex is 0.50, 0.13, 0.00, 0.00. Web safe color of #80ddfe is #99ccff. Color #80ddfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011101 11111110
Octal 200 335 376
Decimal 128 221 254
Hex 80 DD FE

RGB Percentages of Color #80ddfe

%21.23
%36.65
%42.12

CMYK Percentages of Color #80ddfe

%50
%13
%0
%0

Triadic Colors of #80ddfe

#80ddfe #fe80dd #ddfe80

Analogous Colors of #80ddfe

#80ddfe #809efe #80fee0

Monochromatic Colors of #80ddfe

#80ddfe

Complementary Color

#80ddfe #fea180

#80ddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ddfe Color CSS Codes

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

#80ddfe Text Font Color

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

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


#80ddfe Background Color

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

This div background color is #80ddfe


#80ddfe Border Color

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

This div border color is #80ddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ddfe


Comments

No comments written yet.

Please login to write comment.