Color spaces of #47fefc
RGB | 71 | 254 | 252 |
---|---|---|---|
HSL | 0.50 | 0.99 | 0.64 |
HSV | 179° | 72° | 100° |
CMYK | 0.72 | 0.00 | 0.01 0.00 |
XYZ | 55.6110 | 79.2515 | 104.4615 |
Yxy | 79.2515 | 0.2324 | 0.3311 |
Hunter Lab | 89.0233 | -44.2856 | -7.2556 |
CIE-Lab | 91.3480 | -44.5131 | -12.1726 |
#47fefc color RGB value is (71,254,252).
#47fefc hex color red value is 71, green value is 254 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #47fefc hue: 0.50 , saturation: 0.99 and the lightness value of 47fefc is 0.64.
The process color (four color CMYK) of #47fefc color hex is 0.72, 0.00, 0.01, 0.00. Web safe color of #47fefc is #33ffff. Color #47fefc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 11111110 | 11111100 |
Octal | 107 | 376 | 374 |
Decimal | 71 | 254 | 252 |
Hex | 47 | FE | FC |
Shades of #47fefc
Tints of #47fefc
RGB Percentages of Color #47fefc
CMYK Percentages of Color #47fefc
Complementary Color
#47fefc | #fe4749 |
#47fefc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#47fefc Color Preview on White Background
Lorem ipsum dolor sit amet.
#47fefc Color CSS Codes
.mybgcolor {background-color:#47fefc; } .myforecolor {color:#47fefc; } .mybordercolor {border:3px solid #47fefc; }
#47fefc Text Font Color
<p style="color:#47fefc">Text here</p>
This sample text font color is #47fefc
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.
#47fefc Background Color
<div style="background-color:#47fefc">
Div content here</div>
This div background color is #47fefc
#47fefc Border Color
<div style="border:3px solid #47fefc">
Div here</div>
This div border color is #47fefc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,254,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #47fefc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47fefc; -webkit-box-shadow: 1px 1px 3px 2px #47fefc; box-shadow: 1px 1px 3px 2px #47fefc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,254,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #47fefc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #47fefc; -webkit-box-shadow: 1px 1px 3px 2px #47fefc; box-shadow: 1px 1px 3px 2px #47fefc;">
Div content here</div>
This div box has shadow with color #47fefc
Comments
No comments written yet.
Please login to write comment.