Color spaces of #fdb170
RGB | 253 | 177 | 112 |
---|---|---|---|
HSL | 0.08 | 0.97 | 0.72 |
HSV | 28° | 56° | 99° |
CMYK | 0.00 | 0.30 | 0.56 0.01 |
XYZ | 59.1548 | 53.4968 | 22.5373 |
Yxy | 53.4968 | 0.4376 | 0.3957 |
Hunter Lab | 73.1415 | 16.3682 | 32.9299 |
CIE-Lab | 78.1674 | 21.0005 | 44.0505 |
#fdb170 color RGB value is (253,177,112).
#fdb170 hex color red value is 253, green value is 177 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fdb170 hue: 0.08 , saturation: 0.97 and the lightness value of fdb170 is 0.72.
The process color (four color CMYK) of #fdb170 color hex is 0.00, 0.30, 0.56, 0.01. Web safe color of #fdb170 is #ff9966. Color #fdb170 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10110001 | 01110000 |
Octal | 375 | 261 | 160 |
Decimal | 253 | 177 | 112 |
Hex | FD | B1 | 70 |
Shades of #fdb170
Tints of #fdb170
RGB Percentages of Color #fdb170
CMYK Percentages of Color #fdb170
Complementary Color
#fdb170 | #70bcfd |
#fdb170 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdb170 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdb170 Color CSS Codes
.mybgcolor {background-color:#fdb170; } .myforecolor {color:#fdb170; } .mybordercolor {border:3px solid #fdb170; }
#fdb170 Text Font Color
<p style="color:#fdb170">Text here</p>
This sample text font color is #fdb170
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.
#fdb170 Background Color
<div style="background-color:#fdb170">
Div content here</div>
This div background color is #fdb170
#fdb170 Border Color
<div style="border:3px solid #fdb170">
Div here</div>
This div border color is #fdb170
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,177,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdb170; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdb170; -webkit-box-shadow: 1px 1px 3px 2px #fdb170; box-shadow: 1px 1px 3px 2px #fdb170; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,177,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdb170">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdb170; -webkit-box-shadow: 1px 1px 3px 2px #fdb170; box-shadow: 1px 1px 3px 2px #fdb170;">
Div content here</div>
This div box has shadow with color #fdb170
Comments
No comments written yet.
Please login to write comment.