Color spaces of #3accda
RGB | 58 | 204 | 218 |
---|---|---|---|
HSL | 0.51 | 0.68 | 0.54 |
HSV | 185° | 73° | 85° |
CMYK | 0.73 | 0.06 | 0.00 0.15 |
XYZ | 35.9927 | 49.1472 | 73.9190 |
Yxy | 49.1472 | 0.2263 | 0.3090 |
Hunter Lab | 70.1051 | -31.0400 | -13.4420 |
CIE-Lab | 75.5428 | -32.8421 | -17.9445 |
#3accda color RGB value is (58,204,218).
#3accda hex color red value is 58, green value is 204 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3accda hue: 0.51 , saturation: 0.68 and the lightness value of 3accda is 0.54.
The process color (four color CMYK) of #3accda color hex is 0.73, 0.06, 0.00, 0.15. Web safe color of #3accda is #33cccc. Color #3accda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 11001100 | 11011010 |
Octal | 72 | 314 | 332 |
Decimal | 58 | 204 | 218 |
Hex | 3A | CC | DA |
Shades of #3accda
Tints of #3accda
RGB Percentages of Color #3accda
CMYK Percentages of Color #3accda
Complementary Color
#3accda | #da483a |
#3accda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3accda Color Preview on White Background
Lorem ipsum dolor sit amet.
#3accda Color CSS Codes
.mybgcolor {background-color:#3accda; } .myforecolor {color:#3accda; } .mybordercolor {border:3px solid #3accda; }
#3accda Text Font Color
<p style="color:#3accda">Text here</p>
This sample text font color is #3accda
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.
#3accda Background Color
<div style="background-color:#3accda">
Div content here</div>
This div background color is #3accda
#3accda Border Color
<div style="border:3px solid #3accda">
Div here</div>
This div border color is #3accda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,204,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3accda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3accda; -webkit-box-shadow: 1px 1px 3px 2px #3accda; box-shadow: 1px 1px 3px 2px #3accda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,204,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3accda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3accda; -webkit-box-shadow: 1px 1px 3px 2px #3accda; box-shadow: 1px 1px 3px 2px #3accda;">
Div content here</div>
This div box has shadow with color #3accda
Comments
No comments written yet.
Please login to write comment.