Color spaces of #fefe2e
RGB | 254 | 254 | 46 |
---|---|---|---|
HSL | 0.17 | 0.99 | 0.59 |
HSV | 60° | 82° | 100° |
CMYK | 0.00 | 0.00 | 0.82 0.00 |
XYZ | 76.8080 | 92.1517 | 16.3236 |
Yxy | 92.1517 | 0.4145 | 0.4974 |
Hunter Lab | 95.9957 | -25.1711 | 57.1150 |
CIE-Lab | 96.8823 | -20.8403 | 88.3780 |
#fefe2e color RGB value is (254,254,46).
#fefe2e hex color red value is 254, green value is 254 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fefe2e hue: 0.17 , saturation: 0.99 and the lightness value of fefe2e is 0.59.
The process color (four color CMYK) of #fefe2e color hex is 0.00, 0.00, 0.82, 0.00. Web safe color of #fefe2e is #ffff33. Color #fefe2e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11111110 | 00101110 |
Octal | 376 | 376 | 56 |
Decimal | 254 | 254 | 46 |
Hex | FE | FE | 2E |
Shades of #fefe2e
Tints of #fefe2e
RGB Percentages of Color #fefe2e
CMYK Percentages of Color #fefe2e
Complementary Color
#fefe2e | #2e2efe |
#fefe2e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fefe2e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fefe2e Color CSS Codes
.mybgcolor {background-color:#fefe2e; } .myforecolor {color:#fefe2e; } .mybordercolor {border:3px solid #fefe2e; }
#fefe2e Text Font Color
<p style="color:#fefe2e">Text here</p>
This sample text font color is #fefe2e
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.
#fefe2e Background Color
<div style="background-color:#fefe2e">
Div content here</div>
This div background color is #fefe2e
#fefe2e Border Color
<div style="border:3px solid #fefe2e">
Div here</div>
This div border color is #fefe2e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,254,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fefe2e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fefe2e; -webkit-box-shadow: 1px 1px 3px 2px #fefe2e; box-shadow: 1px 1px 3px 2px #fefe2e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,254,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fefe2e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fefe2e; -webkit-box-shadow: 1px 1px 3px 2px #fefe2e; box-shadow: 1px 1px 3px 2px #fefe2e;">
Div content here</div>
This div box has shadow with color #fefe2e
Comments
No comments written yet.
Please login to write comment.