Color spaces of #fbd78a
RGB | 251 | 215 | 138 |
---|---|---|---|
HSL | 0.11 | 0.93 | 0.76 |
HSV | 41° | 45° | 98° |
CMYK | 0.00 | 0.14 | 0.45 0.02 |
XYZ | 68.6715 | 70.9451 | 34.1191 |
Yxy | 70.9451 | 0.3953 | 0.4084 |
Hunter Lab | 84.2289 | -1.8703 | 34.9433 |
CIE-Lab | 87.4583 | 2.7176 | 42.5318 |
#fbd78a color RGB value is (251,215,138).
#fbd78a hex color red value is 251, green value is 215 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fbd78a hue: 0.11 , saturation: 0.93 and the lightness value of fbd78a is 0.76.
The process color (four color CMYK) of #fbd78a color hex is 0.00, 0.14, 0.45, 0.02. Web safe color of #fbd78a is #ffcc99. Color #fbd78a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11010111 | 10001010 |
Octal | 373 | 327 | 212 |
Decimal | 251 | 215 | 138 |
Hex | FB | D7 | 8A |
Shades of #fbd78a
Tints of #fbd78a
RGB Percentages of Color #fbd78a
CMYK Percentages of Color #fbd78a
Complementary Color
#fbd78a | #8aaefb |
#fbd78a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbd78a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbd78a Color CSS Codes
.mybgcolor {background-color:#fbd78a; } .myforecolor {color:#fbd78a; } .mybordercolor {border:3px solid #fbd78a; }
#fbd78a Text Font Color
<p style="color:#fbd78a">Text here</p>
This sample text font color is #fbd78a
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.
#fbd78a Background Color
<div style="background-color:#fbd78a">
Div content here</div>
This div background color is #fbd78a
#fbd78a Border Color
<div style="border:3px solid #fbd78a">
Div here</div>
This div border color is #fbd78a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,215,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbd78a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbd78a; -webkit-box-shadow: 1px 1px 3px 2px #fbd78a; box-shadow: 1px 1px 3px 2px #fbd78a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,215,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 #fbd78a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbd78a; -webkit-box-shadow: 1px 1px 3px 2px #fbd78a; box-shadow: 1px 1px 3px 2px #fbd78a;">
Div content here</div>
This div box has shadow with color #fbd78a
Comments
No comments written yet.
Please login to write comment.