Color spaces of #fce37e
RGB | 252 | 227 | 126 |
---|---|---|---|
HSL | 0.13 | 0.95 | 0.74 |
HSV | 48° | 50° | 99° |
CMYK | 0.00 | 0.10 | 0.50 0.01 |
XYZ | 71.3799 | 77.1400 | 30.8660 |
Yxy | 77.1400 | 0.3979 | 0.4300 |
Hunter Lab | 87.8294 | -8.6325 | 40.6442 |
CIE-Lab | 90.3860 | -4.0793 | 52.0419 |
#fce37e color RGB value is (252,227,126).
#fce37e hex color red value is 252, green value is 227 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fce37e hue: 0.13 , saturation: 0.95 and the lightness value of fce37e is 0.74.
The process color (four color CMYK) of #fce37e color hex is 0.00, 0.10, 0.50, 0.01. Web safe color of #fce37e is #ffcc66. Color #fce37e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11100011 | 01111110 |
Octal | 374 | 343 | 176 |
Decimal | 252 | 227 | 126 |
Hex | FC | E3 | 7E |
Shades of #fce37e
Tints of #fce37e
RGB Percentages of Color #fce37e
CMYK Percentages of Color #fce37e
Complementary Color
#fce37e | #7e97fc |
#fce37e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fce37e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fce37e Color CSS Codes
.mybgcolor {background-color:#fce37e; } .myforecolor {color:#fce37e; } .mybordercolor {border:3px solid #fce37e; }
#fce37e Text Font Color
<p style="color:#fce37e">Text here</p>
This sample text font color is #fce37e
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.
#fce37e Background Color
<div style="background-color:#fce37e">
Div content here</div>
This div background color is #fce37e
#fce37e Border Color
<div style="border:3px solid #fce37e">
Div here</div>
This div border color is #fce37e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,227,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fce37e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fce37e; -webkit-box-shadow: 1px 1px 3px 2px #fce37e; box-shadow: 1px 1px 3px 2px #fce37e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,227,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fce37e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fce37e; -webkit-box-shadow: 1px 1px 3px 2px #fce37e; box-shadow: 1px 1px 3px 2px #fce37e;">
Div content here</div>
This div box has shadow with color #fce37e
Comments
No comments written yet.
Please login to write comment.