Color spaces of #ffd170
RGB | 255 | 209 | 112 |
---|---|---|---|
HSL | 0.11 | 1.00 | 0.72 |
HSV | 41° | 56° | 100° |
CMYK | 0.00 | 0.18 | 0.56 0.00 |
XYZ | 66.9651 | 68.0308 | 24.9310 |
Yxy | 68.0308 | 0.4187 | 0.4254 |
Hunter Lab | 82.4808 | 0.5805 | 39.8153 |
CIE-Lab | 86.0218 | 5.1619 | 53.5443 |
#ffd170 color RGB value is (255,209,112).
#ffd170 hex color red value is 255, green value is 209 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ffd170 hue: 0.11 , saturation: 1.00 and the lightness value of ffd170 is 0.72.
The process color (four color CMYK) of #ffd170 color hex is 0.00, 0.18, 0.56, 0.00. Web safe color of #ffd170 is #ffcc66. Color #ffd170 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11010001 | 01110000 |
Octal | 377 | 321 | 160 |
Decimal | 255 | 209 | 112 |
Hex | FF | D1 | 70 |
Shades of #ffd170
Tints of #ffd170
RGB Percentages of Color #ffd170
CMYK Percentages of Color #ffd170
Complementary Color
#ffd170 | #709eff |
#ffd170 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffd170 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffd170 Color CSS Codes
.mybgcolor {background-color:#ffd170; } .myforecolor {color:#ffd170; } .mybordercolor {border:3px solid #ffd170; }
#ffd170 Text Font Color
<p style="color:#ffd170">Text here</p>
This sample text font color is #ffd170
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.
#ffd170 Background Color
<div style="background-color:#ffd170">
Div content here</div>
This div background color is #ffd170
#ffd170 Border Color
<div style="border:3px solid #ffd170">
Div here</div>
This div border color is #ffd170
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,209,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffd170; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffd170; -webkit-box-shadow: 1px 1px 3px 2px #ffd170; box-shadow: 1px 1px 3px 2px #ffd170; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,209,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 #ffd170">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffd170; -webkit-box-shadow: 1px 1px 3px 2px #ffd170; box-shadow: 1px 1px 3px 2px #ffd170;">
Div content here</div>
This div box has shadow with color #ffd170
#ffd170 Color Palettes
Comments
No comments written yet.
Please login to write comment.