Color spaces of #3cdafd
RGB | 60 | 218 | 253 |
---|---|---|---|
HSL | 0.53 | 0.98 | 0.61 |
HSV | 191° | 76° | 99° |
CMYK | 0.76 | 0.14 | 0.00 0.01 |
XYZ | 44.6645 | 58.1953 | 101.8073 |
Yxy | 58.1953 | 0.2182 | 0.2843 |
Hunter Lab | 76.2858 | -28.9905 | -25.7254 |
CIE-Lab | 80.8472 | -28.7181 | -28.5923 |
#3cdafd color RGB value is (60,218,253).
#3cdafd hex color red value is 60, green value is 218 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #3cdafd hue: 0.53 , saturation: 0.98 and the lightness value of 3cdafd is 0.61.
The process color (four color CMYK) of #3cdafd color hex is 0.76, 0.14, 0.00, 0.01. Web safe color of #3cdafd is #33ccff. Color #3cdafd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111100 | 11011010 | 11111101 |
Octal | 74 | 332 | 375 |
Decimal | 60 | 218 | 253 |
Hex | 3C | DA | FD |
Shades of #3cdafd
Tints of #3cdafd
RGB Percentages of Color #3cdafd
CMYK Percentages of Color #3cdafd
Complementary Color
#3cdafd | #fd5f3c |
#3cdafd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3cdafd Color Preview on White Background
Lorem ipsum dolor sit amet.
#3cdafd Color CSS Codes
.mybgcolor {background-color:#3cdafd; } .myforecolor {color:#3cdafd; } .mybordercolor {border:3px solid #3cdafd; }
#3cdafd Text Font Color
<p style="color:#3cdafd">Text here</p>
This sample text font color is #3cdafd
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.
#3cdafd Background Color
<div style="background-color:#3cdafd">
Div content here</div>
This div background color is #3cdafd
#3cdafd Border Color
<div style="border:3px solid #3cdafd">
Div here</div>
This div border color is #3cdafd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(60,218,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3cdafd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3cdafd; -webkit-box-shadow: 1px 1px 3px 2px #3cdafd; box-shadow: 1px 1px 3px 2px #3cdafd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(60,218,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3cdafd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3cdafd; -webkit-box-shadow: 1px 1px 3px 2px #3cdafd; box-shadow: 1px 1px 3px 2px #3cdafd;">
Div content here</div>
This div box has shadow with color #3cdafd
Comments
No comments written yet.
Please login to write comment.