Color spaces of #faec27
RGB | 250 | 236 | 39 |
---|---|---|---|
HSL | 0.16 | 0.95 | 0.57 |
HSV | 56° | 84° | 98° |
CMYK | 0.00 | 0.06 | 0.84 0.02 |
XYZ | 69.7860 | 80.4614 | 13.7719 |
Yxy | 80.4614 | 0.4255 | 0.4906 |
Hunter Lab | 89.7003 | -18.1041 | 53.6873 |
CIE-Lab | 91.8915 | -13.9767 | 85.6258 |
#faec27 color RGB value is (250,236,39).
#faec27 hex color red value is 250, green value is 236 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #faec27 hue: 0.16 , saturation: 0.95 and the lightness value of faec27 is 0.57.
The process color (four color CMYK) of #faec27 color hex is 0.00, 0.06, 0.84, 0.02. Web safe color of #faec27 is #ffff33. Color #faec27 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11101100 | 00100111 |
Octal | 372 | 354 | 47 |
Decimal | 250 | 236 | 39 |
Hex | FA | EC | 27 |
Shades of #faec27
Tints of #faec27
RGB Percentages of Color #faec27
CMYK Percentages of Color #faec27
Complementary Color
#faec27 | #2735fa |
#faec27 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faec27 Color Preview on White Background
Lorem ipsum dolor sit amet.
#faec27 Color CSS Codes
.mybgcolor {background-color:#faec27; } .myforecolor {color:#faec27; } .mybordercolor {border:3px solid #faec27; }
#faec27 Text Font Color
<p style="color:#faec27">Text here</p>
This sample text font color is #faec27
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.
#faec27 Background Color
<div style="background-color:#faec27">
Div content here</div>
This div background color is #faec27
#faec27 Border Color
<div style="border:3px solid #faec27">
Div here</div>
This div border color is #faec27
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,236,39, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faec27; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faec27; -webkit-box-shadow: 1px 1px 3px 2px #faec27; box-shadow: 1px 1px 3px 2px #faec27; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,236,39, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faec27">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faec27; -webkit-box-shadow: 1px 1px 3px 2px #faec27; box-shadow: 1px 1px 3px 2px #faec27;">
Div content here</div>
This div box has shadow with color #faec27
Comments
No comments written yet.
Please login to write comment.