Color spaces of #ffb918
RGB | 255 | 185 | 24 |
---|---|---|---|
HSL | 0.12 | 1.00 | 0.55 |
HSV | 42° | 91° | 100° |
CMYK | 0.00 | 0.27 | 0.91 0.00 |
XYZ | 58.7538 | 56.0239 | 8.5812 |
Yxy | 56.0239 | 0.4763 | 0.4542 |
Hunter Lab | 74.8491 | 9.1300 | 45.5970 |
CIE-Lab | 79.6274 | 13.7405 | 79.1265 |
#ffb918 color RGB value is (255,185,24).
#ffb918 hex color red value is 255, green value is 185 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #ffb918 hue: 0.12 , saturation: 1.00 and the lightness value of ffb918 is 0.55.
The process color (four color CMYK) of #ffb918 color hex is 0.00, 0.27, 0.91, 0.00. Web safe color of #ffb918 is #ffcc00. Color #ffb918 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10111001 | 00011000 |
Octal | 377 | 271 | 30 |
Decimal | 255 | 185 | 24 |
Hex | FF | B9 | 18 |
Shades of #ffb918
Tints of #ffb918
RGB Percentages of Color #ffb918
CMYK Percentages of Color #ffb918
Complementary Color
#ffb918 | #185eff |
#ffb918 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffb918 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffb918 Color CSS Codes
.mybgcolor {background-color:#ffb918; } .myforecolor {color:#ffb918; } .mybordercolor {border:3px solid #ffb918; }
#ffb918 Text Font Color
<p style="color:#ffb918">Text here</p>
This sample text font color is #ffb918
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.
#ffb918 Background Color
<div style="background-color:#ffb918">
Div content here</div>
This div background color is #ffb918
#ffb918 Border Color
<div style="border:3px solid #ffb918">
Div here</div>
This div border color is #ffb918
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,185,24, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffb918; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffb918; -webkit-box-shadow: 1px 1px 3px 2px #ffb918; box-shadow: 1px 1px 3px 2px #ffb918; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,185,24, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffb918">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffb918; -webkit-box-shadow: 1px 1px 3px 2px #ffb918; box-shadow: 1px 1px 3px 2px #ffb918;">
Div content here</div>
This div box has shadow with color #ffb918
Comments
No comments written yet.
Please login to write comment.