Color spaces of #fdd83d
RGB | 253 | 216 | 61 |
---|---|---|---|
HSL | 0.13 | 0.98 | 0.62 |
HSV | 48° | 76° | 99° |
CMYK | 0.00 | 0.15 | 0.76 0.01 |
XYZ | 65.9062 | 70.3313 | 14.5165 |
Yxy | 70.3313 | 0.4372 | 0.4665 |
Hunter Lab | 83.8638 | -6.4834 | 48.4418 |
CIE-Lab | 87.1591 | -2.0976 | 75.6888 |
#fdd83d color RGB value is (253,216,61).
#fdd83d hex color red value is 253, green value is 216 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #fdd83d hue: 0.13 , saturation: 0.98 and the lightness value of fdd83d is 0.62.
The process color (four color CMYK) of #fdd83d color hex is 0.00, 0.15, 0.76, 0.01. Web safe color of #fdd83d is #ffcc33. Color #fdd83d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11011000 | 00111101 |
Octal | 375 | 330 | 75 |
Decimal | 253 | 216 | 61 |
Hex | FD | D8 | 3D |
Shades of #fdd83d
Tints of #fdd83d
RGB Percentages of Color #fdd83d
CMYK Percentages of Color #fdd83d
Complementary Color
#fdd83d | #3d62fd |
#fdd83d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdd83d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdd83d Color CSS Codes
.mybgcolor {background-color:#fdd83d; } .myforecolor {color:#fdd83d; } .mybordercolor {border:3px solid #fdd83d; }
#fdd83d Text Font Color
<p style="color:#fdd83d">Text here</p>
This sample text font color is #fdd83d
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.
#fdd83d Background Color
<div style="background-color:#fdd83d">
Div content here</div>
This div background color is #fdd83d
#fdd83d Border Color
<div style="border:3px solid #fdd83d">
Div here</div>
This div border color is #fdd83d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,216,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdd83d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdd83d; -webkit-box-shadow: 1px 1px 3px 2px #fdd83d; box-shadow: 1px 1px 3px 2px #fdd83d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,216,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdd83d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdd83d; -webkit-box-shadow: 1px 1px 3px 2px #fdd83d; box-shadow: 1px 1px 3px 2px #fdd83d;">
Div content here</div>
This div box has shadow with color #fdd83d
#fdd83d Color Palettes
Comments
No comments written yet.
Please login to write comment.