Color spaces of #5ebdda
RGB | 94 | 189 | 218 |
---|---|---|---|
HSL | 0.54 | 0.63 | 0.61 |
HSV | 194° | 57° | 85° |
CMYK | 0.57 | 0.13 | 0.00 0.15 |
XYZ | 35.4686 | 43.8368 | 72.9216 |
Yxy | 43.8368 | 0.2330 | 0.2880 |
Hunter Lab | 66.2094 | -20.2433 | -18.9542 |
CIE-Lab | 72.1193 | -19.8499 | -23.0530 |
#5ebdda color RGB value is (94,189,218).
#5ebdda hex color red value is 94, green value is 189 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5ebdda hue: 0.54 , saturation: 0.63 and the lightness value of 5ebdda is 0.61.
The process color (four color CMYK) of #5ebdda color hex is 0.57, 0.13, 0.00, 0.15. Web safe color of #5ebdda is #66cccc. Color #5ebdda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 10111101 | 11011010 |
Octal | 136 | 275 | 332 |
Decimal | 94 | 189 | 218 |
Hex | 5E | BD | DA |
Shades of #5ebdda
Tints of #5ebdda
RGB Percentages of Color #5ebdda
CMYK Percentages of Color #5ebdda
Complementary Color
#5ebdda | #da7b5e |
#5ebdda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ebdda Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ebdda Color CSS Codes
.mybgcolor {background-color:#5ebdda; } .myforecolor {color:#5ebdda; } .mybordercolor {border:3px solid #5ebdda; }
#5ebdda Text Font Color
<p style="color:#5ebdda">Text here</p>
This sample text font color is #5ebdda
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.
#5ebdda Background Color
<div style="background-color:#5ebdda">
Div content here</div>
This div background color is #5ebdda
#5ebdda Border Color
<div style="border:3px solid #5ebdda">
Div here</div>
This div border color is #5ebdda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,189,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ebdda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ebdda; -webkit-box-shadow: 1px 1px 3px 2px #5ebdda; box-shadow: 1px 1px 3px 2px #5ebdda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,189,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5ebdda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ebdda; -webkit-box-shadow: 1px 1px 3px 2px #5ebdda; box-shadow: 1px 1px 3px 2px #5ebdda;">
Div content here</div>
This div box has shadow with color #5ebdda
Comments
No comments written yet.
Please login to write comment.