Color spaces of #fadeaa
RGB | 250 | 222 | 170 |
---|---|---|---|
HSL | 0.11 | 0.89 | 0.82 |
HSV | 39° | 32° | 98° |
CMYK | 0.00 | 0.11 | 0.32 0.02 |
XYZ | 72.8013 | 75.4688 | 48.7601 |
Yxy | 75.4688 | 0.3695 | 0.3830 |
Hunter Lab | 86.8728 | -2.4404 | 27.5326 |
CIE-Lab | 89.6121 | 2.2533 | 29.0758 |
#fadeaa color RGB value is (250,222,170).
#fadeaa hex color red value is 250, green value is 222 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fadeaa hue: 0.11 , saturation: 0.89 and the lightness value of fadeaa is 0.82.
The process color (four color CMYK) of #fadeaa color hex is 0.00, 0.11, 0.32, 0.02. Web safe color of #fadeaa is #ffcc99. Color #fadeaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11011110 | 10101010 |
Octal | 372 | 336 | 252 |
Decimal | 250 | 222 | 170 |
Hex | FA | DE | AA |
Shades of #fadeaa
Tints of #fadeaa
RGB Percentages of Color #fadeaa
CMYK Percentages of Color #fadeaa
Complementary Color
#fadeaa | #aac6fa |
#fadeaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fadeaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#fadeaa Color CSS Codes
.mybgcolor {background-color:#fadeaa; } .myforecolor {color:#fadeaa; } .mybordercolor {border:3px solid #fadeaa; }
#fadeaa Text Font Color
<p style="color:#fadeaa">Text here</p>
This sample text font color is #fadeaa
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.
#fadeaa Background Color
<div style="background-color:#fadeaa">
Div content here</div>
This div background color is #fadeaa
#fadeaa Border Color
<div style="border:3px solid #fadeaa">
Div here</div>
This div border color is #fadeaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,222,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fadeaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fadeaa; -webkit-box-shadow: 1px 1px 3px 2px #fadeaa; box-shadow: 1px 1px 3px 2px #fadeaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,222,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fadeaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fadeaa; -webkit-box-shadow: 1px 1px 3px 2px #fadeaa; box-shadow: 1px 1px 3px 2px #fadeaa;">
Div content here</div>
This div box has shadow with color #fadeaa
Comments
No comments written yet.
Please login to write comment.