Color spaces of #fbcb6e
RGB | 251 | 203 | 110 |
---|---|---|---|
HSL | 0.11 | 0.95 | 0.71 |
HSV | 40° | 56° | 98° |
CMYK | 0.00 | 0.19 | 0.56 0.02 |
XYZ | 63.9541 | 64.3469 | 23.8013 |
Yxy | 64.3469 | 0.4205 | 0.4231 |
Hunter Lab | 80.2165 | 1.9335 | 38.5594 |
CIE-Lab | 84.1461 | 6.4764 | 52.1869 |
#fbcb6e color RGB value is (251,203,110).
#fbcb6e hex color red value is 251, green value is 203 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fbcb6e hue: 0.11 , saturation: 0.95 and the lightness value of fbcb6e is 0.71.
The process color (four color CMYK) of #fbcb6e color hex is 0.00, 0.19, 0.56, 0.02. Web safe color of #fbcb6e is #ffcc66. Color #fbcb6e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11001011 | 01101110 |
Octal | 373 | 313 | 156 |
Decimal | 251 | 203 | 110 |
Hex | FB | CB | 6E |
Shades of #fbcb6e
Tints of #fbcb6e
RGB Percentages of Color #fbcb6e
CMYK Percentages of Color #fbcb6e
Complementary Color
#fbcb6e | #6e9efb |
#fbcb6e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbcb6e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbcb6e Color CSS Codes
.mybgcolor {background-color:#fbcb6e; } .myforecolor {color:#fbcb6e; } .mybordercolor {border:3px solid #fbcb6e; }
#fbcb6e Text Font Color
<p style="color:#fbcb6e">Text here</p>
This sample text font color is #fbcb6e
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.
#fbcb6e Background Color
<div style="background-color:#fbcb6e">
Div content here</div>
This div background color is #fbcb6e
#fbcb6e Border Color
<div style="border:3px solid #fbcb6e">
Div here</div>
This div border color is #fbcb6e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,203,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbcb6e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbcb6e; -webkit-box-shadow: 1px 1px 3px 2px #fbcb6e; box-shadow: 1px 1px 3px 2px #fbcb6e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,203,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbcb6e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbcb6e; -webkit-box-shadow: 1px 1px 3px 2px #fbcb6e; box-shadow: 1px 1px 3px 2px #fbcb6e;">
Div content here</div>
This div box has shadow with color #fbcb6e
Comments
No comments written yet.
Please login to write comment.