Color spaces of #face3e
RGB | 250 | 206 | 62 |
---|---|---|---|
HSL | 0.13 | 0.95 | 0.61 |
HSV | 46° | 75° | 98° |
CMYK | 0.00 | 0.18 | 0.75 0.02 |
XYZ | 62.3651 | 64.8144 | 13.7809 |
Yxy | 64.8144 | 0.4424 | 0.4598 |
Hunter Lab | 80.5074 | -2.6128 | 46.2062 |
CIE-Lab | 84.3880 | 1.7744 | 72.6669 |
#face3e color RGB value is (250,206,62).
#face3e hex color red value is 250, green value is 206 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #face3e hue: 0.13 , saturation: 0.95 and the lightness value of face3e is 0.61.
The process color (four color CMYK) of #face3e color hex is 0.00, 0.18, 0.75, 0.02. Web safe color of #face3e is #ffcc33. Color #face3e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11001110 | 00111110 |
Octal | 372 | 316 | 76 |
Decimal | 250 | 206 | 62 |
Hex | FA | CE | 3E |
Shades of #face3e
Tints of #face3e
RGB Percentages of Color #face3e
CMYK Percentages of Color #face3e
Complementary Color
#face3e | #3e6afa |
#face3e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#face3e Color Preview on White Background
Lorem ipsum dolor sit amet.
#face3e Color CSS Codes
.mybgcolor {background-color:#face3e; } .myforecolor {color:#face3e; } .mybordercolor {border:3px solid #face3e; }
#face3e Text Font Color
<p style="color:#face3e">Text here</p>
This sample text font color is #face3e
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.
#face3e Background Color
<div style="background-color:#face3e">
Div content here</div>
This div background color is #face3e
#face3e Border Color
<div style="border:3px solid #face3e">
Div here</div>
This div border color is #face3e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,206,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #face3e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #face3e; -webkit-box-shadow: 1px 1px 3px 2px #face3e; box-shadow: 1px 1px 3px 2px #face3e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,206,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #face3e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #face3e; -webkit-box-shadow: 1px 1px 3px 2px #face3e; box-shadow: 1px 1px 3px 2px #face3e;">
Div content here</div>
This div box has shadow with color #face3e
Comments
No comments written yet.
Please login to write comment.