Color spaces of #fce43a
RGB | 252 | 228 | 58 |
---|---|---|---|
HSL | 0.15 | 0.97 | 0.61 |
HSV | 53° | 77° | 99° |
CMYK | 0.00 | 0.10 | 0.77 0.01 |
XYZ | 68.6520 | 76.4877 | 15.1482 |
Yxy | 76.4877 | 0.4283 | 0.4772 |
Hunter Lab | 87.4572 | -12.9316 | 50.9506 |
CIE-Lab | 90.0853 | -8.6480 | 79.2729 |
#fce43a color RGB value is (252,228,58).
#fce43a hex color red value is 252, green value is 228 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fce43a hue: 0.15 , saturation: 0.97 and the lightness value of fce43a is 0.61.
The process color (four color CMYK) of #fce43a color hex is 0.00, 0.10, 0.77, 0.01. Web safe color of #fce43a is #ffcc33. Color #fce43a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11100100 | 00111010 |
Octal | 374 | 344 | 72 |
Decimal | 252 | 228 | 58 |
Hex | FC | E4 | 3A |
Shades of #fce43a
Tints of #fce43a
RGB Percentages of Color #fce43a
CMYK Percentages of Color #fce43a
Complementary Color
#fce43a | #3a52fc |
#fce43a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fce43a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fce43a Color CSS Codes
.mybgcolor {background-color:#fce43a; } .myforecolor {color:#fce43a; } .mybordercolor {border:3px solid #fce43a; }
#fce43a Text Font Color
<p style="color:#fce43a">Text here</p>
This sample text font color is #fce43a
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.
#fce43a Background Color
<div style="background-color:#fce43a">
Div content here</div>
This div background color is #fce43a
#fce43a Border Color
<div style="border:3px solid #fce43a">
Div here</div>
This div border color is #fce43a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,228,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fce43a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fce43a; -webkit-box-shadow: 1px 1px 3px 2px #fce43a; box-shadow: 1px 1px 3px 2px #fce43a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,228,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fce43a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fce43a; -webkit-box-shadow: 1px 1px 3px 2px #fce43a; box-shadow: 1px 1px 3px 2px #fce43a;">
Div content here</div>
This div box has shadow with color #fce43a
Comments
No comments written yet.
Please login to write comment.