Color spaces of #5ebcfa
RGB | 94 | 188 | 250 |
---|---|---|---|
HSL | 0.57 | 0.94 | 0.67 |
HSV | 204° | 62° | 98° |
CMYK | 0.62 | 0.25 | 0.00 0.02 |
XYZ | 39.8546 | 45.2483 | 97.0757 |
Yxy | 45.2483 | 0.2188 | 0.2484 |
Hunter Lab | 67.2669 | -11.9584 | -38.4772 |
CIE-Lab | 73.0551 | -9.6183 | -38.9491 |
#5ebcfa color RGB value is (94,188,250).
#5ebcfa hex color red value is 94, green value is 188 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5ebcfa hue: 0.57 , saturation: 0.94 and the lightness value of 5ebcfa is 0.67.
The process color (four color CMYK) of #5ebcfa color hex is 0.62, 0.25, 0.00, 0.02. Web safe color of #5ebcfa is #66ccff. Color #5ebcfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 10111100 | 11111010 |
Octal | 136 | 274 | 372 |
Decimal | 94 | 188 | 250 |
Hex | 5E | BC | FA |
Shades of #5ebcfa
Tints of #5ebcfa
RGB Percentages of Color #5ebcfa
CMYK Percentages of Color #5ebcfa
Complementary Color
#5ebcfa | #fa9c5e |
#5ebcfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ebcfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ebcfa Color CSS Codes
.mybgcolor {background-color:#5ebcfa; } .myforecolor {color:#5ebcfa; } .mybordercolor {border:3px solid #5ebcfa; }
#5ebcfa Text Font Color
<p style="color:#5ebcfa">Text here</p>
This sample text font color is #5ebcfa
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.
#5ebcfa Background Color
<div style="background-color:#5ebcfa">
Div content here</div>
This div background color is #5ebcfa
#5ebcfa Border Color
<div style="border:3px solid #5ebcfa">
Div here</div>
This div border color is #5ebcfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,188,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ebcfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ebcfa; -webkit-box-shadow: 1px 1px 3px 2px #5ebcfa; box-shadow: 1px 1px 3px 2px #5ebcfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,188,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 #5ebcfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ebcfa; -webkit-box-shadow: 1px 1px 3px 2px #5ebcfa; box-shadow: 1px 1px 3px 2px #5ebcfa;">
Div content here</div>
This div box has shadow with color #5ebcfa
Comments
No comments written yet.
Please login to write comment.