Color Hex Logo

#80adfa Color Hex

#80ADFA
(128,173,250)
0 Favorites   0 Comments

Color spaces of #80adfa

RGB 128173250
HSL0.610.920.74
HSV218°49°98°
CMYK 0.490.310.00   0.02
XYZ41.101041.378596.2631
Yxy41.37850.22990.2315
Hunter Lab64.32611.4814-43.6983
CIE-Lab70.44035.5137-42.9188

#80adfa color RGB value is (128,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101101 11111010
Octal 200 255 372
Decimal 128 173 250
Hex 80 AD FA

RGB Percentages of Color #80adfa

%23.23
%31.40
%45.37

CMYK Percentages of Color #80adfa

%49
%31
%0
%2

Triadic Colors of #80adfa

#80adfa #fa80ad #adfa80

Analogous Colors of #80adfa

#80adfa #9080fa #80eafa

Monochromatic Colors of #80adfa

#80adfa

Complementary Color

#80adfa #facd80

#80adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#80adfa Color CSS Codes

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

#80adfa Text Font Color

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

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


#80adfa Background Color

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

This div background color is #80adfa


#80adfa Border Color

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

This div border color is #80adfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80adfa


Comments

No comments written yet.

Please login to write comment.