Color Hex Logo

#80dffc Color Hex

#80DFFC
(128,223,252)
0 Favorites   0 Comments

Color spaces of #80dffc

RGB 128223252
HSL0.540.950.75
HSV194°49°99°
CMYK 0.490.120.00   0.01
XYZ52.860564.3928101.7385
Yxy64.39280.24140.2940
Hunter Lab80.2451-22.8443-18.9990
CIE-Lab84.1699-20.5845-22.8196

#80dffc color RGB value is (128,223,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011111 11111100
Octal 200 337 374
Decimal 128 223 252
Hex 80 DF FC

RGB Percentages of Color #80dffc

%21.23
%36.98
%41.79

CMYK Percentages of Color #80dffc

%49
%12
%0
%1

Triadic Colors of #80dffc

#80dffc #fc80df #dffc80

Analogous Colors of #80dffc

#80dffc #80a1fc #80fcdb

Monochromatic Colors of #80dffc

#80dffc

Complementary Color

#80dffc #fc9d80

#80dffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dffc Color CSS Codes

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

#80dffc Text Font Color

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

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


#80dffc Background Color

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

This div background color is #80dffc


#80dffc Border Color

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

This div border color is #80dffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dffc

Related Colors


Comments

No comments written yet.

Please login to write comment.