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