Color spaces of #ffeb1e
RGB | 255 | 235 | 30 |
---|---|---|---|
HSL | 0.15 | 1.00 | 0.56 |
HSV | 55° | 88° | 100° |
CMYK | 0.00 | 0.08 | 0.88 0.00 |
XYZ | 71.1827 | 80.7704 | 13.0668 |
Yxy | 80.7704 | 0.4314 | 0.4895 |
Hunter Lab | 89.8724 | -15.8971 | 54.2903 |
CIE-Lab | 92.0294 | -11.5819 | 87.6070 |
#ffeb1e color RGB value is (255,235,30).
#ffeb1e hex color red value is 255, green value is 235 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ffeb1e hue: 0.15 , saturation: 1.00 and the lightness value of ffeb1e is 0.56.
The process color (four color CMYK) of #ffeb1e color hex is 0.00, 0.08, 0.88, 0.00. Web safe color of #ffeb1e is #ffff33. Color #ffeb1e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11101011 | 00011110 |
Octal | 377 | 353 | 36 |
Decimal | 255 | 235 | 30 |
Hex | FF | EB | 1E |
Shades of #ffeb1e
Tints of #ffeb1e
RGB Percentages of Color #ffeb1e
CMYK Percentages of Color #ffeb1e
Complementary Color
#ffeb1e | #1e32ff |
#ffeb1e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffeb1e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffeb1e Color CSS Codes
.mybgcolor {background-color:#ffeb1e; } .myforecolor {color:#ffeb1e; } .mybordercolor {border:3px solid #ffeb1e; }
#ffeb1e Text Font Color
<p style="color:#ffeb1e">Text here</p>
This sample text font color is #ffeb1e
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.
#ffeb1e Background Color
<div style="background-color:#ffeb1e">
Div content here</div>
This div background color is #ffeb1e
#ffeb1e Border Color
<div style="border:3px solid #ffeb1e">
Div here</div>
This div border color is #ffeb1e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,235,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffeb1e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffeb1e; -webkit-box-shadow: 1px 1px 3px 2px #ffeb1e; box-shadow: 1px 1px 3px 2px #ffeb1e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,235,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffeb1e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffeb1e; -webkit-box-shadow: 1px 1px 3px 2px #ffeb1e; box-shadow: 1px 1px 3px 2px #ffeb1e;">
Div content here</div>
This div box has shadow with color #ffeb1e
#ffeb1e Color Palettes
Comments
No comments written yet.
Please login to write comment.