Hex #ee2c2c Color
equivalent to
RGB
(238, 44, 44)Details of #ee2c2c
|
|
|
|
Base Numbers
|
|
|
|
#ee2c2c tints
#ee2c2c shades
RGB in % of #ee2c2c
CMYK in % of #ee2c2c
Preview Color #ee2c2c on black ground
#ee2c2c is very interesting for text.
Preview Color #ee2c2c on white ground
#ee2c2c is very interesting for text.
CSS Codes #ee2c2c color
.mybgcolor {background-color:#ee2c2c; } .myforecolor {color:#ee2c2c; } .mybordercolor {border:3px solid #ee2c2c; }
Text Font Color #ee2c2c
<p style="color:#ee2c2c">Text here</p>
This sample text font color is #ee2c2c
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 #ee2c2c
<div style="background-color:#ee2c2c">
Div content here</div>
This div background color is #ee2c2c
Border Color #ee2c2c
<div style="border:3px solid #ee2c2c">
Div here</div>
The color of this border is #ee2c2c
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ee2c2c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ee2c2c; -webkit-box-shadow: 1px 1px 3px 2px #ee2c2c; box-shadow: 1px 1px 3px 2px #ee2c2c; }
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 #ee2c2c">Text here</p>
The shadow of this text using hex.
Shadow of Div
<div style="-moz-box-shadow: 1px 1px 3px 2px #ee2c2c; -webkit-box-shadow: 1px 1px 3px 2px #ee2c2c; box-shadow: 1px 1px 3px 2px #ee2c2c;">
Div content here</div>
The shadow of div box using color #ee2c2c