Color spaces of #fedb7d
RGB | 254 | 219 | 125 |
---|---|---|---|
HSL | 0.12 | 0.98 | 0.74 |
HSV | 44° | 51° | 100° |
CMYK | 0.00 | 0.14 | 0.51 0.00 |
XYZ | 69.9062 | 73.2145 | 29.8494 |
Yxy | 73.2145 | 0.4042 | 0.4233 |
Hunter Lab | 85.5655 | -3.9067 | 39.2126 |
CIE-Lab | 88.5499 | 0.6854 | 50.3347 |
#fedb7d color RGB value is (254,219,125).
#fedb7d hex color red value is 254, green value is 219 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fedb7d hue: 0.12 , saturation: 0.98 and the lightness value of fedb7d is 0.74.
The process color (four color CMYK) of #fedb7d color hex is 0.00, 0.14, 0.51, 0.00. Web safe color of #fedb7d is #ffcc66. Color #fedb7d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11011011 | 01111101 |
Octal | 376 | 333 | 175 |
Decimal | 254 | 219 | 125 |
Hex | FE | DB | 7D |
Shades of #fedb7d
Tints of #fedb7d
RGB Percentages of Color #fedb7d
CMYK Percentages of Color #fedb7d
Complementary Color
#fedb7d | #7da0fe |
#fedb7d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fedb7d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fedb7d Color CSS Codes
.mybgcolor {background-color:#fedb7d; } .myforecolor {color:#fedb7d; } .mybordercolor {border:3px solid #fedb7d; }
#fedb7d Text Font Color
<p style="color:#fedb7d">Text here</p>
This sample text font color is #fedb7d
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.
#fedb7d Background Color
<div style="background-color:#fedb7d">
Div content here</div>
This div background color is #fedb7d
#fedb7d Border Color
<div style="border:3px solid #fedb7d">
Div here</div>
This div border color is #fedb7d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,219,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fedb7d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fedb7d; -webkit-box-shadow: 1px 1px 3px 2px #fedb7d; box-shadow: 1px 1px 3px 2px #fedb7d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,219,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fedb7d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fedb7d; -webkit-box-shadow: 1px 1px 3px 2px #fedb7d; box-shadow: 1px 1px 3px 2px #fedb7d;">
Div content here</div>
This div box has shadow with color #fedb7d
Comments
No comments written yet.
Please login to write comment.