Color spaces of #fceeab
RGB | 252 | 238 | 171 |
---|---|---|---|
HSL | 0.14 | 0.93 | 0.83 |
HSV | 50° | 32° | 99° |
CMYK | 0.00 | 0.06 | 0.32 0.01 |
XYZ | 78.0701 | 84.7848 | 50.7784 |
Yxy | 84.7848 | 0.3654 | 0.3969 |
Hunter Lab | 92.0787 | -9.7941 | 31.7585 |
CIE-Lab | 93.7903 | -4.9758 | 34.1968 |
#fceeab color RGB value is (252,238,171).
#fceeab hex color red value is 252, green value is 238 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fceeab hue: 0.14 , saturation: 0.93 and the lightness value of fceeab is 0.83.
The process color (four color CMYK) of #fceeab color hex is 0.00, 0.06, 0.32, 0.01. Web safe color of #fceeab is #ffff99. Color #fceeab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11101110 | 10101011 |
Octal | 374 | 356 | 253 |
Decimal | 252 | 238 | 171 |
Hex | FC | EE | AB |
Shades of #fceeab
Tints of #fceeab
RGB Percentages of Color #fceeab
CMYK Percentages of Color #fceeab
Complementary Color
#fceeab | #abb9fc |
#fceeab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fceeab Color Preview on White Background
Lorem ipsum dolor sit amet.
#fceeab Color CSS Codes
.mybgcolor {background-color:#fceeab; } .myforecolor {color:#fceeab; } .mybordercolor {border:3px solid #fceeab; }
#fceeab Text Font Color
<p style="color:#fceeab">Text here</p>
This sample text font color is #fceeab
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.
#fceeab Background Color
<div style="background-color:#fceeab">
Div content here</div>
This div background color is #fceeab
#fceeab Border Color
<div style="border:3px solid #fceeab">
Div here</div>
This div border color is #fceeab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,238,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fceeab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fceeab; -webkit-box-shadow: 1px 1px 3px 2px #fceeab; box-shadow: 1px 1px 3px 2px #fceeab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,238,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fceeab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fceeab; -webkit-box-shadow: 1px 1px 3px 2px #fceeab; box-shadow: 1px 1px 3px 2px #fceeab;">
Div content here</div>
This div box has shadow with color #fceeab
Comments
No comments written yet.
Please login to write comment.