Color spaces of #3acdbc
RGB | 58 | 205 | 188 |
---|---|---|---|
HSL | 0.48 | 0.60 | 0.52 |
HSV | 173° | 72° | 80° |
CMYK | 0.72 | 0.00 | 0.08 0.20 |
XYZ | 32.6533 | 48.1930 | 55.1581 |
Yxy | 48.1930 | 0.2401 | 0.3543 |
Hunter Lab | 69.4212 | -37.5269 | 1.4864 |
CIE-Lab | 74.9465 | -41.8241 | -2.6293 |
#3acdbc color RGB value is (58,205,188).
#3acdbc hex color red value is 58, green value is 205 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #3acdbc hue: 0.48 , saturation: 0.60 and the lightness value of 3acdbc is 0.52.
The process color (four color CMYK) of #3acdbc color hex is 0.72, 0.00, 0.08, 0.20. Web safe color of #3acdbc is #33cccc. Color #3acdbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 11001101 | 10111100 |
Octal | 72 | 315 | 274 |
Decimal | 58 | 205 | 188 |
Hex | 3A | CD | BC |
Shades of #3acdbc
Tints of #3acdbc
RGB Percentages of Color #3acdbc
CMYK Percentages of Color #3acdbc
Complementary Color
#3acdbc | #cd3a4b |
#3acdbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3acdbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#3acdbc Color CSS Codes
.mybgcolor {background-color:#3acdbc; } .myforecolor {color:#3acdbc; } .mybordercolor {border:3px solid #3acdbc; }
#3acdbc Text Font Color
<p style="color:#3acdbc">Text here</p>
This sample text font color is #3acdbc
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.
#3acdbc Background Color
<div style="background-color:#3acdbc">
Div content here</div>
This div background color is #3acdbc
#3acdbc Border Color
<div style="border:3px solid #3acdbc">
Div here</div>
This div border color is #3acdbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,205,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3acdbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3acdbc; -webkit-box-shadow: 1px 1px 3px 2px #3acdbc; box-shadow: 1px 1px 3px 2px #3acdbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,205,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3acdbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3acdbc; -webkit-box-shadow: 1px 1px 3px 2px #3acdbc; box-shadow: 1px 1px 3px 2px #3acdbc;">
Div content here</div>
This div box has shadow with color #3acdbc
Comments
No comments written yet.
Please login to write comment.