Color spaces of #5dbddf
RGB | 93 | 189 | 223 |
---|---|---|---|
HSL | 0.54 | 0.67 | 0.62 |
HSV | 196° | 58° | 87° |
CMYK | 0.58 | 0.15 | 0.00 0.13 |
XYZ | 36.0311 | 44.0501 | 76.4155 |
Yxy | 44.0501 | 0.2302 | 0.2815 |
Hunter Lab | 66.3702 | -19.2438 | -21.8045 |
CIE-Lab | 72.2620 | -18.5719 | -25.5582 |
#5dbddf color RGB value is (93,189,223).
#5dbddf hex color red value is 93, green value is 189 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5dbddf hue: 0.54 , saturation: 0.67 and the lightness value of 5dbddf is 0.62.
The process color (four color CMYK) of #5dbddf color hex is 0.58, 0.15, 0.00, 0.13. Web safe color of #5dbddf is #66cccc. Color #5dbddf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 10111101 | 11011111 |
Octal | 135 | 275 | 337 |
Decimal | 93 | 189 | 223 |
Hex | 5D | BD | DF |
Shades of #5dbddf
Tints of #5dbddf
RGB Percentages of Color #5dbddf
CMYK Percentages of Color #5dbddf
Complementary Color
#5dbddf | #df7f5d |
#5dbddf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5dbddf Color Preview on White Background
Lorem ipsum dolor sit amet.
#5dbddf Color CSS Codes
.mybgcolor {background-color:#5dbddf; } .myforecolor {color:#5dbddf; } .mybordercolor {border:3px solid #5dbddf; }
#5dbddf Text Font Color
<p style="color:#5dbddf">Text here</p>
This sample text font color is #5dbddf
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.
#5dbddf Background Color
<div style="background-color:#5dbddf">
Div content here</div>
This div background color is #5dbddf
#5dbddf Border Color
<div style="border:3px solid #5dbddf">
Div here</div>
This div border color is #5dbddf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,189,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5dbddf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5dbddf; -webkit-box-shadow: 1px 1px 3px 2px #5dbddf; box-shadow: 1px 1px 3px 2px #5dbddf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,189,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5dbddf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5dbddf; -webkit-box-shadow: 1px 1px 3px 2px #5dbddf; box-shadow: 1px 1px 3px 2px #5dbddf;">
Div content here</div>
This div box has shadow with color #5dbddf
Comments
No comments written yet.
Please login to write comment.