Color spaces of #5dbfca
RGB | 93 | 191 | 202 |
---|---|---|---|
HSL | 0.52 | 0.51 | 0.58 |
HSV | 186° | 54° | 79° |
CMYK | 0.54 | 0.05 | 0.00 0.21 |
XYZ | 33.8057 | 43.8530 | 62.5598 |
Yxy | 43.8530 | 0.2411 | 0.3127 |
Hunter Lab | 66.2216 | -24.7647 | -9.6564 |
CIE-Lab | 72.1301 | -25.6126 | -14.3194 |
#5dbfca color RGB value is (93,191,202).
#5dbfca hex color red value is 93, green value is 191 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5dbfca hue: 0.52 , saturation: 0.51 and the lightness value of 5dbfca is 0.58.
The process color (four color CMYK) of #5dbfca color hex is 0.54, 0.05, 0.00, 0.21. Web safe color of #5dbfca is #66cccc. Color #5dbfca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 10111111 | 11001010 |
Octal | 135 | 277 | 312 |
Decimal | 93 | 191 | 202 |
Hex | 5D | BF | CA |
Shades of #5dbfca
Tints of #5dbfca
RGB Percentages of Color #5dbfca
CMYK Percentages of Color #5dbfca
Complementary Color
#5dbfca | #ca685d |
#5dbfca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5dbfca Color Preview on White Background
Lorem ipsum dolor sit amet.
#5dbfca Color CSS Codes
.mybgcolor {background-color:#5dbfca; } .myforecolor {color:#5dbfca; } .mybordercolor {border:3px solid #5dbfca; }
#5dbfca Text Font Color
<p style="color:#5dbfca">Text here</p>
This sample text font color is #5dbfca
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.
#5dbfca Background Color
<div style="background-color:#5dbfca">
Div content here</div>
This div background color is #5dbfca
#5dbfca Border Color
<div style="border:3px solid #5dbfca">
Div here</div>
This div border color is #5dbfca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,191,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5dbfca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5dbfca; -webkit-box-shadow: 1px 1px 3px 2px #5dbfca; box-shadow: 1px 1px 3px 2px #5dbfca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,191,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5dbfca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5dbfca; -webkit-box-shadow: 1px 1px 3px 2px #5dbfca; box-shadow: 1px 1px 3px 2px #5dbfca;">
Div content here</div>
This div box has shadow with color #5dbfca
Comments
No comments written yet.
Please login to write comment.