Color spaces of #fedab5
RGB | 254 | 218 | 181 |
---|---|---|---|
HSL | 0.08 | 0.97 | 0.85 |
HSV | 30° | 29° | 100° |
CMYK | 0.00 | 0.14 | 0.29 0.00 |
XYZ | 74.2849 | 74.5498 | 54.1904 |
Yxy | 74.5498 | 0.3659 | 0.3672 |
Hunter Lab | 86.3422 | 2.4743 | 23.2278 |
CIE-Lab | 89.1817 | 7.1954 | 22.8521 |
#fedab5 color RGB value is (254,218,181).
#fedab5 hex color red value is 254, green value is 218 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #fedab5 hue: 0.08 , saturation: 0.97 and the lightness value of fedab5 is 0.85.
The process color (four color CMYK) of #fedab5 color hex is 0.00, 0.14, 0.29, 0.00. Web safe color of #fedab5 is #ffcccc. Color #fedab5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11011010 | 10110101 |
Octal | 376 | 332 | 265 |
Decimal | 254 | 218 | 181 |
Hex | FE | DA | B5 |
Shades of #fedab5
Tints of #fedab5
RGB Percentages of Color #fedab5
CMYK Percentages of Color #fedab5
Complementary Color
#fedab5 | #b5d9fe |
#fedab5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fedab5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fedab5 Color CSS Codes
.mybgcolor {background-color:#fedab5; } .myforecolor {color:#fedab5; } .mybordercolor {border:3px solid #fedab5; }
#fedab5 Text Font Color
<p style="color:#fedab5">Text here</p>
This sample text font color is #fedab5
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.
#fedab5 Background Color
<div style="background-color:#fedab5">
Div content here</div>
This div background color is #fedab5
#fedab5 Border Color
<div style="border:3px solid #fedab5">
Div here</div>
This div border color is #fedab5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,218,181, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fedab5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fedab5; -webkit-box-shadow: 1px 1px 3px 2px #fedab5; box-shadow: 1px 1px 3px 2px #fedab5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,218,181, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fedab5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fedab5; -webkit-box-shadow: 1px 1px 3px 2px #fedab5; box-shadow: 1px 1px 3px 2px #fedab5;">
Div content here</div>
This div box has shadow with color #fedab5
Comments
No comments written yet.
Please login to write comment.