Color spaces of #5ebbdd
RGB | 94 | 187 | 221 |
---|---|---|---|
HSL | 0.54 | 0.65 | 0.62 |
HSV | 196° | 57° | 87° |
CMYK | 0.57 | 0.15 | 0.00 0.13 |
XYZ | 35.4376 | 43.1408 | 74.8659 |
Yxy | 43.1408 | 0.2309 | 0.2811 |
Hunter Lab | 65.6817 | -18.6358 | -21.6033 |
CIE-Lab | 71.6504 | -17.9339 | -25.4029 |
#5ebbdd color RGB value is (94,187,221).
#5ebbdd hex color red value is 94, green value is 187 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5ebbdd hue: 0.54 , saturation: 0.65 and the lightness value of 5ebbdd is 0.62.
The process color (four color CMYK) of #5ebbdd color hex is 0.57, 0.15, 0.00, 0.13. Web safe color of #5ebbdd is #66cccc. Color #5ebbdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 10111011 | 11011101 |
Octal | 136 | 273 | 335 |
Decimal | 94 | 187 | 221 |
Hex | 5E | BB | DD |
Shades of #5ebbdd
Tints of #5ebbdd
RGB Percentages of Color #5ebbdd
CMYK Percentages of Color #5ebbdd
Complementary Color
#5ebbdd | #dd805e |
#5ebbdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ebbdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ebbdd Color CSS Codes
.mybgcolor {background-color:#5ebbdd; } .myforecolor {color:#5ebbdd; } .mybordercolor {border:3px solid #5ebbdd; }
#5ebbdd Text Font Color
<p style="color:#5ebbdd">Text here</p>
This sample text font color is #5ebbdd
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.
#5ebbdd Background Color
<div style="background-color:#5ebbdd">
Div content here</div>
This div background color is #5ebbdd
#5ebbdd Border Color
<div style="border:3px solid #5ebbdd">
Div here</div>
This div border color is #5ebbdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,187,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ebbdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ebbdd; -webkit-box-shadow: 1px 1px 3px 2px #5ebbdd; box-shadow: 1px 1px 3px 2px #5ebbdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,187,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5ebbdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ebbdd; -webkit-box-shadow: 1px 1px 3px 2px #5ebbdd; box-shadow: 1px 1px 3px 2px #5ebbdd;">
Div content here</div>
This div box has shadow with color #5ebbdd
Comments
No comments written yet.
Please login to write comment.