Color spaces of #fdb866
RGB | 253 | 184 | 102 |
---|---|---|---|
HSL | 0.09 | 0.97 | 0.70 |
HSV | 33° | 60° | 99° |
CMYK | 0.00 | 0.27 | 0.60 0.01 |
XYZ | 60.0468 | 56.1229 | 20.2384 |
Yxy | 56.1229 | 0.4402 | 0.4114 |
Hunter Lab | 74.9152 | 11.9715 | 36.4234 |
CIE-Lab | 79.6837 | 16.5997 | 50.8326 |
#fdb866 color RGB value is (253,184,102).
#fdb866 hex color red value is 253, green value is 184 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #fdb866 hue: 0.09 , saturation: 0.97 and the lightness value of fdb866 is 0.70.
The process color (four color CMYK) of #fdb866 color hex is 0.00, 0.27, 0.60, 0.01. Web safe color of #fdb866 is #ffcc66. Color #fdb866 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10111000 | 01100110 |
Octal | 375 | 270 | 146 |
Decimal | 253 | 184 | 102 |
Hex | FD | B8 | 66 |
Shades of #fdb866
Tints of #fdb866
RGB Percentages of Color #fdb866
CMYK Percentages of Color #fdb866
Complementary Color
#fdb866 | #66abfd |
#fdb866 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdb866 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdb866 Color CSS Codes
.mybgcolor {background-color:#fdb866; } .myforecolor {color:#fdb866; } .mybordercolor {border:3px solid #fdb866; }
#fdb866 Text Font Color
<p style="color:#fdb866">Text here</p>
This sample text font color is #fdb866
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.
#fdb866 Background Color
<div style="background-color:#fdb866">
Div content here</div>
This div background color is #fdb866
#fdb866 Border Color
<div style="border:3px solid #fdb866">
Div here</div>
This div border color is #fdb866
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,184,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdb866; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdb866; -webkit-box-shadow: 1px 1px 3px 2px #fdb866; box-shadow: 1px 1px 3px 2px #fdb866; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,184,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdb866">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdb866; -webkit-box-shadow: 1px 1px 3px 2px #fdb866; box-shadow: 1px 1px 3px 2px #fdb866;">
Div content here</div>
This div box has shadow with color #fdb866
Comments
No comments written yet.
Please login to write comment.