Color spaces of #ffec1c
RGB | 255 | 236 | 28 |
---|---|---|---|
HSL | 0.15 | 1.00 | 0.55 |
HSV | 55° | 89° | 100° |
CMYK | 0.00 | 0.07 | 0.89 0.00 |
XYZ | 71.4451 | 81.3347 | 13.0322 |
Yxy | 81.3347 | 0.4309 | 0.4905 |
Hunter Lab | 90.1858 | -16.4175 | 54.5624 |
CIE-Lab | 92.2804 | -12.1065 | 88.1269 |
#ffec1c color RGB value is (255,236,28).
#ffec1c hex color red value is 255, green value is 236 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ffec1c hue: 0.15 , saturation: 1.00 and the lightness value of ffec1c is 0.55.
The process color (four color CMYK) of #ffec1c color hex is 0.00, 0.07, 0.89, 0.00. Web safe color of #ffec1c is #ffff33. Color #ffec1c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11101100 | 00011100 |
Octal | 377 | 354 | 34 |
Decimal | 255 | 236 | 28 |
Hex | FF | EC | 1C |
Shades of #ffec1c
Tints of #ffec1c
RGB Percentages of Color #ffec1c
CMYK Percentages of Color #ffec1c
Complementary Color
#ffec1c | #1c2fff |
#ffec1c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffec1c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffec1c Color CSS Codes
.mybgcolor {background-color:#ffec1c; } .myforecolor {color:#ffec1c; } .mybordercolor {border:3px solid #ffec1c; }
#ffec1c Text Font Color
<p style="color:#ffec1c">Text here</p>
This sample text font color is #ffec1c
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.
#ffec1c Background Color
<div style="background-color:#ffec1c">
Div content here</div>
This div background color is #ffec1c
#ffec1c Border Color
<div style="border:3px solid #ffec1c">
Div here</div>
This div border color is #ffec1c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,236,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffec1c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffec1c; -webkit-box-shadow: 1px 1px 3px 2px #ffec1c; box-shadow: 1px 1px 3px 2px #ffec1c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,236,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffec1c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffec1c; -webkit-box-shadow: 1px 1px 3px 2px #ffec1c; box-shadow: 1px 1px 3px 2px #ffec1c;">
Div content here</div>
This div box has shadow with color #ffec1c
Comments
No comments written yet.
Please login to write comment.