Color spaces of #2fddab
RGB | 47 | 221 | 171 |
---|---|---|---|
HSL | 0.45 | 0.72 | 0.53 |
HSV | 163° | 79° | 87° |
CMYK | 0.79 | 0.00 | 0.23 0.13 |
XYZ | 34.3794 | 55.2575 | 47.3819 |
Yxy | 55.2575 | 0.2509 | 0.4033 |
Hunter Lab | 74.3354 | -47.5324 | 14.2429 |
CIE-Lab | 79.1894 | -54.0475 | 12.5609 |
#2fddab color RGB value is (47,221,171).
#2fddab hex color red value is 47, green value is 221 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #2fddab hue: 0.45 , saturation: 0.72 and the lightness value of 2fddab is 0.53.
The process color (four color CMYK) of #2fddab color hex is 0.79, 0.00, 0.23, 0.13. Web safe color of #2fddab is #33cc99. Color #2fddab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101111 | 11011101 | 10101011 |
Octal | 57 | 335 | 253 |
Decimal | 47 | 221 | 171 |
Hex | 2F | DD | AB |
Shades of #2fddab
Tints of #2fddab
RGB Percentages of Color #2fddab
CMYK Percentages of Color #2fddab
Complementary Color
#2fddab | #dd2f61 |
#2fddab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2fddab Color Preview on White Background
Lorem ipsum dolor sit amet.
#2fddab Color CSS Codes
.mybgcolor {background-color:#2fddab; } .myforecolor {color:#2fddab; } .mybordercolor {border:3px solid #2fddab; }
#2fddab Text Font Color
<p style="color:#2fddab">Text here</p>
This sample text font color is #2fddab
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.
#2fddab Background Color
<div style="background-color:#2fddab">
Div content here</div>
This div background color is #2fddab
#2fddab Border Color
<div style="border:3px solid #2fddab">
Div here</div>
This div border color is #2fddab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(47,221,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2fddab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2fddab; -webkit-box-shadow: 1px 1px 3px 2px #2fddab; box-shadow: 1px 1px 3px 2px #2fddab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(47,221,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2fddab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2fddab; -webkit-box-shadow: 1px 1px 3px 2px #2fddab; box-shadow: 1px 1px 3px 2px #2fddab;">
Div content here</div>
This div box has shadow with color #2fddab
Comments
No comments written yet.
Please login to write comment.