Color spaces of #3bdfdd
RGB | 59 | 223 | 221 |
---|---|---|---|
HSL | 0.50 | 0.72 | 0.55 |
HSV | 179° | 74° | 87° |
CMYK | 0.74 | 0.00 | 0.01 0.13 |
XYZ | 41.2425 | 58.9256 | 77.6067 |
Yxy | 58.9256 | 0.2320 | 0.3315 |
Hunter Lab | 76.7630 | -38.4325 | -6.2075 |
CIE-Lab | 81.2507 | -40.6494 | -10.9792 |
#3bdfdd color RGB value is (59,223,221).
#3bdfdd hex color red value is 59, green value is 223 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3bdfdd hue: 0.50 , saturation: 0.72 and the lightness value of 3bdfdd is 0.55.
The process color (four color CMYK) of #3bdfdd color hex is 0.74, 0.00, 0.01, 0.13. Web safe color of #3bdfdd is #33cccc. Color #3bdfdd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111011 | 11011111 | 11011101 |
Octal | 73 | 337 | 335 |
Decimal | 59 | 223 | 221 |
Hex | 3B | DF | DD |
Shades of #3bdfdd
Tints of #3bdfdd
RGB Percentages of Color #3bdfdd
CMYK Percentages of Color #3bdfdd
Complementary Color
#3bdfdd | #df3b3d |
#3bdfdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3bdfdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#3bdfdd Color CSS Codes
.mybgcolor {background-color:#3bdfdd; } .myforecolor {color:#3bdfdd; } .mybordercolor {border:3px solid #3bdfdd; }
#3bdfdd Text Font Color
<p style="color:#3bdfdd">Text here</p>
This sample text font color is #3bdfdd
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.
#3bdfdd Background Color
<div style="background-color:#3bdfdd">
Div content here</div>
This div background color is #3bdfdd
#3bdfdd Border Color
<div style="border:3px solid #3bdfdd">
Div here</div>
This div border color is #3bdfdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(59,223,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3bdfdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3bdfdd; -webkit-box-shadow: 1px 1px 3px 2px #3bdfdd; box-shadow: 1px 1px 3px 2px #3bdfdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(59,223,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3bdfdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3bdfdd; -webkit-box-shadow: 1px 1px 3px 2px #3bdfdd; box-shadow: 1px 1px 3px 2px #3bdfdd;">
Div content here</div>
This div box has shadow with color #3bdfdd
Comments
No comments written yet.
Please login to write comment.