Color spaces of #faef7f
RGB | 250 | 239 | 127 |
---|---|---|---|
HSL | 0.15 | 0.92 | 0.74 |
HSV | 55° | 49° | 98° |
CMYK | 0.00 | 0.04 | 0.49 0.02 |
XYZ | 74.1216 | 83.5893 | 32.3064 |
Yxy | 83.5893 | 0.3901 | 0.4399 |
Hunter Lab | 91.4272 | -15.2845 | 43.0485 |
CIE-Lab | 93.2718 | -10.7722 | 55.0047 |
#faef7f color RGB value is (250,239,127).
#faef7f hex color red value is 250, green value is 239 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #faef7f hue: 0.15 , saturation: 0.92 and the lightness value of faef7f is 0.74.
The process color (four color CMYK) of #faef7f color hex is 0.00, 0.04, 0.49, 0.02. Web safe color of #faef7f is #ffff66. Color #faef7f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11101111 | 01111111 |
Octal | 372 | 357 | 177 |
Decimal | 250 | 239 | 127 |
Hex | FA | EF | 7F |
Shades of #faef7f
Tints of #faef7f
RGB Percentages of Color #faef7f
CMYK Percentages of Color #faef7f
Complementary Color
#faef7f | #7f8afa |
#faef7f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faef7f Color Preview on White Background
Lorem ipsum dolor sit amet.
#faef7f Color CSS Codes
.mybgcolor {background-color:#faef7f; } .myforecolor {color:#faef7f; } .mybordercolor {border:3px solid #faef7f; }
#faef7f Text Font Color
<p style="color:#faef7f">Text here</p>
This sample text font color is #faef7f
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.
#faef7f Background Color
<div style="background-color:#faef7f">
Div content here</div>
This div background color is #faef7f
#faef7f Border Color
<div style="border:3px solid #faef7f">
Div here</div>
This div border color is #faef7f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,239,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faef7f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faef7f; -webkit-box-shadow: 1px 1px 3px 2px #faef7f; box-shadow: 1px 1px 3px 2px #faef7f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,239,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faef7f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faef7f; -webkit-box-shadow: 1px 1px 3px 2px #faef7f; box-shadow: 1px 1px 3px 2px #faef7f;">
Div content here</div>
This div box has shadow with color #faef7f
#faef7f Color Palettes
Comments
No comments written yet.
Please login to write comment.