Hex #47aeca Color
equivalent to
RGB
(71, 174, 202)Details of #47aeca
|
|
|
|
Color HEX #47aeca matches (71, 174, 202) in RGB.
#47aeca hex color red value is 71, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #47aeca hue: 0.54, saturation: 0.55 and the lightness value of 47aeca is 0.54.
The process color (four color CMYK) of #47aeca color hex is 0.65, 0.14, 0.00, 0.21. Web safe color of #47aeca is #3399cc. Color #47aeca contains mainly BLUE color.
Base Numbers
|
|
|
|
#47aeca tints
#47aeca shades
RGB in % of #47aeca
CMYK in % of #47aeca
Preview Color #47aeca on black ground
Very nice color.
Preview Color #47aeca on white ground
Very nice color.
CSS Codes #47aeca color
.mybgcolor {background-color:#47aeca; } .myforecolor {color:#47aeca; } .mybordercolor {border:3px solid #47aeca; }
Text Font Color #47aeca
<p style="color:#47aeca">Text here</p>
This sample text font color is #47aeca
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.
Background Color #47aeca
<div style="background-color:#47aeca">
Div content here</div>
This div background color is #47aeca
Border Color #47aeca
<div style="border:3px solid #47aeca">
Div here</div>
The color of this border is #47aeca
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #47aeca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47aeca; -webkit-box-shadow: 1px 1px 3px 2px #47aeca; box-shadow: 1px 1px 3px 2px #47aeca; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #47aeca">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #47aeca; -webkit-box-shadow: 1px 1px 3px 2px #47aeca; box-shadow: 1px 1px 3px 2px #47aeca;">
Div content here</div>
The shadow of div box using color #47aeca