Color spaces of #3bcbba
RGB | 59 | 203 | 186 |
---|---|---|---|
HSL | 0.48 | 0.58 | 0.51 |
HSV | 173° | 71° | 80° |
CMYK | 0.71 | 0.00 | 0.08 0.20 |
XYZ | 32.0225 | 47.1868 | 53.8746 |
Yxy | 47.1868 | 0.2406 | 0.3546 |
Hunter Lab | 68.6926 | -37.0007 | 1.5846 |
CIE-Lab | 74.3091 | -41.3464 | -2.4819 |
#3bcbba color RGB value is (59,203,186).
#3bcbba hex color red value is 59, green value is 203 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3bcbba hue: 0.48 , saturation: 0.58 and the lightness value of 3bcbba is 0.51.
The process color (four color CMYK) of #3bcbba color hex is 0.71, 0.00, 0.08, 0.20. Web safe color of #3bcbba is #33cccc. Color #3bcbba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111011 | 11001011 | 10111010 |
Octal | 73 | 313 | 272 |
Decimal | 59 | 203 | 186 |
Hex | 3B | CB | BA |
Shades of #3bcbba
Tints of #3bcbba
RGB Percentages of Color #3bcbba
CMYK Percentages of Color #3bcbba
Complementary Color
#3bcbba | #cb3b4c |
#3bcbba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3bcbba Color Preview on White Background
Lorem ipsum dolor sit amet.
#3bcbba Color CSS Codes
.mybgcolor {background-color:#3bcbba; } .myforecolor {color:#3bcbba; } .mybordercolor {border:3px solid #3bcbba; }
#3bcbba Text Font Color
<p style="color:#3bcbba">Text here</p>
This sample text font color is #3bcbba
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.
#3bcbba Background Color
<div style="background-color:#3bcbba">
Div content here</div>
This div background color is #3bcbba
#3bcbba Border Color
<div style="border:3px solid #3bcbba">
Div here</div>
This div border color is #3bcbba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(59,203,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3bcbba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3bcbba; -webkit-box-shadow: 1px 1px 3px 2px #3bcbba; box-shadow: 1px 1px 3px 2px #3bcbba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(59,203,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3bcbba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3bcbba; -webkit-box-shadow: 1px 1px 3px 2px #3bcbba; box-shadow: 1px 1px 3px 2px #3bcbba;">
Div content here</div>
This div box has shadow with color #3bcbba
Comments
No comments written yet.
Please login to write comment.