Color spaces of #fed48c
RGB | 254 | 212 | 140 |
---|---|---|---|
HSL | 0.11 | 0.98 | 0.77 |
HSV | 38° | 45° | 100° |
CMYK | 0.00 | 0.17 | 0.45 0.00 |
XYZ | 69.1502 | 70.0512 | 34.6876 |
Yxy | 70.0512 | 0.3977 | 0.4029 |
Hunter Lab | 83.6966 | 1.0078 | 34.0152 |
CIE-Lab | 87.0220 | 5.6385 | 41.0291 |
#fed48c color RGB value is (254,212,140).
#fed48c hex color red value is 254, green value is 212 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #fed48c hue: 0.11 , saturation: 0.98 and the lightness value of fed48c is 0.77.
The process color (four color CMYK) of #fed48c color hex is 0.00, 0.17, 0.45, 0.00. Web safe color of #fed48c is #ffcc99. Color #fed48c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11010100 | 10001100 |
Octal | 376 | 324 | 214 |
Decimal | 254 | 212 | 140 |
Hex | FE | D4 | 8C |
Shades of #fed48c
Tints of #fed48c
RGB Percentages of Color #fed48c
CMYK Percentages of Color #fed48c
Complementary Color
#fed48c | #8cb6fe |
#fed48c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fed48c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fed48c Color CSS Codes
.mybgcolor {background-color:#fed48c; } .myforecolor {color:#fed48c; } .mybordercolor {border:3px solid #fed48c; }
#fed48c Text Font Color
<p style="color:#fed48c">Text here</p>
This sample text font color is #fed48c
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.
#fed48c Background Color
<div style="background-color:#fed48c">
Div content here</div>
This div background color is #fed48c
#fed48c Border Color
<div style="border:3px solid #fed48c">
Div here</div>
This div border color is #fed48c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,212,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fed48c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fed48c; -webkit-box-shadow: 1px 1px 3px 2px #fed48c; box-shadow: 1px 1px 3px 2px #fed48c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,212,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fed48c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fed48c; -webkit-box-shadow: 1px 1px 3px 2px #fed48c; box-shadow: 1px 1px 3px 2px #fed48c;">
Div content here</div>
This div box has shadow with color #fed48c
Comments
No comments written yet.
Please login to write comment.