Color spaces of #5ecddc
RGB | 94 | 205 | 220 |
---|---|---|---|
HSL | 0.52 | 0.64 | 0.62 |
HSV | 187° | 57° | 86° |
CMYK | 0.57 | 0.07 | 0.00 0.14 |
XYZ | 39.3657 | 51.2096 | 75.5198 |
Yxy | 51.2096 | 0.2370 | 0.3083 |
Hunter Lab | 71.5609 | -27.0386 | -12.4774 |
CIE-Lab | 76.8058 | -27.3217 | -17.0268 |
#5ecddc color RGB value is (94,205,220).
#5ecddc hex color red value is 94, green value is 205 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5ecddc hue: 0.52 , saturation: 0.64 and the lightness value of 5ecddc is 0.62.
The process color (four color CMYK) of #5ecddc color hex is 0.57, 0.07, 0.00, 0.14. Web safe color of #5ecddc is #66cccc. Color #5ecddc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 11001101 | 11011100 |
Octal | 136 | 315 | 334 |
Decimal | 94 | 205 | 220 |
Hex | 5E | CD | DC |
Shades of #5ecddc
Tints of #5ecddc
RGB Percentages of Color #5ecddc
CMYK Percentages of Color #5ecddc
Complementary Color
#5ecddc | #dc6d5e |
#5ecddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ecddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ecddc Color CSS Codes
.mybgcolor {background-color:#5ecddc; } .myforecolor {color:#5ecddc; } .mybordercolor {border:3px solid #5ecddc; }
#5ecddc Text Font Color
<p style="color:#5ecddc">Text here</p>
This sample text font color is #5ecddc
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.
#5ecddc Background Color
<div style="background-color:#5ecddc">
Div content here</div>
This div background color is #5ecddc
#5ecddc Border Color
<div style="border:3px solid #5ecddc">
Div here</div>
This div border color is #5ecddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,205,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ecddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ecddc; -webkit-box-shadow: 1px 1px 3px 2px #5ecddc; box-shadow: 1px 1px 3px 2px #5ecddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,205,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5ecddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ecddc; -webkit-box-shadow: 1px 1px 3px 2px #5ecddc; box-shadow: 1px 1px 3px 2px #5ecddc;">
Div content here</div>
This div box has shadow with color #5ecddc
Comments
No comments written yet.
Please login to write comment.