Color spaces of #fad07d
RGB | 250 | 208 | 125 |
---|---|---|---|
HSL | 0.11 | 0.93 | 0.74 |
HSV | 40° | 50° | 98° |
CMYK | 0.00 | 0.17 | 0.50 0.02 |
XYZ | 65.6819 | 66.9164 | 28.8564 |
Yxy | 66.9164 | 0.4068 | 0.4145 |
Hunter Lab | 81.8024 | 0.1693 | 36.3467 |
CIE-Lab | 85.4617 | 4.7161 | 46.4672 |
#fad07d color RGB value is (250,208,125).
#fad07d hex color red value is 250, green value is 208 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fad07d hue: 0.11 , saturation: 0.93 and the lightness value of fad07d is 0.74.
The process color (four color CMYK) of #fad07d color hex is 0.00, 0.17, 0.50, 0.02. Web safe color of #fad07d is #ffcc66. Color #fad07d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11010000 | 01111101 |
Octal | 372 | 320 | 175 |
Decimal | 250 | 208 | 125 |
Hex | FA | D0 | 7D |
Shades of #fad07d
Tints of #fad07d
RGB Percentages of Color #fad07d
CMYK Percentages of Color #fad07d
Complementary Color
#fad07d | #7da7fa |
#fad07d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fad07d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fad07d Color CSS Codes
.mybgcolor {background-color:#fad07d; } .myforecolor {color:#fad07d; } .mybordercolor {border:3px solid #fad07d; }
#fad07d Text Font Color
<p style="color:#fad07d">Text here</p>
This sample text font color is #fad07d
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.
#fad07d Background Color
<div style="background-color:#fad07d">
Div content here</div>
This div background color is #fad07d
#fad07d Border Color
<div style="border:3px solid #fad07d">
Div here</div>
This div border color is #fad07d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,208,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fad07d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fad07d; -webkit-box-shadow: 1px 1px 3px 2px #fad07d; box-shadow: 1px 1px 3px 2px #fad07d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,208,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fad07d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fad07d; -webkit-box-shadow: 1px 1px 3px 2px #fad07d; box-shadow: 1px 1px 3px 2px #fad07d;">
Div content here</div>
This div box has shadow with color #fad07d
Comments
No comments written yet.
Please login to write comment.