Color spaces of #fae594
RGB | 250 | 229 | 148 |
---|---|---|---|
HSL | 0.13 | 0.91 | 0.78 |
HSV | 48° | 41° | 98° |
CMYK | 0.00 | 0.08 | 0.41 0.02 |
XYZ | 72.7889 | 78.5007 | 39.3327 |
Yxy | 78.5007 | 0.3818 | 0.4118 |
Hunter Lab | 88.6006 | -8.4063 | 35.6997 |
CIE-Lab | 91.0079 | -3.7889 | 42.0577 |
#fae594 color RGB value is (250,229,148).
#fae594 hex color red value is 250, green value is 229 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #fae594 hue: 0.13 , saturation: 0.91 and the lightness value of fae594 is 0.78.
The process color (four color CMYK) of #fae594 color hex is 0.00, 0.08, 0.41, 0.02. Web safe color of #fae594 is #ffcc99. Color #fae594 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11100101 | 10010100 |
Octal | 372 | 345 | 224 |
Decimal | 250 | 229 | 148 |
Hex | FA | E5 | 94 |
Shades of #fae594
Tints of #fae594
RGB Percentages of Color #fae594
CMYK Percentages of Color #fae594
Complementary Color
#fae594 | #94a9fa |
#fae594 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fae594 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fae594 Color CSS Codes
.mybgcolor {background-color:#fae594; } .myforecolor {color:#fae594; } .mybordercolor {border:3px solid #fae594; }
#fae594 Text Font Color
<p style="color:#fae594">Text here</p>
This sample text font color is #fae594
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.
#fae594 Background Color
<div style="background-color:#fae594">
Div content here</div>
This div background color is #fae594
#fae594 Border Color
<div style="border:3px solid #fae594">
Div here</div>
This div border color is #fae594
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,229,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fae594; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fae594; -webkit-box-shadow: 1px 1px 3px 2px #fae594; box-shadow: 1px 1px 3px 2px #fae594; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,229,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fae594">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fae594; -webkit-box-shadow: 1px 1px 3px 2px #fae594; box-shadow: 1px 1px 3px 2px #fae594;">
Div content here</div>
This div box has shadow with color #fae594
Comments
No comments written yet.
Please login to write comment.