Color spaces of #5edafa
RGB | 94 | 218 | 250 |
---|---|---|---|
HSL | 0.53 | 0.94 | 0.67 |
HSV | 192° | 62° | 98° |
CMYK | 0.62 | 0.13 | 0.00 0.02 |
XYZ | 46.9428 | 59.4246 | 99.4384 |
Yxy | 59.4246 | 0.2281 | 0.2887 |
Hunter Lab | 77.0874 | -26.2042 | -22.5197 |
CIE-Lab | 81.5244 | -25.1367 | -25.8960 |
#5edafa color RGB value is (94,218,250).
#5edafa hex color red value is 94, green value is 218 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5edafa hue: 0.53 , saturation: 0.94 and the lightness value of 5edafa is 0.67.
The process color (four color CMYK) of #5edafa color hex is 0.62, 0.13, 0.00, 0.02. Web safe color of #5edafa is #66ccff. Color #5edafa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 11011010 | 11111010 |
Octal | 136 | 332 | 372 |
Decimal | 94 | 218 | 250 |
Hex | 5E | DA | FA |
Shades of #5edafa
Tints of #5edafa
RGB Percentages of Color #5edafa
CMYK Percentages of Color #5edafa
Complementary Color
#5edafa | #fa7e5e |
#5edafa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5edafa Color Preview on White Background
Lorem ipsum dolor sit amet.
#5edafa Color CSS Codes
.mybgcolor {background-color:#5edafa; } .myforecolor {color:#5edafa; } .mybordercolor {border:3px solid #5edafa; }
#5edafa Text Font Color
<p style="color:#5edafa">Text here</p>
This sample text font color is #5edafa
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.
#5edafa Background Color
<div style="background-color:#5edafa">
Div content here</div>
This div background color is #5edafa
#5edafa Border Color
<div style="border:3px solid #5edafa">
Div here</div>
This div border color is #5edafa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,218,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5edafa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5edafa; -webkit-box-shadow: 1px 1px 3px 2px #5edafa; box-shadow: 1px 1px 3px 2px #5edafa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,218,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 #5edafa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5edafa; -webkit-box-shadow: 1px 1px 3px 2px #5edafa; box-shadow: 1px 1px 3px 2px #5edafa;">
Div content here</div>
This div box has shadow with color #5edafa
Comments
No comments written yet.
Please login to write comment.