Color spaces of #fdc96e
RGB | 253 | 201 | 110 |
---|---|---|---|
HSL | 0.11 | 0.97 | 0.71 |
HSV | 38° | 57° | 99° |
CMYK | 0.00 | 0.21 | 0.57 0.01 |
XYZ | 64.2091 | 63.7817 | 23.6788 |
Yxy | 63.7817 | 0.4233 | 0.4205 |
Hunter Lab | 79.8634 | 3.7505 | 38.3255 |
CIE-Lab | 83.8520 | 8.3255 | 51.8870 |
#fdc96e color RGB value is (253,201,110).
#fdc96e hex color red value is 253, green value is 201 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fdc96e hue: 0.11 , saturation: 0.97 and the lightness value of fdc96e is 0.71.
The process color (four color CMYK) of #fdc96e color hex is 0.00, 0.21, 0.57, 0.01. Web safe color of #fdc96e is #ffcc66. Color #fdc96e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11001001 | 01101110 |
Octal | 375 | 311 | 156 |
Decimal | 253 | 201 | 110 |
Hex | FD | C9 | 6E |
Shades of #fdc96e
Tints of #fdc96e
RGB Percentages of Color #fdc96e
CMYK Percentages of Color #fdc96e
Complementary Color
#fdc96e | #6ea2fd |
#fdc96e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdc96e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdc96e Color CSS Codes
.mybgcolor {background-color:#fdc96e; } .myforecolor {color:#fdc96e; } .mybordercolor {border:3px solid #fdc96e; }
#fdc96e Text Font Color
<p style="color:#fdc96e">Text here</p>
This sample text font color is #fdc96e
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.
#fdc96e Background Color
<div style="background-color:#fdc96e">
Div content here</div>
This div background color is #fdc96e
#fdc96e Border Color
<div style="border:3px solid #fdc96e">
Div here</div>
This div border color is #fdc96e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,201,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdc96e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdc96e; -webkit-box-shadow: 1px 1px 3px 2px #fdc96e; box-shadow: 1px 1px 3px 2px #fdc96e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,201,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdc96e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdc96e; -webkit-box-shadow: 1px 1px 3px 2px #fdc96e; box-shadow: 1px 1px 3px 2px #fdc96e;">
Div content here</div>
This div box has shadow with color #fdc96e
Comments
No comments written yet.
Please login to write comment.