Color spaces of #fceeba
RGB | 252 | 238 | 186 |
---|---|---|---|
HSL | 0.13 | 0.92 | 0.86 |
HSV | 47° | 26° | 99° |
CMYK | 0.00 | 0.06 | 0.26 0.01 |
XYZ | 79.5823 | 85.3897 | 58.7418 |
Yxy | 85.3897 | 0.3557 | 0.3817 |
Hunter Lab | 92.4065 | -7.9838 | 26.9946 |
CIE-Lab | 94.0508 | -3.0945 | 26.9285 |
#fceeba color RGB value is (252,238,186).
#fceeba hex color red value is 252, green value is 238 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fceeba hue: 0.13 , saturation: 0.92 and the lightness value of fceeba is 0.86.
The process color (four color CMYK) of #fceeba color hex is 0.00, 0.06, 0.26, 0.01. Web safe color of #fceeba is #ffffcc. Color #fceeba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11101110 | 10111010 |
Octal | 374 | 356 | 272 |
Decimal | 252 | 238 | 186 |
Hex | FC | EE | BA |
Shades of #fceeba
Tints of #fceeba
RGB Percentages of Color #fceeba
CMYK Percentages of Color #fceeba
Complementary Color
#fceeba | #bac8fc |
#fceeba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fceeba Color Preview on White Background
Lorem ipsum dolor sit amet.
#fceeba Color CSS Codes
.mybgcolor {background-color:#fceeba; } .myforecolor {color:#fceeba; } .mybordercolor {border:3px solid #fceeba; }
#fceeba Text Font Color
<p style="color:#fceeba">Text here</p>
This sample text font color is #fceeba
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.
#fceeba Background Color
<div style="background-color:#fceeba">
Div content here</div>
This div background color is #fceeba
#fceeba Border Color
<div style="border:3px solid #fceeba">
Div here</div>
This div border color is #fceeba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,238,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fceeba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fceeba; -webkit-box-shadow: 1px 1px 3px 2px #fceeba; box-shadow: 1px 1px 3px 2px #fceeba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,238,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fceeba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fceeba; -webkit-box-shadow: 1px 1px 3px 2px #fceeba; box-shadow: 1px 1px 3px 2px #fceeba;">
Div content here</div>
This div box has shadow with color #fceeba
#fceeba Color Palettes
Comments
No comments written yet.
Please login to write comment.