Color spaces of #fbdb80
RGB | 251 | 219 | 128 |
---|---|---|---|
HSL | 0.12 | 0.94 | 0.74 |
HSV | 44° | 49° | 98° |
CMYK | 0.00 | 0.13 | 0.49 0.02 |
XYZ | 69.0115 | 72.7308 | 30.8232 |
Yxy | 72.7308 | 0.3999 | 0.4215 |
Hunter Lab | 85.2824 | -4.7998 | 38.2687 |
CIE-Lab | 88.3192 | -0.2537 | 48.5391 |
#fbdb80 color RGB value is (251,219,128).
#fbdb80 hex color red value is 251, green value is 219 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #fbdb80 hue: 0.12 , saturation: 0.94 and the lightness value of fbdb80 is 0.74.
The process color (four color CMYK) of #fbdb80 color hex is 0.00, 0.13, 0.49, 0.02. Web safe color of #fbdb80 is #ffcc99. Color #fbdb80 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11011011 | 10000000 |
Octal | 373 | 333 | 200 |
Decimal | 251 | 219 | 128 |
Hex | FB | DB | 80 |
Shades of #fbdb80
Tints of #fbdb80
RGB Percentages of Color #fbdb80
CMYK Percentages of Color #fbdb80
Complementary Color
#fbdb80 | #80a0fb |
#fbdb80 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbdb80 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbdb80 Color CSS Codes
.mybgcolor {background-color:#fbdb80; } .myforecolor {color:#fbdb80; } .mybordercolor {border:3px solid #fbdb80; }
#fbdb80 Text Font Color
<p style="color:#fbdb80">Text here</p>
This sample text font color is #fbdb80
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.
#fbdb80 Background Color
<div style="background-color:#fbdb80">
Div content here</div>
This div background color is #fbdb80
#fbdb80 Border Color
<div style="border:3px solid #fbdb80">
Div here</div>
This div border color is #fbdb80
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,219,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbdb80; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbdb80; -webkit-box-shadow: 1px 1px 3px 2px #fbdb80; box-shadow: 1px 1px 3px 2px #fbdb80; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,219,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbdb80">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbdb80; -webkit-box-shadow: 1px 1px 3px 2px #fbdb80; box-shadow: 1px 1px 3px 2px #fbdb80;">
Div content here</div>
This div box has shadow with color #fbdb80
Comments
No comments written yet.
Please login to write comment.