Color spaces of #ffb80a
RGB | 255 | 184 | 10 |
---|---|---|---|
HSL | 0.12 | 1.00 | 0.52 |
HSV | 43° | 96° | 100° |
CMYK | 0.00 | 0.28 | 0.96 0.00 |
XYZ | 58.4353 | 55.5629 | 7.9320 |
Yxy | 55.5629 | 0.4793 | 0.4557 |
Hunter Lab | 74.5405 | 9.4874 | 45.8692 |
CIE-Lab | 79.3644 | 14.1032 | 80.8923 |
#ffb80a color RGB value is (255,184,10).
#ffb80a hex color red value is 255, green value is 184 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ffb80a hue: 0.12 , saturation: 1.00 and the lightness value of ffb80a is 0.52.
The process color (four color CMYK) of #ffb80a color hex is 0.00, 0.28, 0.96, 0.00. Web safe color of #ffb80a is #ffcc00. Color #ffb80a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10111000 | 00001010 |
Octal | 377 | 270 | 12 |
Decimal | 255 | 184 | 10 |
Hex | FF | B8 | A |
Shades of #ffb80a
Tints of #ffb80a
RGB Percentages of Color #ffb80a
CMYK Percentages of Color #ffb80a
Complementary Color
#ffb80a | #0a51ff |
#ffb80a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffb80a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffb80a Color CSS Codes
.mybgcolor {background-color:#ffb80a; } .myforecolor {color:#ffb80a; } .mybordercolor {border:3px solid #ffb80a; }
#ffb80a Text Font Color
<p style="color:#ffb80a">Text here</p>
This sample text font color is #ffb80a
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.
#ffb80a Background Color
<div style="background-color:#ffb80a">
Div content here</div>
This div background color is #ffb80a
#ffb80a Border Color
<div style="border:3px solid #ffb80a">
Div here</div>
This div border color is #ffb80a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,184,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffb80a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffb80a; -webkit-box-shadow: 1px 1px 3px 2px #ffb80a; box-shadow: 1px 1px 3px 2px #ffb80a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,184,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffb80a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffb80a; -webkit-box-shadow: 1px 1px 3px 2px #ffb80a; box-shadow: 1px 1px 3px 2px #ffb80a;">
Div content here</div>
This div box has shadow with color #ffb80a
#ffb80a Color Palettes
Comments
No comments written yet.
Please login to write comment.