Color spaces of #fbdf7c
RGB | 251 | 223 | 124 |
---|---|---|---|
HSL | 0.13 | 0.94 | 0.74 |
HSV | 47° | 51° | 98° |
CMYK | 0.00 | 0.11 | 0.51 0.02 |
XYZ | 69.8094 | 74.7398 | 29.8157 |
Yxy | 74.7398 | 0.4004 | 0.4286 |
Hunter Lab | 86.4522 | -7.1541 | 40.0685 |
CIE-Lab | 89.2710 | -2.6310 | 51.6269 |
#fbdf7c color RGB value is (251,223,124).
#fbdf7c hex color red value is 251, green value is 223 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fbdf7c hue: 0.13 , saturation: 0.94 and the lightness value of fbdf7c is 0.74.
The process color (four color CMYK) of #fbdf7c color hex is 0.00, 0.11, 0.51, 0.02. Web safe color of #fbdf7c is #ffcc66. Color #fbdf7c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11011111 | 01111100 |
Octal | 373 | 337 | 174 |
Decimal | 251 | 223 | 124 |
Hex | FB | DF | 7C |
Shades of #fbdf7c
Tints of #fbdf7c
RGB Percentages of Color #fbdf7c
CMYK Percentages of Color #fbdf7c
Complementary Color
#fbdf7c | #7c98fb |
#fbdf7c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbdf7c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbdf7c Color CSS Codes
.mybgcolor {background-color:#fbdf7c; } .myforecolor {color:#fbdf7c; } .mybordercolor {border:3px solid #fbdf7c; }
#fbdf7c Text Font Color
<p style="color:#fbdf7c">Text here</p>
This sample text font color is #fbdf7c
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.
#fbdf7c Background Color
<div style="background-color:#fbdf7c">
Div content here</div>
This div background color is #fbdf7c
#fbdf7c Border Color
<div style="border:3px solid #fbdf7c">
Div here</div>
This div border color is #fbdf7c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,223,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbdf7c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbdf7c; -webkit-box-shadow: 1px 1px 3px 2px #fbdf7c; box-shadow: 1px 1px 3px 2px #fbdf7c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,223,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbdf7c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbdf7c; -webkit-box-shadow: 1px 1px 3px 2px #fbdf7c; box-shadow: 1px 1px 3px 2px #fbdf7c;">
Div content here</div>
This div box has shadow with color #fbdf7c
Comments
No comments written yet.
Please login to write comment.