Color spaces of #f5ddac
RGB | 245 | 221 | 172 |
---|---|---|---|
HSL | 0.11 | 0.78 | 0.82 |
HSV | 40° | 30° | 96° |
CMYK | 0.00 | 0.10 | 0.30 0.04 |
XYZ | 70.9590 | 74.1039 | 49.5933 |
Yxy | 74.1039 | 0.3645 | 0.3807 |
Hunter Lab | 86.0836 | -3.5082 | 26.1012 |
CIE-Lab | 88.9716 | 1.1224 | 27.1047 |
#f5ddac color RGB value is (245,221,172).
#f5ddac hex color red value is 245, green value is 221 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f5ddac hue: 0.11 , saturation: 0.78 and the lightness value of f5ddac is 0.82.
The process color (four color CMYK) of #f5ddac color hex is 0.00, 0.10, 0.30, 0.04. Web safe color of #f5ddac is #ffcc99. Color #f5ddac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 11011101 | 10101100 |
Octal | 365 | 335 | 254 |
Decimal | 245 | 221 | 172 |
Hex | F5 | DD | AC |
Shades of #f5ddac
Tints of #f5ddac
RGB Percentages of Color #f5ddac
CMYK Percentages of Color #f5ddac
Complementary Color
#f5ddac | #acc4f5 |
#f5ddac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f5ddac Color Preview on White Background
Lorem ipsum dolor sit amet.
#f5ddac Color CSS Codes
.mybgcolor {background-color:#f5ddac; } .myforecolor {color:#f5ddac; } .mybordercolor {border:3px solid #f5ddac; }
#f5ddac Text Font Color
<p style="color:#f5ddac">Text here</p>
This sample text font color is #f5ddac
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.
#f5ddac Background Color
<div style="background-color:#f5ddac">
Div content here</div>
This div background color is #f5ddac
#f5ddac Border Color
<div style="border:3px solid #f5ddac">
Div here</div>
This div border color is #f5ddac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,221,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f5ddac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f5ddac; -webkit-box-shadow: 1px 1px 3px 2px #f5ddac; box-shadow: 1px 1px 3px 2px #f5ddac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,221,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f5ddac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f5ddac; -webkit-box-shadow: 1px 1px 3px 2px #f5ddac; box-shadow: 1px 1px 3px 2px #f5ddac;">
Div content here</div>
This div box has shadow with color #f5ddac
Comments
No comments written yet.
Please login to write comment.