Color spaces of #faeb93
RGB | 250 | 235 | 147 |
---|---|---|---|
HSL | 0.14 | 0.91 | 0.78 |
HSV | 51° | 41° | 98° |
CMYK | 0.00 | 0.06 | 0.41 0.02 |
XYZ | 74.3991 | 81.8472 | 39.4806 |
Yxy | 81.8472 | 0.3801 | 0.4182 |
Hunter Lab | 90.4694 | -11.5290 | 37.4546 |
CIE-Lab | 92.5074 | -6.9035 | 44.4647 |
#faeb93 color RGB value is (250,235,147).
#faeb93 hex color red value is 250, green value is 235 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #faeb93 hue: 0.14 , saturation: 0.91 and the lightness value of faeb93 is 0.78.
The process color (four color CMYK) of #faeb93 color hex is 0.00, 0.06, 0.41, 0.02. Web safe color of #faeb93 is #ffff99. Color #faeb93 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11101011 | 10010011 |
Octal | 372 | 353 | 223 |
Decimal | 250 | 235 | 147 |
Hex | FA | EB | 93 |
Shades of #faeb93
Tints of #faeb93
RGB Percentages of Color #faeb93
CMYK Percentages of Color #faeb93
Complementary Color
#faeb93 | #93a2fa |
#faeb93 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faeb93 Color Preview on White Background
Lorem ipsum dolor sit amet.
#faeb93 Color CSS Codes
.mybgcolor {background-color:#faeb93; } .myforecolor {color:#faeb93; } .mybordercolor {border:3px solid #faeb93; }
#faeb93 Text Font Color
<p style="color:#faeb93">Text here</p>
This sample text font color is #faeb93
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.
#faeb93 Background Color
<div style="background-color:#faeb93">
Div content here</div>
This div background color is #faeb93
#faeb93 Border Color
<div style="border:3px solid #faeb93">
Div here</div>
This div border color is #faeb93
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,235,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faeb93; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faeb93; -webkit-box-shadow: 1px 1px 3px 2px #faeb93; box-shadow: 1px 1px 3px 2px #faeb93; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,235,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faeb93">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faeb93; -webkit-box-shadow: 1px 1px 3px 2px #faeb93; box-shadow: 1px 1px 3px 2px #faeb93;">
Div content here</div>
This div box has shadow with color #faeb93
Comments
No comments written yet.
Please login to write comment.