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