Color spaces of #fffeaf
RGB | 255 | 254 | 175 |
---|---|---|---|
HSL | 0.16 | 1.00 | 0.84 |
HSV | 59° | 31° | 100° |
CMYK | 0.00 | 0.00 | 0.31 0.00 |
XYZ | 84.4197 | 95.2388 | 54.4910 |
Yxy | 95.2388 | 0.3605 | 0.4067 |
Hunter Lab | 97.5904 | -16.3733 | 35.2078 |
CIE-Lab | 98.1290 | -11.3116 | 37.9859 |
#fffeaf color RGB value is (255,254,175).
#fffeaf hex color red value is 255, green value is 254 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fffeaf hue: 0.16 , saturation: 1.00 and the lightness value of fffeaf is 0.84.
The process color (four color CMYK) of #fffeaf color hex is 0.00, 0.00, 0.31, 0.00. Web safe color of #fffeaf is #ffff99. Color #fffeaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11111110 | 10101111 |
Octal | 377 | 376 | 257 |
Decimal | 255 | 254 | 175 |
Hex | FF | FE | AF |
Shades of #fffeaf
Tints of #fffeaf
RGB Percentages of Color #fffeaf
CMYK Percentages of Color #fffeaf
Complementary Color
#fffeaf | #afb0ff |
#fffeaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fffeaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fffeaf Color CSS Codes
.mybgcolor {background-color:#fffeaf; } .myforecolor {color:#fffeaf; } .mybordercolor {border:3px solid #fffeaf; }
#fffeaf Text Font Color
<p style="color:#fffeaf">Text here</p>
This sample text font color is #fffeaf
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.
#fffeaf Background Color
<div style="background-color:#fffeaf">
Div content here</div>
This div background color is #fffeaf
#fffeaf Border Color
<div style="border:3px solid #fffeaf">
Div here</div>
This div border color is #fffeaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,254,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fffeaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fffeaf; -webkit-box-shadow: 1px 1px 3px 2px #fffeaf; box-shadow: 1px 1px 3px 2px #fffeaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,254,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fffeaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fffeaf; -webkit-box-shadow: 1px 1px 3px 2px #fffeaf; box-shadow: 1px 1px 3px 2px #fffeaf;">
Div content here</div>
This div box has shadow with color #fffeaf
Related Colors
#fffeaf Color Palettes
Comments
No comments written yet.
Please login to write comment.