Color spaces of #fce28b
RGB | 252 | 226 | 139 |
---|---|---|---|
HSL | 0.13 | 0.95 | 0.77 |
HSV | 46° | 45° | 99° |
CMYK | 0.00 | 0.10 | 0.45 0.01 |
XYZ | 72.0014 | 76.9522 | 35.4845 |
Yxy | 76.9522 | 0.3904 | 0.4172 |
Hunter Lab | 87.7224 | -7.0037 | 37.4223 |
CIE-Lab | 90.2996 | -2.3916 | 45.6421 |
#fce28b color RGB value is (252,226,139).
#fce28b hex color red value is 252, green value is 226 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fce28b hue: 0.13 , saturation: 0.95 and the lightness value of fce28b is 0.77.
The process color (four color CMYK) of #fce28b color hex is 0.00, 0.10, 0.45, 0.01. Web safe color of #fce28b is #ffcc99. Color #fce28b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11100010 | 10001011 |
Octal | 374 | 342 | 213 |
Decimal | 252 | 226 | 139 |
Hex | FC | E2 | 8B |
Shades of #fce28b
Tints of #fce28b
RGB Percentages of Color #fce28b
CMYK Percentages of Color #fce28b
Complementary Color
#fce28b | #8ba5fc |
#fce28b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fce28b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fce28b Color CSS Codes
.mybgcolor {background-color:#fce28b; } .myforecolor {color:#fce28b; } .mybordercolor {border:3px solid #fce28b; }
#fce28b Text Font Color
<p style="color:#fce28b">Text here</p>
This sample text font color is #fce28b
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.
#fce28b Background Color
<div style="background-color:#fce28b">
Div content here</div>
This div background color is #fce28b
#fce28b Border Color
<div style="border:3px solid #fce28b">
Div here</div>
This div border color is #fce28b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,226,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fce28b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fce28b; -webkit-box-shadow: 1px 1px 3px 2px #fce28b; box-shadow: 1px 1px 3px 2px #fce28b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,226,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fce28b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fce28b; -webkit-box-shadow: 1px 1px 3px 2px #fce28b; box-shadow: 1px 1px 3px 2px #fce28b;">
Div content here</div>
This div box has shadow with color #fce28b
Comments
No comments written yet.
Please login to write comment.