Color spaces of #ffea1a
RGB | 255 | 234 | 26 |
---|---|---|---|
HSL | 0.15 | 1.00 | 0.55 |
HSV | 54° | 90° | 100° |
CMYK | 0.00 | 0.08 | 0.90 0.00 |
XYZ | 70.8493 | 80.1802 | 12.7195 |
Yxy | 80.1802 | 0.4327 | 0.4897 |
Hunter Lab | 89.5434 | -15.4666 | 54.2583 |
CIE-Lab | 91.7657 | -11.1549 | 88.0341 |
#ffea1a color RGB value is (255,234,26).
#ffea1a hex color red value is 255, green value is 234 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ffea1a hue: 0.15 , saturation: 1.00 and the lightness value of ffea1a is 0.55.
The process color (four color CMYK) of #ffea1a color hex is 0.00, 0.08, 0.90, 0.00. Web safe color of #ffea1a is #ffff33. Color #ffea1a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11101010 | 00011010 |
Octal | 377 | 352 | 32 |
Decimal | 255 | 234 | 26 |
Hex | FF | EA | 1A |
Shades of #ffea1a
Tints of #ffea1a
RGB Percentages of Color #ffea1a
CMYK Percentages of Color #ffea1a
Complementary Color
#ffea1a | #1a2fff |
#ffea1a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffea1a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffea1a Color CSS Codes
.mybgcolor {background-color:#ffea1a; } .myforecolor {color:#ffea1a; } .mybordercolor {border:3px solid #ffea1a; }
#ffea1a Text Font Color
<p style="color:#ffea1a">Text here</p>
This sample text font color is #ffea1a
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.
#ffea1a Background Color
<div style="background-color:#ffea1a">
Div content here</div>
This div background color is #ffea1a
#ffea1a Border Color
<div style="border:3px solid #ffea1a">
Div here</div>
This div border color is #ffea1a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,234,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffea1a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffea1a; -webkit-box-shadow: 1px 1px 3px 2px #ffea1a; box-shadow: 1px 1px 3px 2px #ffea1a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,234,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffea1a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffea1a; -webkit-box-shadow: 1px 1px 3px 2px #ffea1a; box-shadow: 1px 1px 3px 2px #ffea1a;">
Div content here</div>
This div box has shadow with color #ffea1a
#ffea1a Color Palettes
Comments
No comments written yet.
Please login to write comment.