Color Hex Logo

#80acfa Color Hex

#80ACFA
(128,172,250)
0 Favorites   0 Comments

Color spaces of #80acfa

RGB 128172250
HSL0.610.920.74
HSV218°49°98°
CMYK 0.490.310.00   0.02
XYZ40.909940.996496.1994
Yxy40.99640.22970.2302
Hunter Lab64.02841.9998-44.2603
CIE-Lab70.17346.0772-43.3366

#80acfa color RGB value is (128,172,250).

#80acfa hex color red value is 128, green value is 172 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #80acfa hue: 0.61 , saturation: 0.92 and the lightness value of 80acfa is 0.74.

The process color (four color CMYK) of #80acfa color hex is 0.49, 0.31, 0.00, 0.02. Web safe color of #80acfa is #9999ff. Color #80acfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101100 11111010
Octal 200 254 372
Decimal 128 172 250
Hex 80 AC FA

RGB Percentages of Color #80acfa

%23.27
%31.27
%45.45

CMYK Percentages of Color #80acfa

%49
%31
%0
%2

Triadic Colors of #80acfa

#80acfa #fa80ac #acfa80

Analogous Colors of #80acfa

#80acfa #9180fa #80e9fa

Monochromatic Colors of #80acfa

#80acfa

Complementary Color

#80acfa #face80

#80acfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80acfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#80acfa Color CSS Codes

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

#80acfa Text Font Color

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

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


#80acfa Background Color

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

This div background color is #80acfa


#80acfa Border Color

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

This div border color is #80acfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80acfa

Related Colors


Comments

No comments written yet.

Please login to write comment.