Color spaces of #faeaad
RGB | 250 | 234 | 173 |
---|---|---|---|
HSL | 0.13 | 0.89 | 0.83 |
HSV | 48° | 31° | 98° |
CMYK | 0.00 | 0.06 | 0.31 0.02 |
XYZ | 76.3900 | 82.1868 | 51.3726 |
Yxy | 82.1868 | 0.3638 | 0.3915 |
Hunter Lab | 90.6569 | -8.2407 | 29.8620 |
CIE-Lab | 92.6572 | -3.4753 | 31.6406 |
#faeaad color RGB value is (250,234,173).
#faeaad hex color red value is 250, green value is 234 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #faeaad hue: 0.13 , saturation: 0.89 and the lightness value of faeaad is 0.83.
The process color (four color CMYK) of #faeaad color hex is 0.00, 0.06, 0.31, 0.02. Web safe color of #faeaad is #ffff99. Color #faeaad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11101010 | 10101101 |
Octal | 372 | 352 | 255 |
Decimal | 250 | 234 | 173 |
Hex | FA | EA | AD |
Shades of #faeaad
Tints of #faeaad
RGB Percentages of Color #faeaad
CMYK Percentages of Color #faeaad
Complementary Color
#faeaad | #adbdfa |
#faeaad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faeaad Color Preview on White Background
Lorem ipsum dolor sit amet.
#faeaad Color CSS Codes
.mybgcolor {background-color:#faeaad; } .myforecolor {color:#faeaad; } .mybordercolor {border:3px solid #faeaad; }
#faeaad Text Font Color
<p style="color:#faeaad">Text here</p>
This sample text font color is #faeaad
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.
#faeaad Background Color
<div style="background-color:#faeaad">
Div content here</div>
This div background color is #faeaad
#faeaad Border Color
<div style="border:3px solid #faeaad">
Div here</div>
This div border color is #faeaad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,234,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faeaad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faeaad; -webkit-box-shadow: 1px 1px 3px 2px #faeaad; box-shadow: 1px 1px 3px 2px #faeaad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,234,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faeaad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faeaad; -webkit-box-shadow: 1px 1px 3px 2px #faeaad; box-shadow: 1px 1px 3px 2px #faeaad;">
Div content here</div>
This div box has shadow with color #faeaad
Comments
No comments written yet.
Please login to write comment.