Color spaces of #fbdd1d
RGB | 251 | 221 | 29 |
---|---|---|---|
HSL | 0.14 | 0.97 | 0.55 |
HSV | 52° | 88° | 98° |
CMYK | 0.00 | 0.12 | 0.88 0.02 |
XYZ | 65.8619 | 72.3108 | 11.6485 |
Yxy | 72.3108 | 0.4396 | 0.4826 |
Hunter Lab | 85.0358 | -10.5607 | 51.4033 |
CIE-Lab | 88.1180 | -6.3299 | 84.5699 |
#fbdd1d color RGB value is (251,221,29).
#fbdd1d hex color red value is 251, green value is 221 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #fbdd1d hue: 0.14 , saturation: 0.97 and the lightness value of fbdd1d is 0.55.
The process color (four color CMYK) of #fbdd1d color hex is 0.00, 0.12, 0.88, 0.02. Web safe color of #fbdd1d is #ffcc33. Color #fbdd1d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11011101 | 00011101 |
Octal | 373 | 335 | 35 |
Decimal | 251 | 221 | 29 |
Hex | FB | DD | 1D |
Shades of #fbdd1d
Tints of #fbdd1d
RGB Percentages of Color #fbdd1d
CMYK Percentages of Color #fbdd1d
Complementary Color
#fbdd1d | #1d3bfb |
#fbdd1d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbdd1d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbdd1d Color CSS Codes
.mybgcolor {background-color:#fbdd1d; } .myforecolor {color:#fbdd1d; } .mybordercolor {border:3px solid #fbdd1d; }
#fbdd1d Text Font Color
<p style="color:#fbdd1d">Text here</p>
This sample text font color is #fbdd1d
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.
#fbdd1d Background Color
<div style="background-color:#fbdd1d">
Div content here</div>
This div background color is #fbdd1d
#fbdd1d Border Color
<div style="border:3px solid #fbdd1d">
Div here</div>
This div border color is #fbdd1d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,221,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbdd1d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbdd1d; -webkit-box-shadow: 1px 1px 3px 2px #fbdd1d; box-shadow: 1px 1px 3px 2px #fbdd1d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,221,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbdd1d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbdd1d; -webkit-box-shadow: 1px 1px 3px 2px #fbdd1d; box-shadow: 1px 1px 3px 2px #fbdd1d;">
Div content here</div>
This div box has shadow with color #fbdd1d
Comments
No comments written yet.
Please login to write comment.