Color spaces of #fafe5c
RGB | 250 | 254 | 92 |
---|---|---|---|
HSL | 0.17 | 0.99 | 0.68 |
HSV | 61° | 64° | 100° |
CMYK | 0.02 | 0.00 | 0.64 0.00 |
XYZ | 76.7979 | 91.9803 | 23.8315 |
Yxy | 91.9803 | 0.3987 | 0.4775 |
Hunter Lab | 95.9064 | -24.9006 | 52.4016 |
CIE-Lab | 96.8123 | -20.5589 | 73.9743 |
#fafe5c color RGB value is (250,254,92).
#fafe5c hex color red value is 250, green value is 254 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #fafe5c hue: 0.17 , saturation: 0.99 and the lightness value of fafe5c is 0.68.
The process color (four color CMYK) of #fafe5c color hex is 0.02, 0.00, 0.64, 0.00. Web safe color of #fafe5c is #ffff66. Color #fafe5c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11111110 | 01011100 |
Octal | 372 | 376 | 134 |
Decimal | 250 | 254 | 92 |
Hex | FA | FE | 5C |
Shades of #fafe5c
Tints of #fafe5c
RGB Percentages of Color #fafe5c
CMYK Percentages of Color #fafe5c
Complementary Color
#fafe5c | #605cfe |
#fafe5c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fafe5c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fafe5c Color CSS Codes
.mybgcolor {background-color:#fafe5c; } .myforecolor {color:#fafe5c; } .mybordercolor {border:3px solid #fafe5c; }
#fafe5c Text Font Color
<p style="color:#fafe5c">Text here</p>
This sample text font color is #fafe5c
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.
#fafe5c Background Color
<div style="background-color:#fafe5c">
Div content here</div>
This div background color is #fafe5c
#fafe5c Border Color
<div style="border:3px solid #fafe5c">
Div here</div>
This div border color is #fafe5c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,254,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fafe5c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fafe5c; -webkit-box-shadow: 1px 1px 3px 2px #fafe5c; box-shadow: 1px 1px 3px 2px #fafe5c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,254,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fafe5c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fafe5c; -webkit-box-shadow: 1px 1px 3px 2px #fafe5c; box-shadow: 1px 1px 3px 2px #fafe5c;">
Div content here</div>
This div box has shadow with color #fafe5c
Comments
No comments written yet.
Please login to write comment.