Color spaces of #3acbda
RGB | 58 | 203 | 218 |
---|---|---|---|
HSL | 0.52 | 0.68 | 0.54 |
HSV | 186° | 73° | 85° |
CMYK | 0.73 | 0.07 | 0.00 0.15 |
XYZ | 35.7557 | 48.6734 | 73.8400 |
Yxy | 48.6734 | 0.2259 | 0.3075 |
Hunter Lab | 69.7663 | -30.6086 | -13.9155 |
CIE-Lab | 75.2477 | -32.3657 | -18.3907 |
#3acbda color RGB value is (58,203,218).
#3acbda hex color red value is 58, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3acbda hue: 0.52 , saturation: 0.68 and the lightness value of 3acbda is 0.54.
The process color (four color CMYK) of #3acbda color hex is 0.73, 0.07, 0.00, 0.15. Web safe color of #3acbda is #33cccc. Color #3acbda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 11001011 | 11011010 |
Octal | 72 | 313 | 332 |
Decimal | 58 | 203 | 218 |
Hex | 3A | CB | DA |
Shades of #3acbda
Tints of #3acbda
RGB Percentages of Color #3acbda
CMYK Percentages of Color #3acbda
Complementary Color
#3acbda | #da493a |
#3acbda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3acbda Color Preview on White Background
Lorem ipsum dolor sit amet.
#3acbda Color CSS Codes
.mybgcolor {background-color:#3acbda; } .myforecolor {color:#3acbda; } .mybordercolor {border:3px solid #3acbda; }
#3acbda Text Font Color
<p style="color:#3acbda">Text here</p>
This sample text font color is #3acbda
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.
#3acbda Background Color
<div style="background-color:#3acbda">
Div content here</div>
This div background color is #3acbda
#3acbda Border Color
<div style="border:3px solid #3acbda">
Div here</div>
This div border color is #3acbda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,203,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3acbda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3acbda; -webkit-box-shadow: 1px 1px 3px 2px #3acbda; box-shadow: 1px 1px 3px 2px #3acbda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,203,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 #3acbda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3acbda; -webkit-box-shadow: 1px 1px 3px 2px #3acbda; box-shadow: 1px 1px 3px 2px #3acbda;">
Div content here</div>
This div box has shadow with color #3acbda
Comments
No comments written yet.
Please login to write comment.