Color spaces of #fadd5b
RGB | 250 | 221 | 91 |
---|---|---|---|
HSL | 0.14 | 0.94 | 0.67 |
HSV | 49° | 64° | 98° |
CMYK | 0.00 | 0.12 | 0.64 0.02 |
XYZ | 67.1691 | 72.7922 | 20.4076 |
Yxy | 72.7922 | 0.4188 | 0.4539 |
Hunter Lab | 85.3183 | -8.7783 | 45.5411 |
CIE-Lab | 88.3485 | -4.4155 | 65.4547 |
#fadd5b color RGB value is (250,221,91).
#fadd5b hex color red value is 250, green value is 221 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fadd5b hue: 0.14 , saturation: 0.94 and the lightness value of fadd5b is 0.67.
The process color (four color CMYK) of #fadd5b color hex is 0.00, 0.12, 0.64, 0.02. Web safe color of #fadd5b is #ffcc66. Color #fadd5b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11011101 | 01011011 |
Octal | 372 | 335 | 133 |
Decimal | 250 | 221 | 91 |
Hex | FA | DD | 5B |
Shades of #fadd5b
Tints of #fadd5b
RGB Percentages of Color #fadd5b
CMYK Percentages of Color #fadd5b
Complementary Color
#fadd5b | #5b78fa |
#fadd5b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fadd5b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fadd5b Color CSS Codes
.mybgcolor {background-color:#fadd5b; } .myforecolor {color:#fadd5b; } .mybordercolor {border:3px solid #fadd5b; }
#fadd5b Text Font Color
<p style="color:#fadd5b">Text here</p>
This sample text font color is #fadd5b
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.
#fadd5b Background Color
<div style="background-color:#fadd5b">
Div content here</div>
This div background color is #fadd5b
#fadd5b Border Color
<div style="border:3px solid #fadd5b">
Div here</div>
This div border color is #fadd5b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,221,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fadd5b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fadd5b; -webkit-box-shadow: 1px 1px 3px 2px #fadd5b; box-shadow: 1px 1px 3px 2px #fadd5b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,221,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fadd5b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fadd5b; -webkit-box-shadow: 1px 1px 3px 2px #fadd5b; box-shadow: 1px 1px 3px 2px #fadd5b;">
Div content here</div>
This div box has shadow with color #fadd5b
Comments
No comments written yet.
Please login to write comment.