Color spaces of #3bdfaa
RGB | 59 | 223 | 170 |
---|---|---|---|
HSL | 0.45 | 0.72 | 0.55 |
HSV | 161° | 74° | 87° |
CMYK | 0.74 | 0.00 | 0.24 0.13 |
XYZ | 35.4470 | 56.6074 | 47.0883 |
Yxy | 56.6074 | 0.2548 | 0.4068 |
Hunter Lab | 75.2379 | -47.5692 | 15.5594 |
CIE-Lab | 79.9583 | -53.7117 | 14.2003 |
#3bdfaa color RGB value is (59,223,170).
#3bdfaa hex color red value is 59, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3bdfaa hue: 0.45 , saturation: 0.72 and the lightness value of 3bdfaa is 0.55.
The process color (four color CMYK) of #3bdfaa color hex is 0.74, 0.00, 0.24, 0.13. Web safe color of #3bdfaa is #33cc99. Color #3bdfaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111011 | 11011111 | 10101010 |
Octal | 73 | 337 | 252 |
Decimal | 59 | 223 | 170 |
Hex | 3B | DF | AA |
Shades of #3bdfaa
Tints of #3bdfaa
RGB Percentages of Color #3bdfaa
CMYK Percentages of Color #3bdfaa
Complementary Color
#3bdfaa | #df3b70 |
#3bdfaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3bdfaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#3bdfaa Color CSS Codes
.mybgcolor {background-color:#3bdfaa; } .myforecolor {color:#3bdfaa; } .mybordercolor {border:3px solid #3bdfaa; }
#3bdfaa Text Font Color
<p style="color:#3bdfaa">Text here</p>
This sample text font color is #3bdfaa
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.
#3bdfaa Background Color
<div style="background-color:#3bdfaa">
Div content here</div>
This div background color is #3bdfaa
#3bdfaa Border Color
<div style="border:3px solid #3bdfaa">
Div here</div>
This div border color is #3bdfaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(59,223,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3bdfaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3bdfaa; -webkit-box-shadow: 1px 1px 3px 2px #3bdfaa; box-shadow: 1px 1px 3px 2px #3bdfaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(59,223,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3bdfaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3bdfaa; -webkit-box-shadow: 1px 1px 3px 2px #3bdfaa; box-shadow: 1px 1px 3px 2px #3bdfaa;">
Div content here</div>
This div box has shadow with color #3bdfaa
Comments
No comments written yet.
Please login to write comment.