Color spaces of #ffae0e
RGB | 255 | 174 | 14 |
---|---|---|---|
HSL | 0.11 | 1.00 | 0.53 |
HSV | 40° | 95° | 100° |
CMYK | 0.00 | 0.32 | 0.95 0.00 |
XYZ | 56.4553 | 51.5638 | 7.3928 |
Yxy | 51.5638 | 0.4892 | 0.4468 |
Hunter Lab | 71.8079 | 14.6726 | 44.1615 |
CIE-Lab | 77.0193 | 19.3542 | 78.7863 |
#ffae0e color RGB value is (255,174,14).
#ffae0e hex color red value is 255, green value is 174 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ffae0e hue: 0.11 , saturation: 1.00 and the lightness value of ffae0e is 0.53.
The process color (four color CMYK) of #ffae0e color hex is 0.00, 0.32, 0.95, 0.00. Web safe color of #ffae0e is #ff9900. Color #ffae0e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10101110 | 00001110 |
Octal | 377 | 256 | 16 |
Decimal | 255 | 174 | 14 |
Hex | FF | AE | E |
Shades of #ffae0e
Tints of #ffae0e
RGB Percentages of Color #ffae0e
CMYK Percentages of Color #ffae0e
Complementary Color
#ffae0e | #0e5fff |
#ffae0e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffae0e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffae0e Color CSS Codes
.mybgcolor {background-color:#ffae0e; } .myforecolor {color:#ffae0e; } .mybordercolor {border:3px solid #ffae0e; }
#ffae0e Text Font Color
<p style="color:#ffae0e">Text here</p>
This sample text font color is #ffae0e
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.
#ffae0e Background Color
<div style="background-color:#ffae0e">
Div content here</div>
This div background color is #ffae0e
#ffae0e Border Color
<div style="border:3px solid #ffae0e">
Div here</div>
This div border color is #ffae0e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,174,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffae0e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffae0e; -webkit-box-shadow: 1px 1px 3px 2px #ffae0e; box-shadow: 1px 1px 3px 2px #ffae0e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,174,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffae0e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffae0e; -webkit-box-shadow: 1px 1px 3px 2px #ffae0e; box-shadow: 1px 1px 3px 2px #ffae0e;">
Div content here</div>
This div box has shadow with color #ffae0e
Comments
No comments written yet.
Please login to write comment.