Color spaces of #47cfde
RGB | 71 | 207 | 222 |
---|---|---|---|
HSL | 0.52 | 0.70 | 0.57 |
HSV | 186° | 68° | 87° |
CMYK | 0.68 | 0.07 | 0.00 0.13 |
XYZ | 38.0962 | 51.2392 | 76.9895 |
Yxy | 51.2392 | 0.2290 | 0.3081 |
Hunter Lab | 71.5816 | -30.2688 | -13.6622 |
CIE-Lab | 76.8237 | -31.4491 | -18.1371 |
#47cfde color RGB value is (71,207,222).
#47cfde hex color red value is 71, green value is 207 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #47cfde hue: 0.52 , saturation: 0.70 and the lightness value of 47cfde is 0.57.
The process color (four color CMYK) of #47cfde color hex is 0.68, 0.07, 0.00, 0.13. Web safe color of #47cfde is #33cccc. Color #47cfde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 11001111 | 11011110 |
Octal | 107 | 317 | 336 |
Decimal | 71 | 207 | 222 |
Hex | 47 | CF | DE |
Shades of #47cfde
Tints of #47cfde
RGB Percentages of Color #47cfde
CMYK Percentages of Color #47cfde
Complementary Color
#47cfde | #de5647 |
#47cfde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#47cfde Color Preview on White Background
Lorem ipsum dolor sit amet.
#47cfde Color CSS Codes
.mybgcolor {background-color:#47cfde; } .myforecolor {color:#47cfde; } .mybordercolor {border:3px solid #47cfde; }
#47cfde Text Font Color
<p style="color:#47cfde">Text here</p>
This sample text font color is #47cfde
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.
#47cfde Background Color
<div style="background-color:#47cfde">
Div content here</div>
This div background color is #47cfde
#47cfde Border Color
<div style="border:3px solid #47cfde">
Div here</div>
This div border color is #47cfde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,207,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #47cfde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47cfde; -webkit-box-shadow: 1px 1px 3px 2px #47cfde; box-shadow: 1px 1px 3px 2px #47cfde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,207,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 #47cfde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #47cfde; -webkit-box-shadow: 1px 1px 3px 2px #47cfde; box-shadow: 1px 1px 3px 2px #47cfde;">
Div content here</div>
This div box has shadow with color #47cfde
Comments
No comments written yet.
Please login to write comment.