Color spaces of #3bdcbd
RGB | 59 | 220 | 189 |
---|---|---|---|
HSL | 0.47 | 0.70 | 0.55 |
HSV | 168° | 73° | 86° |
CMYK | 0.73 | 0.00 | 0.14 0.14 |
XYZ | 36.5821 | 55.7903 | 56.9846 |
Yxy | 55.7903 | 0.2449 | 0.3735 |
Hunter Lab | 74.6929 | -43.2892 | 7.0516 |
CIE-Lab | 79.4943 | -47.9106 | 3.4711 |
#3bdcbd color RGB value is (59,220,189).
#3bdcbd hex color red value is 59, green value is 220 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3bdcbd hue: 0.47 , saturation: 0.70 and the lightness value of 3bdcbd is 0.55.
The process color (four color CMYK) of #3bdcbd color hex is 0.73, 0.00, 0.14, 0.14. Web safe color of #3bdcbd is #33cccc. Color #3bdcbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111011 | 11011100 | 10111101 |
Octal | 73 | 334 | 275 |
Decimal | 59 | 220 | 189 |
Hex | 3B | DC | BD |
Shades of #3bdcbd
Tints of #3bdcbd
RGB Percentages of Color #3bdcbd
CMYK Percentages of Color #3bdcbd
Complementary Color
#3bdcbd | #dc3b5a |
#3bdcbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3bdcbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#3bdcbd Color CSS Codes
.mybgcolor {background-color:#3bdcbd; } .myforecolor {color:#3bdcbd; } .mybordercolor {border:3px solid #3bdcbd; }
#3bdcbd Text Font Color
<p style="color:#3bdcbd">Text here</p>
This sample text font color is #3bdcbd
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.
#3bdcbd Background Color
<div style="background-color:#3bdcbd">
Div content here</div>
This div background color is #3bdcbd
#3bdcbd Border Color
<div style="border:3px solid #3bdcbd">
Div here</div>
This div border color is #3bdcbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(59,220,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3bdcbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3bdcbd; -webkit-box-shadow: 1px 1px 3px 2px #3bdcbd; box-shadow: 1px 1px 3px 2px #3bdcbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(59,220,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3bdcbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3bdcbd; -webkit-box-shadow: 1px 1px 3px 2px #3bdcbd; box-shadow: 1px 1px 3px 2px #3bdcbd;">
Div content here</div>
This div box has shadow with color #3bdcbd
Comments
No comments written yet.
Please login to write comment.