Color spaces of #fcee13
RGB | 252 | 238 | 19 |
---|---|---|---|
HSL | 0.16 | 0.97 | 0.53 |
HSV | 56° | 92° | 99° |
CMYK | 0.00 | 0.06 | 0.92 0.01 |
XYZ | 70.8370 | 81.8915 | 12.6892 |
Yxy | 81.8915 | 0.4282 | 0.4951 |
Hunter Lab | 90.4939 | -18.6378 | 55.0320 |
CIE-Lab | 92.5269 | -14.4626 | 89.4244 |
#fcee13 color RGB value is (252,238,19).
#fcee13 hex color red value is 252, green value is 238 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #fcee13 hue: 0.16 , saturation: 0.97 and the lightness value of fcee13 is 0.53.
The process color (four color CMYK) of #fcee13 color hex is 0.00, 0.06, 0.92, 0.01. Web safe color of #fcee13 is #ffff00. Color #fcee13 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11101110 | 00010011 |
Octal | 374 | 356 | 23 |
Decimal | 252 | 238 | 19 |
Hex | FC | EE | 13 |
Shades of #fcee13
Tints of #fcee13
RGB Percentages of Color #fcee13
CMYK Percentages of Color #fcee13
Complementary Color
#fcee13 | #1321fc |
#fcee13 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcee13 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcee13 Color CSS Codes
.mybgcolor {background-color:#fcee13; } .myforecolor {color:#fcee13; } .mybordercolor {border:3px solid #fcee13; }
#fcee13 Text Font Color
<p style="color:#fcee13">Text here</p>
This sample text font color is #fcee13
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.
#fcee13 Background Color
<div style="background-color:#fcee13">
Div content here</div>
This div background color is #fcee13
#fcee13 Border Color
<div style="border:3px solid #fcee13">
Div here</div>
This div border color is #fcee13
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,238,19, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcee13; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcee13; -webkit-box-shadow: 1px 1px 3px 2px #fcee13; box-shadow: 1px 1px 3px 2px #fcee13; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,238,19, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcee13">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcee13; -webkit-box-shadow: 1px 1px 3px 2px #fcee13; box-shadow: 1px 1px 3px 2px #fcee13;">
Div content here</div>
This div box has shadow with color #fcee13
Comments
No comments written yet.
Please login to write comment.