Color spaces of #ffeb4a
RGB | 255 | 235 | 74 |
---|---|---|---|
HSL | 0.15 | 1.00 | 0.65 |
HSV | 53° | 71° | 100° |
CMYK | 0.00 | 0.08 | 0.71 0.00 |
XYZ | 72.1844 | 81.1711 | 18.3416 |
Yxy | 81.1711 | 0.4204 | 0.4728 |
Hunter Lab | 90.0950 | -14.6515 | 50.9962 |
CIE-Lab | 92.2078 | -10.2306 | 76.1092 |
#ffeb4a color RGB value is (255,235,74).
#ffeb4a hex color red value is 255, green value is 235 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ffeb4a hue: 0.15 , saturation: 1.00 and the lightness value of ffeb4a is 0.65.
The process color (four color CMYK) of #ffeb4a color hex is 0.00, 0.08, 0.71, 0.00. Web safe color of #ffeb4a is #ffff33. Color #ffeb4a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11101011 | 01001010 |
Octal | 377 | 353 | 112 |
Decimal | 255 | 235 | 74 |
Hex | FF | EB | 4A |
Shades of #ffeb4a
Tints of #ffeb4a
RGB Percentages of Color #ffeb4a
CMYK Percentages of Color #ffeb4a
Complementary Color
#ffeb4a | #4a5eff |
#ffeb4a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffeb4a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffeb4a Color CSS Codes
.mybgcolor {background-color:#ffeb4a; } .myforecolor {color:#ffeb4a; } .mybordercolor {border:3px solid #ffeb4a; }
#ffeb4a Text Font Color
<p style="color:#ffeb4a">Text here</p>
This sample text font color is #ffeb4a
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.
#ffeb4a Background Color
<div style="background-color:#ffeb4a">
Div content here</div>
This div background color is #ffeb4a
#ffeb4a Border Color
<div style="border:3px solid #ffeb4a">
Div here</div>
This div border color is #ffeb4a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,235,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffeb4a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffeb4a; -webkit-box-shadow: 1px 1px 3px 2px #ffeb4a; box-shadow: 1px 1px 3px 2px #ffeb4a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,235,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffeb4a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffeb4a; -webkit-box-shadow: 1px 1px 3px 2px #ffeb4a; box-shadow: 1px 1px 3px 2px #ffeb4a;">
Div content here</div>
This div box has shadow with color #ffeb4a
Comments
No comments written yet.
Please login to write comment.