Color Hex Logo

#80bdfe Color Hex

#80BDFE
(128,189,254)
0 Favorites   0 Comments

Color spaces of #80bdfe

RGB 128189254
HSL0.590.980.75
HSV211°50°100°
CMYK 0.500.260.00   0.00
XYZ44.989148.1401100.6867
Yxy48.14010.23210.2484
Hunter Lab69.3831-5.6781-37.4718
CIE-Lab74.9132-2.2009-38.1032

#80bdfe color RGB value is (128,189,254).

#80bdfe hex color red value is 128, green value is 189 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #80bdfe hue: 0.59 , saturation: 0.98 and the lightness value of 80bdfe is 0.75.

The process color (four color CMYK) of #80bdfe color hex is 0.50, 0.26, 0.00, 0.00. Web safe color of #80bdfe is #99ccff. Color #80bdfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111101 11111110
Octal 200 275 376
Decimal 128 189 254
Hex 80 BD FE

RGB Percentages of Color #80bdfe

%22.42
%33.10
%44.48

CMYK Percentages of Color #80bdfe

%50
%26
%0
%0

Triadic Colors of #80bdfe

#80bdfe #fe80bd #bdfe80

Analogous Colors of #80bdfe

#80bdfe #8280fe #80fcfe

Monochromatic Colors of #80bdfe

#80bdfe

Complementary Color

#80bdfe #fec180

#80bdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bdfe Color CSS Codes

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

#80bdfe Text Font Color

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

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


#80bdfe Background Color

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

This div background color is #80bdfe


#80bdfe Border Color

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

This div border color is #80bdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bdfe


Comments

No comments written yet.

Please login to write comment.