Color spaces of #fceb0b
RGB | 252 | 235 | 11 |
---|---|---|---|
HSL | 0.15 | 0.98 | 0.52 |
HSV | 56° | 96° | 99° |
CMYK | 0.00 | 0.07 | 0.96 0.01 |
XYZ | 69.9136 | 80.1363 | 12.0996 |
Yxy | 80.1363 | 0.4312 | 0.4942 |
Hunter Lab | 89.5189 | -17.2508 | 54.6494 |
CIE-Lab | 91.7460 | -13.0748 | 89.6150 |
#fceb0b color RGB value is (252,235,11).
#fceb0b hex color red value is 252, green value is 235 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fceb0b hue: 0.15 , saturation: 0.98 and the lightness value of fceb0b is 0.52.
The process color (four color CMYK) of #fceb0b color hex is 0.00, 0.07, 0.96, 0.01. Web safe color of #fceb0b is #ffff00. Color #fceb0b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11101011 | 00001011 |
Octal | 374 | 353 | 13 |
Decimal | 252 | 235 | 11 |
Hex | FC | EB | B |
Shades of #fceb0b
Tints of #fceb0b
RGB Percentages of Color #fceb0b
CMYK Percentages of Color #fceb0b
Complementary Color
#fceb0b | #0b1cfc |
#fceb0b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fceb0b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fceb0b Color CSS Codes
.mybgcolor {background-color:#fceb0b; } .myforecolor {color:#fceb0b; } .mybordercolor {border:3px solid #fceb0b; }
#fceb0b Text Font Color
<p style="color:#fceb0b">Text here</p>
This sample text font color is #fceb0b
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.
#fceb0b Background Color
<div style="background-color:#fceb0b">
Div content here</div>
This div background color is #fceb0b
#fceb0b Border Color
<div style="border:3px solid #fceb0b">
Div here</div>
This div border color is #fceb0b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,235,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fceb0b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fceb0b; -webkit-box-shadow: 1px 1px 3px 2px #fceb0b; box-shadow: 1px 1px 3px 2px #fceb0b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,235,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fceb0b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fceb0b; -webkit-box-shadow: 1px 1px 3px 2px #fceb0b; box-shadow: 1px 1px 3px 2px #fceb0b;">
Div content here</div>
This div box has shadow with color #fceb0b
Comments
No comments written yet.
Please login to write comment.