Color spaces of #47f1de
RGB | 71 | 241 | 222 |
---|---|---|---|
HSL | 0.48 | 0.86 | 0.61 |
HSV | 173° | 71° | 95° |
CMYK | 0.71 | 0.00 | 0.08 0.05 |
XYZ | 47.2386 | 69.5241 | 80.0370 |
Yxy | 69.5241 | 0.2400 | 0.3533 |
Hunter Lab | 83.3811 | -44.7898 | 1.4547 |
CIE-Lab | 86.7629 | -46.8880 | -3.3210 |
#47f1de color RGB value is (71,241,222).
#47f1de hex color red value is 71, green value is 241 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #47f1de hue: 0.48 , saturation: 0.86 and the lightness value of 47f1de is 0.61.
The process color (four color CMYK) of #47f1de color hex is 0.71, 0.00, 0.08, 0.05. Web safe color of #47f1de is #33ffcc. Color #47f1de contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 11110001 | 11011110 |
Octal | 107 | 361 | 336 |
Decimal | 71 | 241 | 222 |
Hex | 47 | F1 | DE |
Shades of #47f1de
Tints of #47f1de
RGB Percentages of Color #47f1de
CMYK Percentages of Color #47f1de
Complementary Color
#47f1de | #f1475a |
#47f1de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#47f1de Color Preview on White Background
Lorem ipsum dolor sit amet.
#47f1de Color CSS Codes
.mybgcolor {background-color:#47f1de; } .myforecolor {color:#47f1de; } .mybordercolor {border:3px solid #47f1de; }
#47f1de Text Font Color
<p style="color:#47f1de">Text here</p>
This sample text font color is #47f1de
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.
#47f1de Background Color
<div style="background-color:#47f1de">
Div content here</div>
This div background color is #47f1de
#47f1de Border Color
<div style="border:3px solid #47f1de">
Div here</div>
This div border color is #47f1de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,241,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #47f1de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47f1de; -webkit-box-shadow: 1px 1px 3px 2px #47f1de; box-shadow: 1px 1px 3px 2px #47f1de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,241,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #47f1de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #47f1de; -webkit-box-shadow: 1px 1px 3px 2px #47f1de; box-shadow: 1px 1px 3px 2px #47f1de;">
Div content here</div>
This div box has shadow with color #47f1de
Comments
No comments written yet.
Please login to write comment.