Color spaces of #fbdd8a
RGB | 251 | 221 | 138 |
---|---|---|---|
HSL | 0.12 | 0.93 | 0.76 |
HSV | 44° | 45° | 98° |
CMYK | 0.00 | 0.12 | 0.45 0.02 |
XYZ | 70.2276 | 74.0571 | 34.6378 |
Yxy | 74.0571 | 0.3925 | 0.4139 |
Hunter Lab | 86.0564 | -4.9313 | 36.3752 |
CIE-Lab | 88.9495 | -0.3461 | 44.4178 |
#fbdd8a color RGB value is (251,221,138).
#fbdd8a hex color red value is 251, green value is 221 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fbdd8a hue: 0.12 , saturation: 0.93 and the lightness value of fbdd8a is 0.76.
The process color (four color CMYK) of #fbdd8a color hex is 0.00, 0.12, 0.45, 0.02. Web safe color of #fbdd8a is #ffcc99. Color #fbdd8a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11011101 | 10001010 |
Octal | 373 | 335 | 212 |
Decimal | 251 | 221 | 138 |
Hex | FB | DD | 8A |
Shades of #fbdd8a
Tints of #fbdd8a
RGB Percentages of Color #fbdd8a
CMYK Percentages of Color #fbdd8a
Complementary Color
#fbdd8a | #8aa8fb |
#fbdd8a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbdd8a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbdd8a Color CSS Codes
.mybgcolor {background-color:#fbdd8a; } .myforecolor {color:#fbdd8a; } .mybordercolor {border:3px solid #fbdd8a; }
#fbdd8a Text Font Color
<p style="color:#fbdd8a">Text here</p>
This sample text font color is #fbdd8a
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.
#fbdd8a Background Color
<div style="background-color:#fbdd8a">
Div content here</div>
This div background color is #fbdd8a
#fbdd8a Border Color
<div style="border:3px solid #fbdd8a">
Div here</div>
This div border color is #fbdd8a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,221,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbdd8a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbdd8a; -webkit-box-shadow: 1px 1px 3px 2px #fbdd8a; box-shadow: 1px 1px 3px 2px #fbdd8a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,221,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbdd8a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbdd8a; -webkit-box-shadow: 1px 1px 3px 2px #fbdd8a; box-shadow: 1px 1px 3px 2px #fbdd8a;">
Div content here</div>
This div box has shadow with color #fbdd8a
Comments
No comments written yet.
Please login to write comment.