Color spaces of #face57
RGB | 250 | 206 | 87 |
---|---|---|---|
HSL | 0.12 | 0.94 | 0.66 |
HSV | 44° | 65° | 98° |
CMYK | 0.00 | 0.18 | 0.65 0.02 |
XYZ | 63.2159 | 65.1547 | 18.2611 |
Yxy | 65.1547 | 0.4311 | 0.4443 |
Hunter Lab | 80.7185 | -1.4623 | 43.0896 |
CIE-Lab | 84.5634 | 2.9852 | 63.0911 |
#face57 color RGB value is (250,206,87).
#face57 hex color red value is 250, green value is 206 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #face57 hue: 0.12 , saturation: 0.94 and the lightness value of face57 is 0.66.
The process color (four color CMYK) of #face57 color hex is 0.00, 0.18, 0.65, 0.02. Web safe color of #face57 is #ffcc66. Color #face57 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11001110 | 01010111 |
Octal | 372 | 316 | 127 |
Decimal | 250 | 206 | 87 |
Hex | FA | CE | 57 |
Shades of #face57
Tints of #face57
RGB Percentages of Color #face57
CMYK Percentages of Color #face57
Complementary Color
#face57 | #5783fa |
#face57 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#face57 Color Preview on White Background
Lorem ipsum dolor sit amet.
#face57 Color CSS Codes
.mybgcolor {background-color:#face57; } .myforecolor {color:#face57; } .mybordercolor {border:3px solid #face57; }
#face57 Text Font Color
<p style="color:#face57">Text here</p>
This sample text font color is #face57
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.
#face57 Background Color
<div style="background-color:#face57">
Div content here</div>
This div background color is #face57
#face57 Border Color
<div style="border:3px solid #face57">
Div here</div>
This div border color is #face57
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,206,87, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #face57; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #face57; -webkit-box-shadow: 1px 1px 3px 2px #face57; box-shadow: 1px 1px 3px 2px #face57; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,206,87, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #face57">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #face57; -webkit-box-shadow: 1px 1px 3px 2px #face57; box-shadow: 1px 1px 3px 2px #face57;">
Div content here</div>
This div box has shadow with color #face57
Comments
No comments written yet.
Please login to write comment.