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