Color spaces of #fdaa78
RGB | 253 | 170 | 120 |
---|---|---|---|
HSL | 0.06 | 0.97 | 0.73 |
HSV | 23° | 53° | 99° |
CMYK | 0.00 | 0.33 | 0.53 0.01 |
XYZ | 58.2729 | 50.9882 | 24.5397 |
Yxy | 50.9882 | 0.4355 | 0.3811 |
Hunter Lab | 71.4060 | 20.7094 | 29.6084 |
CIE-Lab | 76.6719 | 25.3147 | 38.0672 |
#fdaa78 color RGB value is (253,170,120).
#fdaa78 hex color red value is 253, green value is 170 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #fdaa78 hue: 0.06 , saturation: 0.97 and the lightness value of fdaa78 is 0.73.
The process color (four color CMYK) of #fdaa78 color hex is 0.00, 0.33, 0.53, 0.01. Web safe color of #fdaa78 is #ff9966. Color #fdaa78 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10101010 | 01111000 |
Octal | 375 | 252 | 170 |
Decimal | 253 | 170 | 120 |
Hex | FD | AA | 78 |
Shades of #fdaa78
Tints of #fdaa78
RGB Percentages of Color #fdaa78
CMYK Percentages of Color #fdaa78
Complementary Color
#fdaa78 | #78cbfd |
#fdaa78 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdaa78 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdaa78 Color CSS Codes
.mybgcolor {background-color:#fdaa78; } .myforecolor {color:#fdaa78; } .mybordercolor {border:3px solid #fdaa78; }
#fdaa78 Text Font Color
<p style="color:#fdaa78">Text here</p>
This sample text font color is #fdaa78
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.
#fdaa78 Background Color
<div style="background-color:#fdaa78">
Div content here</div>
This div background color is #fdaa78
#fdaa78 Border Color
<div style="border:3px solid #fdaa78">
Div here</div>
This div border color is #fdaa78
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,170,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdaa78; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdaa78; -webkit-box-shadow: 1px 1px 3px 2px #fdaa78; box-shadow: 1px 1px 3px 2px #fdaa78; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,170,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdaa78">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdaa78; -webkit-box-shadow: 1px 1px 3px 2px #fdaa78; box-shadow: 1px 1px 3px 2px #fdaa78;">
Div content here</div>
This div box has shadow with color #fdaa78
Comments
No comments written yet.
Please login to write comment.