Color spaces of #fbcd55
RGB | 251 | 205 | 85 |
---|---|---|---|
HSL | 0.12 | 0.95 | 0.66 |
HSV | 43° | 66° | 98° |
CMYK | 0.00 | 0.18 | 0.66 0.02 |
XYZ | 63.2547 | 64.8278 | 17.7735 |
Yxy | 64.8278 | 0.4337 | 0.4445 |
Hunter Lab | 80.5157 | -0.6694 | 43.2730 |
CIE-Lab | 84.3949 | 3.8007 | 63.7911 |
#fbcd55 color RGB value is (251,205,85).
#fbcd55 hex color red value is 251, green value is 205 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #fbcd55 hue: 0.12 , saturation: 0.95 and the lightness value of fbcd55 is 0.66.
The process color (four color CMYK) of #fbcd55 color hex is 0.00, 0.18, 0.66, 0.02. Web safe color of #fbcd55 is #ffcc66. Color #fbcd55 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11001101 | 01010101 |
Octal | 373 | 315 | 125 |
Decimal | 251 | 205 | 85 |
Hex | FB | CD | 55 |
Shades of #fbcd55
Tints of #fbcd55
RGB Percentages of Color #fbcd55
CMYK Percentages of Color #fbcd55
Complementary Color
#fbcd55 | #5583fb |
#fbcd55 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbcd55 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbcd55 Color CSS Codes
.mybgcolor {background-color:#fbcd55; } .myforecolor {color:#fbcd55; } .mybordercolor {border:3px solid #fbcd55; }
#fbcd55 Text Font Color
<p style="color:#fbcd55">Text here</p>
This sample text font color is #fbcd55
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.
#fbcd55 Background Color
<div style="background-color:#fbcd55">
Div content here</div>
This div background color is #fbcd55
#fbcd55 Border Color
<div style="border:3px solid #fbcd55">
Div here</div>
This div border color is #fbcd55
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,205,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbcd55; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbcd55; -webkit-box-shadow: 1px 1px 3px 2px #fbcd55; box-shadow: 1px 1px 3px 2px #fbcd55; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,205,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbcd55">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbcd55; -webkit-box-shadow: 1px 1px 3px 2px #fbcd55; box-shadow: 1px 1px 3px 2px #fbcd55;">
Div content here</div>
This div box has shadow with color #fbcd55
Comments
No comments written yet.
Please login to write comment.