Color spaces of #80bdfe
RGB | 128 | 189 | 254 |
---|---|---|---|
HSL | 0.59 | 0.98 | 0.75 |
HSV | 211° | 50° | 100° |
CMYK | 0.50 | 0.26 | 0.00 0.00 |
XYZ | 44.9891 | 48.1401 | 100.6867 |
Yxy | 48.1401 | 0.2321 | 0.2484 |
Hunter Lab | 69.3831 | -5.6781 | -37.4718 |
CIE-Lab | 74.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 10111101 | 11111110 |
Octal | 200 | 275 | 376 |
Decimal | 128 | 189 | 254 |
Hex | 80 | BD | FE |
Shades of #80bdfe
Tints of #80bdfe
RGB Percentages of Color #80bdfe
CMYK Percentages of Color #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.