Color Hex Logo

#80b7fa Color Hex

#80B7FA
(128,183,250)
0 Favorites   0 Comments

Color spaces of #80b7fa

RGB 128183250
HSL0.590.920.74
HSV213°49°98°
CMYK 0.490.270.00   0.02
XYZ43.090945.358396.9264
Yxy45.35830.23250.2447
Hunter Lab67.3486-3.6523-38.1847
CIE-Lab73.1272-0.0618-38.7260

#80b7fa color RGB value is (128,183,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10110111 11111010
Octal 200 267 372
Decimal 128 183 250
Hex 80 B7 FA

RGB Percentages of Color #80b7fa

%22.82
%32.62
%44.56

CMYK Percentages of Color #80b7fa

%49
%27
%0
%2

Triadic Colors of #80b7fa

#80b7fa #fa80b7 #b7fa80

Analogous Colors of #80b7fa

#80b7fa #8680fa #80f4fa

Monochromatic Colors of #80b7fa

#80b7fa

Complementary Color

#80b7fa #fac380

#80b7fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80b7fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#80b7fa Color CSS Codes

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

#80b7fa Text Font Color

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

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


#80b7fa Background Color

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

This div background color is #80b7fa


#80b7fa Border Color

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

This div border color is #80b7fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80b7fa


Comments

No comments written yet.

Please login to write comment.