Color spaces of #f5ddea
RGB | 245 | 221 | 234 |
---|---|---|---|
HSL | 0.91 | 0.55 | 0.91 |
HSV | 328° | 10° | 96° |
CMYK | 0.00 | 0.10 | 0.04 0.04 |
XYZ | 78.3639 | 77.0659 | 88.5869 |
Yxy | 77.0659 | 0.3211 | 0.3158 |
Hunter Lab | 87.7872 | 5.7118 | 1.6209 |
CIE-Lab | 90.3519 | 10.4314 | -3.3441 |
#f5ddea color RGB value is (245,221,234).
#f5ddea hex color red value is 245, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f5ddea hue: 0.91 , saturation: 0.55 and the lightness value of f5ddea is 0.91.
The process color (four color CMYK) of #f5ddea color hex is 0.00, 0.10, 0.04, 0.04. Web safe color of #f5ddea is #ffccff. Color #f5ddea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 11011101 | 11101010 |
Octal | 365 | 335 | 352 |
Decimal | 245 | 221 | 234 |
Hex | F5 | DD | EA |
Shades of #f5ddea
Tints of #f5ddea
RGB Percentages of Color #f5ddea
CMYK Percentages of Color #f5ddea
Complementary Color
#f5ddea | #ddf5e8 |
#f5ddea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f5ddea Color Preview on White Background
Lorem ipsum dolor sit amet.
#f5ddea Color CSS Codes
.mybgcolor {background-color:#f5ddea; } .myforecolor {color:#f5ddea; } .mybordercolor {border:3px solid #f5ddea; }
#f5ddea Text Font Color
<p style="color:#f5ddea">Text here</p>
This sample text font color is #f5ddea
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.
#f5ddea Background Color
<div style="background-color:#f5ddea">
Div content here</div>
This div background color is #f5ddea
#f5ddea Border Color
<div style="border:3px solid #f5ddea">
Div here</div>
This div border color is #f5ddea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,221,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f5ddea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f5ddea; -webkit-box-shadow: 1px 1px 3px 2px #f5ddea; box-shadow: 1px 1px 3px 2px #f5ddea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,221,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f5ddea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f5ddea; -webkit-box-shadow: 1px 1px 3px 2px #f5ddea; box-shadow: 1px 1px 3px 2px #f5ddea;">
Div content here</div>
This div box has shadow with color #f5ddea
#f5ddea Color Palettes
Comments
No comments written yet.
Please login to write comment.