Color spaces of #ffba01
RGB | 255 | 186 | 1 |
---|---|---|---|
HSL | 0.12 | 1.00 | 0.50 |
HSV | 44° | 100° | 100° |
CMYK | 0.00 | 0.27 | 1.00 0.00 |
XYZ | 58.8044 | 56.3800 | 7.8118 |
Yxy | 56.3800 | 0.4781 | 0.4584 |
Hunter Lab | 75.0866 | 8.3914 | 46.3923 |
CIE-Lab | 79.8296 | 12.9913 | 82.1185 |
#ffba01 color RGB value is (255,186,1).
#ffba01 hex color red value is 255, green value is 186 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #ffba01 hue: 0.12 , saturation: 1.00 and the lightness value of ffba01 is 0.50.
The process color (four color CMYK) of #ffba01 color hex is 0.00, 0.27, 1.00, 0.00. Web safe color of #ffba01 is #ffcc00. Color #ffba01 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10111010 | 00000001 |
Octal | 377 | 272 | 1 |
Decimal | 255 | 186 | 1 |
Hex | FF | BA | 1 |
Shades of #ffba01
Tints of #ffba01
RGB Percentages of Color #ffba01
CMYK Percentages of Color #ffba01
Complementary Color
#ffba01 | #0146ff |
#ffba01 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffba01 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffba01 Color CSS Codes
.mybgcolor {background-color:#ffba01; } .myforecolor {color:#ffba01; } .mybordercolor {border:3px solid #ffba01; }
#ffba01 Text Font Color
<p style="color:#ffba01">Text here</p>
This sample text font color is #ffba01
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.
#ffba01 Background Color
<div style="background-color:#ffba01">
Div content here</div>
This div background color is #ffba01
#ffba01 Border Color
<div style="border:3px solid #ffba01">
Div here</div>
This div border color is #ffba01
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,186,1, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffba01; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffba01; -webkit-box-shadow: 1px 1px 3px 2px #ffba01; box-shadow: 1px 1px 3px 2px #ffba01; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,186,1, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffba01">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffba01; -webkit-box-shadow: 1px 1px 3px 2px #ffba01; box-shadow: 1px 1px 3px 2px #ffba01;">
Div content here</div>
This div box has shadow with color #ffba01
#ffba01 Color Palettes
Comments
No comments written yet.
Please login to write comment.