Color spaces of #3bceac
RGB | 59 | 206 | 172 |
---|---|---|---|
HSL | 0.46 | 0.60 | 0.52 |
HSV | 166° | 71° | 81° |
CMYK | 0.71 | 0.00 | 0.17 0.19 |
XYZ | 31.3213 | 48.0510 | 46.6537 |
Yxy | 48.0510 | 0.2485 | 0.3813 |
Hunter Lab | 69.3188 | -40.6538 | 8.6192 |
CIE-Lab | 74.8571 | -46.2666 | 5.8719 |
#3bceac color RGB value is (59,206,172).
#3bceac hex color red value is 59, green value is 206 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #3bceac hue: 0.46 , saturation: 0.60 and the lightness value of 3bceac is 0.52.
The process color (four color CMYK) of #3bceac color hex is 0.71, 0.00, 0.17, 0.19. Web safe color of #3bceac is #33cc99. Color #3bceac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111011 | 11001110 | 10101100 |
Octal | 73 | 316 | 254 |
Decimal | 59 | 206 | 172 |
Hex | 3B | CE | AC |
Shades of #3bceac
Tints of #3bceac
RGB Percentages of Color #3bceac
CMYK Percentages of Color #3bceac
Complementary Color
#3bceac | #ce3b5d |
#3bceac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3bceac Color Preview on White Background
Lorem ipsum dolor sit amet.
#3bceac Color CSS Codes
.mybgcolor {background-color:#3bceac; } .myforecolor {color:#3bceac; } .mybordercolor {border:3px solid #3bceac; }
#3bceac Text Font Color
<p style="color:#3bceac">Text here</p>
This sample text font color is #3bceac
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.
#3bceac Background Color
<div style="background-color:#3bceac">
Div content here</div>
This div background color is #3bceac
#3bceac Border Color
<div style="border:3px solid #3bceac">
Div here</div>
This div border color is #3bceac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(59,206,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3bceac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3bceac; -webkit-box-shadow: 1px 1px 3px 2px #3bceac; box-shadow: 1px 1px 3px 2px #3bceac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(59,206,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3bceac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3bceac; -webkit-box-shadow: 1px 1px 3px 2px #3bceac; box-shadow: 1px 1px 3px 2px #3bceac;">
Div content here</div>
This div box has shadow with color #3bceac
#3bceac Color Palettes
Comments
No comments written yet.
Please login to write comment.