Color spaces of #ffaf5e
RGB | 255 | 175 | 94 |
---|---|---|---|
HSL | 0.08 | 1.00 | 0.68 |
HSV | 30° | 63° | 100° |
CMYK | 0.00 | 0.31 | 0.63 0.00 |
XYZ | 58.5904 | 52.7281 | 17.6792 |
Yxy | 52.7281 | 0.4542 | 0.4088 |
Hunter Lab | 72.6141 | 16.9522 | 36.3947 |
CIE-Lab | 77.7142 | 21.5920 | 52.4663 |
#ffaf5e color RGB value is (255,175,94).
#ffaf5e hex color red value is 255, green value is 175 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ffaf5e hue: 0.08 , saturation: 1.00 and the lightness value of ffaf5e is 0.68.
The process color (four color CMYK) of #ffaf5e color hex is 0.00, 0.31, 0.63, 0.00. Web safe color of #ffaf5e is #ff9966. Color #ffaf5e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10101111 | 01011110 |
Octal | 377 | 257 | 136 |
Decimal | 255 | 175 | 94 |
Hex | FF | AF | 5E |
Shades of #ffaf5e
Tints of #ffaf5e
RGB Percentages of Color #ffaf5e
CMYK Percentages of Color #ffaf5e
Complementary Color
#ffaf5e | #5eaeff |
#ffaf5e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffaf5e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffaf5e Color CSS Codes
.mybgcolor {background-color:#ffaf5e; } .myforecolor {color:#ffaf5e; } .mybordercolor {border:3px solid #ffaf5e; }
#ffaf5e Text Font Color
<p style="color:#ffaf5e">Text here</p>
This sample text font color is #ffaf5e
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.
#ffaf5e Background Color
<div style="background-color:#ffaf5e">
Div content here</div>
This div background color is #ffaf5e
#ffaf5e Border Color
<div style="border:3px solid #ffaf5e">
Div here</div>
This div border color is #ffaf5e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,175,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffaf5e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffaf5e; -webkit-box-shadow: 1px 1px 3px 2px #ffaf5e; box-shadow: 1px 1px 3px 2px #ffaf5e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,175,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffaf5e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffaf5e; -webkit-box-shadow: 1px 1px 3px 2px #ffaf5e; box-shadow: 1px 1px 3px 2px #ffaf5e;">
Div content here</div>
This div box has shadow with color #ffaf5e
#ffaf5e Color Palettes
Comments
No comments written yet.
Please login to write comment.