Color spaces of #ffe08c
RGB | 255 | 224 | 140 |
---|---|---|---|
HSL | 0.12 | 1.00 | 0.77 |
HSV | 44° | 45° | 100° |
CMYK | 0.00 | 0.12 | 0.45 0.00 |
XYZ | 72.6293 | 76.4648 | 35.7421 |
Yxy | 76.4648 | 0.3929 | 0.4137 |
Hunter Lab | 87.4442 | -4.7689 | 36.9766 |
CIE-Lab | 90.0747 | -0.1011 | 44.9221 |
#ffe08c color RGB value is (255,224,140).
#ffe08c hex color red value is 255, green value is 224 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ffe08c hue: 0.12 , saturation: 1.00 and the lightness value of ffe08c is 0.77.
The process color (four color CMYK) of #ffe08c color hex is 0.00, 0.12, 0.45, 0.00. Web safe color of #ffe08c is #ffcc99. Color #ffe08c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11100000 | 10001100 |
Octal | 377 | 340 | 214 |
Decimal | 255 | 224 | 140 |
Hex | FF | E0 | 8C |
Shades of #ffe08c
Tints of #ffe08c
RGB Percentages of Color #ffe08c
CMYK Percentages of Color #ffe08c
Complementary Color
#ffe08c | #8cabff |
#ffe08c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffe08c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffe08c Color CSS Codes
.mybgcolor {background-color:#ffe08c; } .myforecolor {color:#ffe08c; } .mybordercolor {border:3px solid #ffe08c; }
#ffe08c Text Font Color
<p style="color:#ffe08c">Text here</p>
This sample text font color is #ffe08c
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.
#ffe08c Background Color
<div style="background-color:#ffe08c">
Div content here</div>
This div background color is #ffe08c
#ffe08c Border Color
<div style="border:3px solid #ffe08c">
Div here</div>
This div border color is #ffe08c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,224,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffe08c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffe08c; -webkit-box-shadow: 1px 1px 3px 2px #ffe08c; box-shadow: 1px 1px 3px 2px #ffe08c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,224,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffe08c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffe08c; -webkit-box-shadow: 1px 1px 3px 2px #ffe08c; box-shadow: 1px 1px 3px 2px #ffe08c;">
Div content here</div>
This div box has shadow with color #ffe08c
#ffe08c Color Palettes
Comments
No comments written yet.
Please login to write comment.