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