Color spaces of #feeebe
RGB | 254 | 238 | 190 |
---|---|---|---|
HSL | 0.13 | 0.97 | 0.87 |
HSV | 45° | 25° | 100° |
CMYK | 0.00 | 0.06 | 0.25 0.00 |
XYZ | 80.7419 | 85.9376 | 61.0473 |
Yxy | 85.9376 | 0.3546 | 0.3774 |
Hunter Lab | 92.7025 | -6.7598 | 25.8476 |
CIE-Lab | 94.2857 | -1.8290 | 25.2307 |
#feeebe color RGB value is (254,238,190).
#feeebe hex color red value is 254, green value is 238 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #feeebe hue: 0.13 , saturation: 0.97 and the lightness value of feeebe is 0.87.
The process color (four color CMYK) of #feeebe color hex is 0.00, 0.06, 0.25, 0.00. Web safe color of #feeebe is #ffffcc. Color #feeebe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11101110 | 10111110 |
Octal | 376 | 356 | 276 |
Decimal | 254 | 238 | 190 |
Hex | FE | EE | BE |
Shades of #feeebe
Tints of #feeebe
RGB Percentages of Color #feeebe
CMYK Percentages of Color #feeebe
Complementary Color
#feeebe | #becefe |
#feeebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feeebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#feeebe Color CSS Codes
.mybgcolor {background-color:#feeebe; } .myforecolor {color:#feeebe; } .mybordercolor {border:3px solid #feeebe; }
#feeebe Text Font Color
<p style="color:#feeebe">Text here</p>
This sample text font color is #feeebe
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.
#feeebe Background Color
<div style="background-color:#feeebe">
Div content here</div>
This div background color is #feeebe
#feeebe Border Color
<div style="border:3px solid #feeebe">
Div here</div>
This div border color is #feeebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,238,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feeebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feeebe; -webkit-box-shadow: 1px 1px 3px 2px #feeebe; box-shadow: 1px 1px 3px 2px #feeebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,238,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feeebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feeebe; -webkit-box-shadow: 1px 1px 3px 2px #feeebe; box-shadow: 1px 1px 3px 2px #feeebe;">
Div content here</div>
This div box has shadow with color #feeebe
#feeebe Color Palettes
Comments
No comments written yet.
Please login to write comment.