Color spaces of #fae986
RGB | 250 | 233 | 134 |
---|---|---|---|
HSL | 0.14 | 0.92 | 0.75 |
HSV | 51° | 46° | 98° |
CMYK | 0.00 | 0.07 | 0.46 0.02 |
XYZ | 72.8663 | 80.3231 | 34.2177 |
Yxy | 80.3231 | 0.3888 | 0.4286 |
Hunter Lab | 89.6232 | -11.7147 | 40.0996 |
CIE-Lab | 91.8296 | -7.1688 | 49.9378 |
#fae986 color RGB value is (250,233,134).
#fae986 hex color red value is 250, green value is 233 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #fae986 hue: 0.14 , saturation: 0.92 and the lightness value of fae986 is 0.75.
The process color (four color CMYK) of #fae986 color hex is 0.00, 0.07, 0.46, 0.02. Web safe color of #fae986 is #ffff99. Color #fae986 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11101001 | 10000110 |
Octal | 372 | 351 | 206 |
Decimal | 250 | 233 | 134 |
Hex | FA | E9 | 86 |
Shades of #fae986
Tints of #fae986
RGB Percentages of Color #fae986
CMYK Percentages of Color #fae986
Complementary Color
#fae986 | #8697fa |
#fae986 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fae986 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fae986 Color CSS Codes
.mybgcolor {background-color:#fae986; } .myforecolor {color:#fae986; } .mybordercolor {border:3px solid #fae986; }
#fae986 Text Font Color
<p style="color:#fae986">Text here</p>
This sample text font color is #fae986
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.
#fae986 Background Color
<div style="background-color:#fae986">
Div content here</div>
This div background color is #fae986
#fae986 Border Color
<div style="border:3px solid #fae986">
Div here</div>
This div border color is #fae986
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,233,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fae986; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fae986; -webkit-box-shadow: 1px 1px 3px 2px #fae986; box-shadow: 1px 1px 3px 2px #fae986; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,233,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fae986">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fae986; -webkit-box-shadow: 1px 1px 3px 2px #fae986; box-shadow: 1px 1px 3px 2px #fae986;">
Div content here</div>
This div box has shadow with color #fae986
Comments
No comments written yet.
Please login to write comment.