Color spaces of #feeabf
RGB | 254 | 234 | 191 |
---|---|---|---|
HSL | 0.11 | 0.97 | 0.87 |
HSV | 41° | 25° | 100° |
CMYK | 0.00 | 0.08 | 0.25 0.00 |
XYZ | 79.6998 | 83.6781 | 61.2411 |
Yxy | 83.6781 | 0.3548 | 0.3725 |
Hunter Lab | 91.4757 | -4.5614 | 24.3396 |
CIE-Lab | 93.3105 | 0.3281 | 23.3751 |
#feeabf color RGB value is (254,234,191).
#feeabf hex color red value is 254, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #feeabf hue: 0.11 , saturation: 0.97 and the lightness value of feeabf is 0.87.
The process color (four color CMYK) of #feeabf color hex is 0.00, 0.08, 0.25, 0.00. Web safe color of #feeabf is #ffffcc. Color #feeabf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11101010 | 10111111 |
Octal | 376 | 352 | 277 |
Decimal | 254 | 234 | 191 |
Hex | FE | EA | BF |
Shades of #feeabf
Tints of #feeabf
RGB Percentages of Color #feeabf
CMYK Percentages of Color #feeabf
Complementary Color
#feeabf | #bfd3fe |
#feeabf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feeabf Color Preview on White Background
Lorem ipsum dolor sit amet.
#feeabf Color CSS Codes
.mybgcolor {background-color:#feeabf; } .myforecolor {color:#feeabf; } .mybordercolor {border:3px solid #feeabf; }
#feeabf Text Font Color
<p style="color:#feeabf">Text here</p>
This sample text font color is #feeabf
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.
#feeabf Background Color
<div style="background-color:#feeabf">
Div content here</div>
This div background color is #feeabf
#feeabf Border Color
<div style="border:3px solid #feeabf">
Div here</div>
This div border color is #feeabf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,234,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feeabf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feeabf; -webkit-box-shadow: 1px 1px 3px 2px #feeabf; box-shadow: 1px 1px 3px 2px #feeabf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,234,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feeabf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feeabf; -webkit-box-shadow: 1px 1px 3px 2px #feeabf; box-shadow: 1px 1px 3px 2px #feeabf;">
Div content here</div>
This div box has shadow with color #feeabf
#feeabf Color Palettes
Comments
No comments written yet.
Please login to write comment.