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