Color spaces of #f4e1dc
RGB | 244 | 225 | 220 |
---|---|---|---|
HSL | 0.03 | 0.52 | 0.91 |
HSV | 13° | 10° | 96° |
CMYK | 0.00 | 0.08 | 0.10 0.04 |
XYZ | 77.1517 | 78.2508 | 78.7477 |
Yxy | 78.2508 | 0.3295 | 0.3342 |
Hunter Lab | 88.4595 | 0.8782 | 9.1410 |
CIE-Lab | 90.8942 | 5.6639 | 4.7764 |
#f4e1dc color RGB value is (244,225,220).
#f4e1dc hex color red value is 244, green value is 225 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f4e1dc hue: 0.03 , saturation: 0.52 and the lightness value of f4e1dc is 0.91.
The process color (four color CMYK) of #f4e1dc color hex is 0.00, 0.08, 0.10, 0.04. Web safe color of #f4e1dc is #ffcccc. Color #f4e1dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 11100001 | 11011100 |
Octal | 364 | 341 | 334 |
Decimal | 244 | 225 | 220 |
Hex | F4 | E1 | DC |
Shades of #f4e1dc
Tints of #f4e1dc
RGB Percentages of Color #f4e1dc
CMYK Percentages of Color #f4e1dc
Complementary Color
#f4e1dc | #dceff4 |
#f4e1dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f4e1dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f4e1dc Color CSS Codes
.mybgcolor {background-color:#f4e1dc; } .myforecolor {color:#f4e1dc; } .mybordercolor {border:3px solid #f4e1dc; }
#f4e1dc Text Font Color
<p style="color:#f4e1dc">Text here</p>
This sample text font color is #f4e1dc
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.
#f4e1dc Background Color
<div style="background-color:#f4e1dc">
Div content here</div>
This div background color is #f4e1dc
#f4e1dc Border Color
<div style="border:3px solid #f4e1dc">
Div here</div>
This div border color is #f4e1dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,225,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f4e1dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f4e1dc; -webkit-box-shadow: 1px 1px 3px 2px #f4e1dc; box-shadow: 1px 1px 3px 2px #f4e1dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,225,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f4e1dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f4e1dc; -webkit-box-shadow: 1px 1px 3px 2px #f4e1dc; box-shadow: 1px 1px 3px 2px #f4e1dc;">
Div content here</div>
This div box has shadow with color #f4e1dc
Comments
No comments written yet.
Please login to write comment.