Color spaces of #2fdeaa
RGB | 47 | 222 | 170 |
---|---|---|---|
HSL | 0.45 | 0.73 | 0.53 |
HSV | 162° | 79° | 87° |
CMYK | 0.79 | 0.00 | 0.23 0.13 |
XYZ | 34.5493 | 55.7492 | 46.9699 |
Yxy | 55.7492 | 0.2517 | 0.4061 |
Hunter Lab | 74.6654 | -48.0686 | 14.9681 |
CIE-Lab | 79.4709 | -54.6750 | 13.4868 |
#2fdeaa color RGB value is (47,222,170).
#2fdeaa hex color red value is 47, green value is 222 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2fdeaa hue: 0.45 , saturation: 0.73 and the lightness value of 2fdeaa is 0.53.
The process color (four color CMYK) of #2fdeaa color hex is 0.79, 0.00, 0.23, 0.13. Web safe color of #2fdeaa is #33cc99. Color #2fdeaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101111 | 11011110 | 10101010 |
Octal | 57 | 336 | 252 |
Decimal | 47 | 222 | 170 |
Hex | 2F | DE | AA |
Shades of #2fdeaa
Tints of #2fdeaa
RGB Percentages of Color #2fdeaa
CMYK Percentages of Color #2fdeaa
Complementary Color
#2fdeaa | #de2f63 |
#2fdeaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2fdeaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#2fdeaa Color CSS Codes
.mybgcolor {background-color:#2fdeaa; } .myforecolor {color:#2fdeaa; } .mybordercolor {border:3px solid #2fdeaa; }
#2fdeaa Text Font Color
<p style="color:#2fdeaa">Text here</p>
This sample text font color is #2fdeaa
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.
#2fdeaa Background Color
<div style="background-color:#2fdeaa">
Div content here</div>
This div background color is #2fdeaa
#2fdeaa Border Color
<div style="border:3px solid #2fdeaa">
Div here</div>
This div border color is #2fdeaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(47,222,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2fdeaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2fdeaa; -webkit-box-shadow: 1px 1px 3px 2px #2fdeaa; box-shadow: 1px 1px 3px 2px #2fdeaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(47,222,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 #2fdeaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2fdeaa; -webkit-box-shadow: 1px 1px 3px 2px #2fdeaa; box-shadow: 1px 1px 3px 2px #2fdeaa;">
Div content here</div>
This div box has shadow with color #2fdeaa
Comments
No comments written yet.
Please login to write comment.