Color spaces of #ffd286
RGB | 255 | 210 | 134 |
---|---|---|---|
HSL | 0.10 | 1.00 | 0.76 |
HSV | 38° | 47° | 100° |
CMYK | 0.00 | 0.18 | 0.47 0.00 |
XYZ | 68.5897 | 69.0744 | 32.2719 |
Yxy | 69.0744 | 0.4036 | 0.4065 |
Hunter Lab | 83.1110 | 1.8679 | 35.1555 |
CIE-Lab | 86.5409 | 6.4939 | 43.4471 |
#ffd286 color RGB value is (255,210,134).
#ffd286 hex color red value is 255, green value is 210 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ffd286 hue: 0.10 , saturation: 1.00 and the lightness value of ffd286 is 0.76.
The process color (four color CMYK) of #ffd286 color hex is 0.00, 0.18, 0.47, 0.00. Web safe color of #ffd286 is #ffcc99. Color #ffd286 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11010010 | 10000110 |
Octal | 377 | 322 | 206 |
Decimal | 255 | 210 | 134 |
Hex | FF | D2 | 86 |
Shades of #ffd286
Tints of #ffd286
RGB Percentages of Color #ffd286
CMYK Percentages of Color #ffd286
Complementary Color
#ffd286 | #86b3ff |
#ffd286 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffd286 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffd286 Color CSS Codes
.mybgcolor {background-color:#ffd286; } .myforecolor {color:#ffd286; } .mybordercolor {border:3px solid #ffd286; }
#ffd286 Text Font Color
<p style="color:#ffd286">Text here</p>
This sample text font color is #ffd286
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.
#ffd286 Background Color
<div style="background-color:#ffd286">
Div content here</div>
This div background color is #ffd286
#ffd286 Border Color
<div style="border:3px solid #ffd286">
Div here</div>
This div border color is #ffd286
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,210,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffd286; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffd286; -webkit-box-shadow: 1px 1px 3px 2px #ffd286; box-shadow: 1px 1px 3px 2px #ffd286; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,210,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffd286">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffd286; -webkit-box-shadow: 1px 1px 3px 2px #ffd286; box-shadow: 1px 1px 3px 2px #ffd286;">
Div content here</div>
This div box has shadow with color #ffd286
Comments
No comments written yet.
Please login to write comment.