Color spaces of #fdc28d
RGB | 253 | 194 | 141 |
---|---|---|---|
HSL | 0.08 | 0.97 | 0.77 |
HSV | 28° | 44° | 99° |
CMYK | 0.00 | 0.23 | 0.44 0.01 |
XYZ | 64.6075 | 61.3893 | 33.6434 |
Yxy | 61.3893 | 0.4047 | 0.3845 |
Hunter Lab | 78.3513 | 10.0740 | 29.3873 |
CIE-Lab | 82.5876 | 14.6810 | 34.7682 |
#fdc28d color RGB value is (253,194,141).
#fdc28d hex color red value is 253, green value is 194 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fdc28d hue: 0.08 , saturation: 0.97 and the lightness value of fdc28d is 0.77.
The process color (four color CMYK) of #fdc28d color hex is 0.00, 0.23, 0.44, 0.01. Web safe color of #fdc28d is #ffcc99. Color #fdc28d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11000010 | 10001101 |
Octal | 375 | 302 | 215 |
Decimal | 253 | 194 | 141 |
Hex | FD | C2 | 8D |
Shades of #fdc28d
Tints of #fdc28d
RGB Percentages of Color #fdc28d
CMYK Percentages of Color #fdc28d
Complementary Color
#fdc28d | #8dc8fd |
#fdc28d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdc28d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdc28d Color CSS Codes
.mybgcolor {background-color:#fdc28d; } .myforecolor {color:#fdc28d; } .mybordercolor {border:3px solid #fdc28d; }
#fdc28d Text Font Color
<p style="color:#fdc28d">Text here</p>
This sample text font color is #fdc28d
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.
#fdc28d Background Color
<div style="background-color:#fdc28d">
Div content here</div>
This div background color is #fdc28d
#fdc28d Border Color
<div style="border:3px solid #fdc28d">
Div here</div>
This div border color is #fdc28d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,194,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdc28d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdc28d; -webkit-box-shadow: 1px 1px 3px 2px #fdc28d; box-shadow: 1px 1px 3px 2px #fdc28d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,194,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdc28d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdc28d; -webkit-box-shadow: 1px 1px 3px 2px #fdc28d; box-shadow: 1px 1px 3px 2px #fdc28d;">
Div content here</div>
This div box has shadow with color #fdc28d
Comments
No comments written yet.
Please login to write comment.