Color spaces of #fef25c
RGB | 254 | 242 | 92 |
---|---|---|---|
HSL | 0.15 | 0.99 | 0.68 |
HSV | 56° | 64° | 100° |
CMYK | 0.00 | 0.05 | 0.64 0.00 |
XYZ | 74.5569 | 85.3478 | 22.6694 |
Yxy | 85.3478 | 0.4084 | 0.4675 |
Hunter Lab | 92.3839 | -17.6163 | 50.1200 |
CIE-Lab | 94.0328 | -13.1530 | 71.1740 |
#fef25c color RGB value is (254,242,92).
#fef25c hex color red value is 254, green value is 242 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #fef25c hue: 0.15 , saturation: 0.99 and the lightness value of fef25c is 0.68.
The process color (four color CMYK) of #fef25c color hex is 0.00, 0.05, 0.64, 0.00. Web safe color of #fef25c is #ffff66. Color #fef25c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11110010 | 01011100 |
Octal | 376 | 362 | 134 |
Decimal | 254 | 242 | 92 |
Hex | FE | F2 | 5C |
Shades of #fef25c
Tints of #fef25c
RGB Percentages of Color #fef25c
CMYK Percentages of Color #fef25c
Complementary Color
#fef25c | #5c68fe |
#fef25c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fef25c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fef25c Color CSS Codes
.mybgcolor {background-color:#fef25c; } .myforecolor {color:#fef25c; } .mybordercolor {border:3px solid #fef25c; }
#fef25c Text Font Color
<p style="color:#fef25c">Text here</p>
This sample text font color is #fef25c
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.
#fef25c Background Color
<div style="background-color:#fef25c">
Div content here</div>
This div background color is #fef25c
#fef25c Border Color
<div style="border:3px solid #fef25c">
Div here</div>
This div border color is #fef25c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,242,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fef25c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fef25c; -webkit-box-shadow: 1px 1px 3px 2px #fef25c; box-shadow: 1px 1px 3px 2px #fef25c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,242,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 #fef25c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fef25c; -webkit-box-shadow: 1px 1px 3px 2px #fef25c; box-shadow: 1px 1px 3px 2px #fef25c;">
Div content here</div>
This div box has shadow with color #fef25c
Comments
No comments written yet.
Please login to write comment.