Color spaces of #faef75
RGB | 250 | 239 | 117 |
---|---|---|---|
HSL | 0.15 | 0.93 | 0.72 |
HSV | 55° | 53° | 98° |
CMYK | 0.00 | 0.04 | 0.53 0.02 |
XYZ | 73.5017 | 83.3414 | 29.0422 |
Yxy | 83.3414 | 0.3954 | 0.4483 |
Hunter Lab | 91.2915 | -16.0441 | 45.0424 |
CIE-Lab | 93.1637 | -11.5928 | 59.4714 |
#faef75 color RGB value is (250,239,117).
#faef75 hex color red value is 250, green value is 239 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #faef75 hue: 0.15 , saturation: 0.93 and the lightness value of faef75 is 0.72.
The process color (four color CMYK) of #faef75 color hex is 0.00, 0.04, 0.53, 0.02. Web safe color of #faef75 is #ffff66. Color #faef75 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11101111 | 01110101 |
Octal | 372 | 357 | 165 |
Decimal | 250 | 239 | 117 |
Hex | FA | EF | 75 |
Shades of #faef75
Tints of #faef75
RGB Percentages of Color #faef75
CMYK Percentages of Color #faef75
Complementary Color
#faef75 | #7580fa |
#faef75 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faef75 Color Preview on White Background
Lorem ipsum dolor sit amet.
#faef75 Color CSS Codes
.mybgcolor {background-color:#faef75; } .myforecolor {color:#faef75; } .mybordercolor {border:3px solid #faef75; }
#faef75 Text Font Color
<p style="color:#faef75">Text here</p>
This sample text font color is #faef75
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.
#faef75 Background Color
<div style="background-color:#faef75">
Div content here</div>
This div background color is #faef75
#faef75 Border Color
<div style="border:3px solid #faef75">
Div here</div>
This div border color is #faef75
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,239,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faef75; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faef75; -webkit-box-shadow: 1px 1px 3px 2px #faef75; box-shadow: 1px 1px 3px 2px #faef75; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,239,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faef75">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faef75; -webkit-box-shadow: 1px 1px 3px 2px #faef75; box-shadow: 1px 1px 3px 2px #faef75;">
Div content here</div>
This div box has shadow with color #faef75
Comments
No comments written yet.
Please login to write comment.