Color spaces of #5ecdde
RGB | 94 | 205 | 222 |
---|---|---|---|
HSL | 0.52 | 0.66 | 0.62 |
HSV | 188° | 58° | 87° |
CMYK | 0.58 | 0.08 | 0.00 0.13 |
XYZ | 39.6322 | 51.3163 | 76.9234 |
Yxy | 51.3163 | 0.2361 | 0.3057 |
Hunter Lab | 71.6354 | -26.6070 | -13.5219 |
CIE-Lab | 76.8702 | -26.7602 | -18.0058 |
#5ecdde color RGB value is (94,205,222).
#5ecdde hex color red value is 94, green value is 205 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5ecdde hue: 0.52 , saturation: 0.66 and the lightness value of 5ecdde is 0.62.
The process color (four color CMYK) of #5ecdde color hex is 0.58, 0.08, 0.00, 0.13. Web safe color of #5ecdde is #66cccc. Color #5ecdde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 11001101 | 11011110 |
Octal | 136 | 315 | 336 |
Decimal | 94 | 205 | 222 |
Hex | 5E | CD | DE |
Shades of #5ecdde
Tints of #5ecdde
RGB Percentages of Color #5ecdde
CMYK Percentages of Color #5ecdde
Complementary Color
#5ecdde | #de6f5e |
#5ecdde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ecdde Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ecdde Color CSS Codes
.mybgcolor {background-color:#5ecdde; } .myforecolor {color:#5ecdde; } .mybordercolor {border:3px solid #5ecdde; }
#5ecdde Text Font Color
<p style="color:#5ecdde">Text here</p>
This sample text font color is #5ecdde
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.
#5ecdde Background Color
<div style="background-color:#5ecdde">
Div content here</div>
This div background color is #5ecdde
#5ecdde Border Color
<div style="border:3px solid #5ecdde">
Div here</div>
This div border color is #5ecdde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,205,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ecdde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ecdde; -webkit-box-shadow: 1px 1px 3px 2px #5ecdde; box-shadow: 1px 1px 3px 2px #5ecdde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,205,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5ecdde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ecdde; -webkit-box-shadow: 1px 1px 3px 2px #5ecdde; box-shadow: 1px 1px 3px 2px #5ecdde;">
Div content here</div>
This div box has shadow with color #5ecdde
Comments
No comments written yet.
Please login to write comment.