Color spaces of #5dcead
RGB | 93 | 206 | 173 |
---|---|---|---|
HSL | 0.45 | 0.54 | 0.59 |
HSV | 162° | 55° | 81° |
CMYK | 0.55 | 0.00 | 0.16 0.19 |
XYZ | 34.1283 | 49.4869 | 47.2883 |
Yxy | 49.4869 | 0.2607 | 0.3780 |
Hunter Lab | 70.3469 | -36.5091 | 9.3872 |
CIE-Lab | 75.7532 | -40.1061 | 6.7364 |
#5dcead color RGB value is (93,206,173).
#5dcead hex color red value is 93, green value is 206 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5dcead hue: 0.45 , saturation: 0.54 and the lightness value of 5dcead is 0.59.
The process color (four color CMYK) of #5dcead color hex is 0.55, 0.00, 0.16, 0.19. Web safe color of #5dcead is #66cc99. Color #5dcead contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 11001110 | 10101101 |
Octal | 135 | 316 | 255 |
Decimal | 93 | 206 | 173 |
Hex | 5D | CE | AD |
Shades of #5dcead
Tints of #5dcead
RGB Percentages of Color #5dcead
CMYK Percentages of Color #5dcead
Complementary Color
#5dcead | #ce5d7e |
#5dcead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5dcead Color Preview on White Background
Lorem ipsum dolor sit amet.
#5dcead Color CSS Codes
.mybgcolor {background-color:#5dcead; } .myforecolor {color:#5dcead; } .mybordercolor {border:3px solid #5dcead; }
#5dcead Text Font Color
<p style="color:#5dcead">Text here</p>
This sample text font color is #5dcead
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.
#5dcead Background Color
<div style="background-color:#5dcead">
Div content here</div>
This div background color is #5dcead
#5dcead Border Color
<div style="border:3px solid #5dcead">
Div here</div>
This div border color is #5dcead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,206,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5dcead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5dcead; -webkit-box-shadow: 1px 1px 3px 2px #5dcead; box-shadow: 1px 1px 3px 2px #5dcead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,206,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5dcead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5dcead; -webkit-box-shadow: 1px 1px 3px 2px #5dcead; box-shadow: 1px 1px 3px 2px #5dcead;">
Div content here</div>
This div box has shadow with color #5dcead
Comments
No comments written yet.
Please login to write comment.