Color spaces of #ffe11f
RGB | 255 | 225 | 31 |
---|---|---|---|
HSL | 0.14 | 1.00 | 0.56 |
HSV | 52° | 88° | 100° |
CMYK | 0.00 | 0.12 | 0.88 0.00 |
XYZ | 68.4125 | 75.2094 | 12.2075 |
Yxy | 75.2094 | 0.4390 | 0.4826 |
Hunter Lab | 86.7234 | -10.9545 | 52.3605 |
CIE-Lab | 89.4910 | -6.6087 | 85.4421 |
#ffe11f color RGB value is (255,225,31).
#ffe11f hex color red value is 255, green value is 225 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ffe11f hue: 0.14 , saturation: 1.00 and the lightness value of ffe11f is 0.56.
The process color (four color CMYK) of #ffe11f color hex is 0.00, 0.12, 0.88, 0.00. Web safe color of #ffe11f is #ffcc33. Color #ffe11f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11100001 | 00011111 |
Octal | 377 | 341 | 37 |
Decimal | 255 | 225 | 31 |
Hex | FF | E1 | 1F |
Shades of #ffe11f
Tints of #ffe11f
RGB Percentages of Color #ffe11f
CMYK Percentages of Color #ffe11f
Complementary Color
#ffe11f | #1f3dff |
#ffe11f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffe11f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffe11f Color CSS Codes
.mybgcolor {background-color:#ffe11f; } .myforecolor {color:#ffe11f; } .mybordercolor {border:3px solid #ffe11f; }
#ffe11f Text Font Color
<p style="color:#ffe11f">Text here</p>
This sample text font color is #ffe11f
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.
#ffe11f Background Color
<div style="background-color:#ffe11f">
Div content here</div>
This div background color is #ffe11f
#ffe11f Border Color
<div style="border:3px solid #ffe11f">
Div here</div>
This div border color is #ffe11f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,225,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffe11f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffe11f; -webkit-box-shadow: 1px 1px 3px 2px #ffe11f; box-shadow: 1px 1px 3px 2px #ffe11f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,225,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffe11f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffe11f; -webkit-box-shadow: 1px 1px 3px 2px #ffe11f; box-shadow: 1px 1px 3px 2px #ffe11f;">
Div content here</div>
This div box has shadow with color #ffe11f
#ffe11f Color Palettes
Comments
No comments written yet.
Please login to write comment.