Color spaces of #ffe4ac
RGB | 255 | 228 | 172 |
---|---|---|---|
HSL | 0.11 | 1.00 | 0.84 |
HSV | 40° | 33° | 100° |
CMYK | 0.00 | 0.11 | 0.33 0.00 |
XYZ | 76.4298 | 79.7254 | 50.3900 |
Yxy | 79.7254 | 0.3700 | 0.3860 |
Hunter Lab | 89.2891 | -3.4632 | 29.0422 |
CIE-Lab | 91.5615 | 1.3284 | 30.7505 |
#ffe4ac color RGB value is (255,228,172).
#ffe4ac hex color red value is 255, green value is 228 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ffe4ac hue: 0.11 , saturation: 1.00 and the lightness value of ffe4ac is 0.84.
The process color (four color CMYK) of #ffe4ac color hex is 0.00, 0.11, 0.33, 0.00. Web safe color of #ffe4ac is #ffcc99. Color #ffe4ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11100100 | 10101100 |
Octal | 377 | 344 | 254 |
Decimal | 255 | 228 | 172 |
Hex | FF | E4 | AC |
Shades of #ffe4ac
Tints of #ffe4ac
RGB Percentages of Color #ffe4ac
CMYK Percentages of Color #ffe4ac
Complementary Color
#ffe4ac | #acc7ff |
#ffe4ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffe4ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffe4ac Color CSS Codes
.mybgcolor {background-color:#ffe4ac; } .myforecolor {color:#ffe4ac; } .mybordercolor {border:3px solid #ffe4ac; }
#ffe4ac Text Font Color
<p style="color:#ffe4ac">Text here</p>
This sample text font color is #ffe4ac
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.
#ffe4ac Background Color
<div style="background-color:#ffe4ac">
Div content here</div>
This div background color is #ffe4ac
#ffe4ac Border Color
<div style="border:3px solid #ffe4ac">
Div here</div>
This div border color is #ffe4ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,228,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffe4ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffe4ac; -webkit-box-shadow: 1px 1px 3px 2px #ffe4ac; box-shadow: 1px 1px 3px 2px #ffe4ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,228,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 #ffe4ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffe4ac; -webkit-box-shadow: 1px 1px 3px 2px #ffe4ac; box-shadow: 1px 1px 3px 2px #ffe4ac;">
Div content here</div>
This div box has shadow with color #ffe4ac
Comments
No comments written yet.
Please login to write comment.