Color spaces of #5dceef
RGB | 93 | 206 | 239 |
---|---|---|---|
HSL | 0.54 | 0.82 | 0.65 |
HSV | 194° | 61° | 94° |
CMYK | 0.61 | 0.14 | 0.00 0.06 |
XYZ | 42.1655 | 52.7018 | 89.6115 |
Yxy | 52.7018 | 0.2286 | 0.2857 |
Hunter Lab | 72.5960 | -23.3659 | -22.3695 |
CIE-Lab | 77.6986 | -22.5357 | -25.8773 |
#5dceef color RGB value is (93,206,239).
#5dceef hex color red value is 93, green value is 206 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5dceef hue: 0.54 , saturation: 0.82 and the lightness value of 5dceef is 0.65.
The process color (four color CMYK) of #5dceef color hex is 0.61, 0.14, 0.00, 0.06. Web safe color of #5dceef is #66ccff. Color #5dceef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 11001110 | 11101111 |
Octal | 135 | 316 | 357 |
Decimal | 93 | 206 | 239 |
Hex | 5D | CE | EF |
Shades of #5dceef
Tints of #5dceef
RGB Percentages of Color #5dceef
CMYK Percentages of Color #5dceef
Complementary Color
#5dceef | #ef7e5d |
#5dceef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5dceef Color Preview on White Background
Lorem ipsum dolor sit amet.
#5dceef Color CSS Codes
.mybgcolor {background-color:#5dceef; } .myforecolor {color:#5dceef; } .mybordercolor {border:3px solid #5dceef; }
#5dceef Text Font Color
<p style="color:#5dceef">Text here</p>
This sample text font color is #5dceef
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.
#5dceef Background Color
<div style="background-color:#5dceef">
Div content here</div>
This div background color is #5dceef
#5dceef Border Color
<div style="border:3px solid #5dceef">
Div here</div>
This div border color is #5dceef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,206,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5dceef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5dceef; -webkit-box-shadow: 1px 1px 3px 2px #5dceef; box-shadow: 1px 1px 3px 2px #5dceef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,206,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5dceef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5dceef; -webkit-box-shadow: 1px 1px 3px 2px #5dceef; box-shadow: 1px 1px 3px 2px #5dceef;">
Div content here</div>
This div box has shadow with color #5dceef
Comments
No comments written yet.
Please login to write comment.