Color spaces of #47afec
RGB | 71 | 175 | 236 |
---|---|---|---|
HSL | 0.56 | 0.81 | 0.60 |
HSV | 202° | 70° | 93° |
CMYK | 0.70 | 0.26 | 0.00 0.07 |
XYZ | 33.0688 | 38.0557 | 84.9594 |
Yxy | 38.0557 | 0.2119 | 0.2438 |
Hunter Lab | 61.6893 | -12.2706 | -38.4725 |
CIE-Lab | 68.0616 | -10.6690 | -39.1916 |
#47afec color RGB value is (71,175,236).
#47afec hex color red value is 71, green value is 175 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #47afec hue: 0.56 , saturation: 0.81 and the lightness value of 47afec is 0.60.
The process color (four color CMYK) of #47afec color hex is 0.70, 0.26, 0.00, 0.07. Web safe color of #47afec is #3399ff. Color #47afec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 10101111 | 11101100 |
Octal | 107 | 257 | 354 |
Decimal | 71 | 175 | 236 |
Hex | 47 | AF | EC |
Shades of #47afec
Tints of #47afec
RGB Percentages of Color #47afec
CMYK Percentages of Color #47afec
Complementary Color
#47afec | #ec8447 |
#47afec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#47afec Color Preview on White Background
Lorem ipsum dolor sit amet.
#47afec Color CSS Codes
.mybgcolor {background-color:#47afec; } .myforecolor {color:#47afec; } .mybordercolor {border:3px solid #47afec; }
#47afec Text Font Color
<p style="color:#47afec">Text here</p>
This sample text font color is #47afec
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.
#47afec Background Color
<div style="background-color:#47afec">
Div content here</div>
This div background color is #47afec
#47afec Border Color
<div style="border:3px solid #47afec">
Div here</div>
This div border color is #47afec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,175,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #47afec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47afec; -webkit-box-shadow: 1px 1px 3px 2px #47afec; box-shadow: 1px 1px 3px 2px #47afec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,175,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #47afec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #47afec; -webkit-box-shadow: 1px 1px 3px 2px #47afec; box-shadow: 1px 1px 3px 2px #47afec;">
Div content here</div>
This div box has shadow with color #47afec
Comments
No comments written yet.
Please login to write comment.