Color spaces of #3acdfd
RGB | 58 | 205 | 253 |
---|---|---|---|
HSL | 0.54 | 0.98 | 0.61 |
HSV | 195° | 77° | 99° |
CMYK | 0.77 | 0.19 | 0.00 0.01 |
XYZ | 41.3059 | 51.6540 | 100.7217 |
Yxy | 51.6540 | 0.2133 | 0.2667 |
Hunter Lab | 71.8707 | -23.1853 | -32.7812 |
CIE-Lab | 77.0735 | -22.4504 | -34.4012 |
#3acdfd color RGB value is (58,205,253).
#3acdfd hex color red value is 58, green value is 205 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #3acdfd hue: 0.54 , saturation: 0.98 and the lightness value of 3acdfd is 0.61.
The process color (four color CMYK) of #3acdfd color hex is 0.77, 0.19, 0.00, 0.01. Web safe color of #3acdfd is #33ccff. Color #3acdfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 11001101 | 11111101 |
Octal | 72 | 315 | 375 |
Decimal | 58 | 205 | 253 |
Hex | 3A | CD | FD |
Shades of #3acdfd
Tints of #3acdfd
RGB Percentages of Color #3acdfd
CMYK Percentages of Color #3acdfd
Complementary Color
#3acdfd | #fd6a3a |
#3acdfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3acdfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#3acdfd Color CSS Codes
.mybgcolor {background-color:#3acdfd; } .myforecolor {color:#3acdfd; } .mybordercolor {border:3px solid #3acdfd; }
#3acdfd Text Font Color
<p style="color:#3acdfd">Text here</p>
This sample text font color is #3acdfd
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.
#3acdfd Background Color
<div style="background-color:#3acdfd">
Div content here</div>
This div background color is #3acdfd
#3acdfd Border Color
<div style="border:3px solid #3acdfd">
Div here</div>
This div border color is #3acdfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,205,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3acdfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3acdfd; -webkit-box-shadow: 1px 1px 3px 2px #3acdfd; box-shadow: 1px 1px 3px 2px #3acdfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,205,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 #3acdfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3acdfd; -webkit-box-shadow: 1px 1px 3px 2px #3acdfd; box-shadow: 1px 1px 3px 2px #3acdfd;">
Div content here</div>
This div box has shadow with color #3acdfd
Comments
No comments written yet.
Please login to write comment.