Color spaces of #ffb454
RGB | 255 | 180 | 84 |
---|---|---|---|
HSL | 0.09 | 1.00 | 0.66 |
HSV | 34° | 67° | 100° |
CMYK | 0.00 | 0.29 | 0.67 0.00 |
XYZ | 59.1615 | 54.5426 | 15.7971 |
Yxy | 54.5426 | 0.4568 | 0.4212 |
Hunter Lab | 73.8530 | 13.7486 | 39.0150 |
CIE-Lab | 78.7771 | 18.3887 | 58.3169 |
#ffb454 color RGB value is (255,180,84).
#ffb454 hex color red value is 255, green value is 180 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #ffb454 hue: 0.09 , saturation: 1.00 and the lightness value of ffb454 is 0.66.
The process color (four color CMYK) of #ffb454 color hex is 0.00, 0.29, 0.67, 0.00. Web safe color of #ffb454 is #ffcc66. Color #ffb454 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10110100 | 01010100 |
Octal | 377 | 264 | 124 |
Decimal | 255 | 180 | 84 |
Hex | FF | B4 | 54 |
Shades of #ffb454
Tints of #ffb454
RGB Percentages of Color #ffb454
CMYK Percentages of Color #ffb454
Complementary Color
#ffb454 | #549fff |
#ffb454 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffb454 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffb454 Color CSS Codes
.mybgcolor {background-color:#ffb454; } .myforecolor {color:#ffb454; } .mybordercolor {border:3px solid #ffb454; }
#ffb454 Text Font Color
<p style="color:#ffb454">Text here</p>
This sample text font color is #ffb454
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.
#ffb454 Background Color
<div style="background-color:#ffb454">
Div content here</div>
This div background color is #ffb454
#ffb454 Border Color
<div style="border:3px solid #ffb454">
Div here</div>
This div border color is #ffb454
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,180,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffb454; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffb454; -webkit-box-shadow: 1px 1px 3px 2px #ffb454; box-shadow: 1px 1px 3px 2px #ffb454; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,180,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffb454">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffb454; -webkit-box-shadow: 1px 1px 3px 2px #ffb454; box-shadow: 1px 1px 3px 2px #ffb454;">
Div content here</div>
This div box has shadow with color #ffb454
#ffb454 Color Palettes
Comments
No comments written yet.
Please login to write comment.