Color Hex Logo

#80adfb Color Hex

#80ADFB
(128,173,251)
0 Favorites   0 Comments

Color spaces of #80adfb

RGB 128173251
HSL0.610.940.74
HSV218°49°98°
CMYK 0.490.310.00   0.02
XYZ41.258241.441497.0912
Yxy41.44140.22950.2305
Hunter Lab64.37501.7451-44.3594
CIE-Lab70.48415.8064-43.3921

#80adfb color RGB value is (128,173,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101101 11111011
Octal 200 255 373
Decimal 128 173 251
Hex 80 AD FB

RGB Percentages of Color #80adfb

%23.19
%31.34
%45.47

CMYK Percentages of Color #80adfb

%49
%31
%0
%2

Triadic Colors of #80adfb

#80adfb #fb80ad #adfb80

Analogous Colors of #80adfb

#80adfb #9180fb #80ebfb

Monochromatic Colors of #80adfb

#80adfb

Complementary Color

#80adfb #fbce80

#80adfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80adfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80adfb Color CSS Codes

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

#80adfb Text Font Color

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

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


#80adfb Background Color

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

This div background color is #80adfb


#80adfb Border Color

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

This div border color is #80adfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80adfb


Comments

No comments written yet.

Please login to write comment.