Color Hex Logo

#80ddfc Color Hex

#80DDFC
(128,221,252)
0 Favorites   0 Comments

Color spaces of #80ddfc

RGB 128221252
HSL0.540.950.75
HSV195°49°99°
CMYK 0.490.120.00   0.01
XYZ52.329263.3304101.5614
Yxy63.33040.24090.2915
Hunter Lab79.5804-21.8905-19.9603
CIE-Lab83.6159-19.5790-23.6612

#80ddfc color RGB value is (128,221,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011101 11111100
Octal 200 335 374
Decimal 128 221 252
Hex 80 DD FC

RGB Percentages of Color #80ddfc

%21.30
%36.77
%41.93

CMYK Percentages of Color #80ddfc

%49
%12
%0
%1

Triadic Colors of #80ddfc

#80ddfc #fc80dd #ddfc80

Analogous Colors of #80ddfc

#80ddfc #809ffc #80fcdd

Monochromatic Colors of #80ddfc

#80ddfc

Complementary Color

#80ddfc #fc9f80

#80ddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ddfc Color CSS Codes

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

#80ddfc Text Font Color

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

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


#80ddfc Background Color

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

This div background color is #80ddfc


#80ddfc Border Color

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

This div border color is #80ddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ddfc


Comments

No comments written yet.

Please login to write comment.