Color spaces of #ffab0e
RGB | 255 | 171 | 14 |
---|---|---|---|
HSL | 0.11 | 1.00 | 0.53 |
HSV | 39° | 95° | 100° |
CMYK | 0.00 | 0.33 | 0.95 0.00 |
XYZ | 55.8822 | 50.4175 | 7.2017 |
Yxy | 50.4175 | 0.4923 | 0.4442 |
Hunter Lab | 71.0053 | 16.2229 | 43.6902 |
CIE-Lab | 76.3248 | 20.9206 | 78.2981 |
#ffab0e color RGB value is (255,171,14).
#ffab0e hex color red value is 255, green value is 171 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ffab0e hue: 0.11 , saturation: 1.00 and the lightness value of ffab0e is 0.53.
The process color (four color CMYK) of #ffab0e color hex is 0.00, 0.33, 0.95, 0.00. Web safe color of #ffab0e is #ff9900. Color #ffab0e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10101011 | 00001110 |
Octal | 377 | 253 | 16 |
Decimal | 255 | 171 | 14 |
Hex | FF | AB | E |
Shades of #ffab0e
Tints of #ffab0e
RGB Percentages of Color #ffab0e
CMYK Percentages of Color #ffab0e
Complementary Color
#ffab0e | #0e62ff |
#ffab0e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffab0e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffab0e Color CSS Codes
.mybgcolor {background-color:#ffab0e; } .myforecolor {color:#ffab0e; } .mybordercolor {border:3px solid #ffab0e; }
#ffab0e Text Font Color
<p style="color:#ffab0e">Text here</p>
This sample text font color is #ffab0e
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.
#ffab0e Background Color
<div style="background-color:#ffab0e">
Div content here</div>
This div background color is #ffab0e
#ffab0e Border Color
<div style="border:3px solid #ffab0e">
Div here</div>
This div border color is #ffab0e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,171,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffab0e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffab0e; -webkit-box-shadow: 1px 1px 3px 2px #ffab0e; box-shadow: 1px 1px 3px 2px #ffab0e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,171,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 #ffab0e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffab0e; -webkit-box-shadow: 1px 1px 3px 2px #ffab0e; box-shadow: 1px 1px 3px 2px #ffab0e;">
Div content here</div>
This div box has shadow with color #ffab0e
Comments
No comments written yet.
Please login to write comment.