Color spaces of #5099fe
RGB | 80 | 153 | 254 |
---|---|---|---|
HSL | 0.60 | 0.99 | 0.65 |
HSV | 215° | 69° | 100° |
CMYK | 0.69 | 0.40 | 0.00 0.00 |
XYZ | 32.5889 | 31.6437 | 98.1562 |
Yxy | 31.6437 | 0.2007 | 0.1949 |
Hunter Lab | 56.2527 | 4.9681 | -64.0791 |
CIE-Lab | 63.0473 | 9.2351 | -56.9154 |
#5099fe color RGB value is (80,153,254).
#5099fe hex color red value is 80, green value is 153 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5099fe hue: 0.60 , saturation: 0.99 and the lightness value of 5099fe is 0.65.
The process color (four color CMYK) of #5099fe color hex is 0.69, 0.40, 0.00, 0.00. Web safe color of #5099fe is #6699ff. Color #5099fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 10011001 | 11111110 |
Octal | 120 | 231 | 376 |
Decimal | 80 | 153 | 254 |
Hex | 50 | 99 | FE |
Shades of #5099fe
Tints of #5099fe
RGB Percentages of Color #5099fe
CMYK Percentages of Color #5099fe
Complementary Color
#5099fe | #feb550 |
#5099fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5099fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#5099fe Color CSS Codes
.mybgcolor {background-color:#5099fe; } .myforecolor {color:#5099fe; } .mybordercolor {border:3px solid #5099fe; }
#5099fe Text Font Color
<p style="color:#5099fe">Text here</p>
This sample text font color is #5099fe
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.
#5099fe Background Color
<div style="background-color:#5099fe">
Div content here</div>
This div background color is #5099fe
#5099fe Border Color
<div style="border:3px solid #5099fe">
Div here</div>
This div border color is #5099fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,153,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5099fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5099fe; -webkit-box-shadow: 1px 1px 3px 2px #5099fe; box-shadow: 1px 1px 3px 2px #5099fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,153,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 #5099fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5099fe; -webkit-box-shadow: 1px 1px 3px 2px #5099fe; box-shadow: 1px 1px 3px 2px #5099fe;">
Div content here</div>
This div box has shadow with color #5099fe
Comments
No comments written yet.
Please login to write comment.