Color spaces of #fefceb
RGB | 254 | 252 | 235 |
---|---|---|---|
HSL | 0.15 | 0.90 | 0.96 |
HSV | 54° | 7° | 100° |
CMYK | 0.00 | 0.01 | 0.07 0.00 |
XYZ | 90.6789 | 96.6898 | 92.4810 |
Yxy | 96.6898 | 0.3240 | 0.3455 |
Hunter Lab | 98.3310 | -7.4700 | 13.0690 |
CIE-Lab | 98.7057 | -2.2010 | 8.3622 |
#fefceb color RGB value is (254,252,235).
#fefceb hex color red value is 254, green value is 252 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fefceb hue: 0.15 , saturation: 0.90 and the lightness value of fefceb is 0.96.
The process color (four color CMYK) of #fefceb color hex is 0.00, 0.01, 0.07, 0.00. Web safe color of #fefceb is #ffffff. Color #fefceb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11111100 | 11101011 |
Octal | 376 | 374 | 353 |
Decimal | 254 | 252 | 235 |
Hex | FE | FC | EB |
Shades of #fefceb
Tints of #fefceb
RGB Percentages of Color #fefceb
CMYK Percentages of Color #fefceb
Complementary Color
#fefceb | #ebedfe |
#fefceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fefceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fefceb Color CSS Codes
.mybgcolor {background-color:#fefceb; } .myforecolor {color:#fefceb; } .mybordercolor {border:3px solid #fefceb; }
#fefceb Text Font Color
<p style="color:#fefceb">Text here</p>
This sample text font color is #fefceb
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.
#fefceb Background Color
<div style="background-color:#fefceb">
Div content here</div>
This div background color is #fefceb
#fefceb Border Color
<div style="border:3px solid #fefceb">
Div here</div>
This div border color is #fefceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,252,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fefceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fefceb; -webkit-box-shadow: 1px 1px 3px 2px #fefceb; box-shadow: 1px 1px 3px 2px #fefceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,252,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fefceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fefceb; -webkit-box-shadow: 1px 1px 3px 2px #fefceb; box-shadow: 1px 1px 3px 2px #fefceb;">
Div content here</div>
This div box has shadow with color #fefceb
Comments
No comments written yet.
Please login to write comment.