Color spaces of #f1eeaa
RGB | 241 | 238 | 170 |
---|---|---|---|
HSL | 0.16 | 0.72 | 0.81 |
HSV | 57° | 29° | 95° |
CMYK | 0.00 | 0.01 | 0.29 0.05 |
XYZ | 74.1059 | 82.7521 | 50.0972 |
Yxy | 82.7521 | 0.3581 | 0.3999 |
Hunter Lab | 90.9682 | -13.7819 | 31.0261 |
CIE-Lab | 92.9058 | -9.2270 | 33.3684 |
#f1eeaa color RGB value is (241,238,170).
#f1eeaa hex color red value is 241, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f1eeaa hue: 0.16 , saturation: 0.72 and the lightness value of f1eeaa is 0.81.
The process color (four color CMYK) of #f1eeaa color hex is 0.00, 0.01, 0.29, 0.05. Web safe color of #f1eeaa is #ffff99. Color #f1eeaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 11101110 | 10101010 |
Octal | 361 | 356 | 252 |
Decimal | 241 | 238 | 170 |
Hex | F1 | EE | AA |
Shades of #f1eeaa
Tints of #f1eeaa
RGB Percentages of Color #f1eeaa
CMYK Percentages of Color #f1eeaa
Complementary Color
#f1eeaa | #aaadf1 |
#f1eeaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f1eeaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#f1eeaa Color CSS Codes
.mybgcolor {background-color:#f1eeaa; } .myforecolor {color:#f1eeaa; } .mybordercolor {border:3px solid #f1eeaa; }
#f1eeaa Text Font Color
<p style="color:#f1eeaa">Text here</p>
This sample text font color is #f1eeaa
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.
#f1eeaa Background Color
<div style="background-color:#f1eeaa">
Div content here</div>
This div background color is #f1eeaa
#f1eeaa Border Color
<div style="border:3px solid #f1eeaa">
Div here</div>
This div border color is #f1eeaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,238,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f1eeaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f1eeaa; -webkit-box-shadow: 1px 1px 3px 2px #f1eeaa; box-shadow: 1px 1px 3px 2px #f1eeaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,238,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f1eeaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f1eeaa; -webkit-box-shadow: 1px 1px 3px 2px #f1eeaa; box-shadow: 1px 1px 3px 2px #f1eeaa;">
Div content here</div>
This div box has shadow with color #f1eeaa
Comments
No comments written yet.
Please login to write comment.