Color spaces of #fcedbf
RGB | 252 | 237 | 191 |
---|---|---|---|
HSL | 0.13 | 0.91 | 0.87 |
HSV | 45° | 24° | 99° |
CMYK | 0.00 | 0.06 | 0.24 0.01 |
XYZ | 79.8330 | 85.0254 | 61.4941 |
Yxy | 85.0254 | 0.3527 | 0.3756 |
Hunter Lab | 92.2092 | -6.8242 | 25.0061 |
CIE-Lab | 93.8941 | -1.9247 | 24.1541 |
#fcedbf color RGB value is (252,237,191).
#fcedbf hex color red value is 252, green value is 237 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fcedbf hue: 0.13 , saturation: 0.91 and the lightness value of fcedbf is 0.87.
The process color (four color CMYK) of #fcedbf color hex is 0.00, 0.06, 0.24, 0.01. Web safe color of #fcedbf is #ffffcc. Color #fcedbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11101101 | 10111111 |
Octal | 374 | 355 | 277 |
Decimal | 252 | 237 | 191 |
Hex | FC | ED | BF |
Shades of #fcedbf
Tints of #fcedbf
RGB Percentages of Color #fcedbf
CMYK Percentages of Color #fcedbf
Complementary Color
#fcedbf | #bfcefc |
#fcedbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcedbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcedbf Color CSS Codes
.mybgcolor {background-color:#fcedbf; } .myforecolor {color:#fcedbf; } .mybordercolor {border:3px solid #fcedbf; }
#fcedbf Text Font Color
<p style="color:#fcedbf">Text here</p>
This sample text font color is #fcedbf
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.
#fcedbf Background Color
<div style="background-color:#fcedbf">
Div content here</div>
This div background color is #fcedbf
#fcedbf Border Color
<div style="border:3px solid #fcedbf">
Div here</div>
This div border color is #fcedbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,237,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcedbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcedbf; -webkit-box-shadow: 1px 1px 3px 2px #fcedbf; box-shadow: 1px 1px 3px 2px #fcedbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,237,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 #fcedbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcedbf; -webkit-box-shadow: 1px 1px 3px 2px #fcedbf; box-shadow: 1px 1px 3px 2px #fcedbf;">
Div content here</div>
This div box has shadow with color #fcedbf
Comments
No comments written yet.
Please login to write comment.