Color spaces of #fadda7
RGB | 250 | 221 | 167 |
---|---|---|---|
HSL | 0.11 | 0.89 | 0.82 |
HSV | 39° | 33° | 98° |
CMYK | 0.00 | 0.12 | 0.33 0.02 |
XYZ | 72.2558 | 74.8269 | 47.1940 |
Yxy | 74.8269 | 0.3719 | 0.3852 |
Hunter Lab | 86.5025 | -2.2779 | 28.2044 |
CIE-Lab | 89.3118 | 2.4022 | 30.2141 |
#fadda7 color RGB value is (250,221,167).
#fadda7 hex color red value is 250, green value is 221 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #fadda7 hue: 0.11 , saturation: 0.89 and the lightness value of fadda7 is 0.82.
The process color (four color CMYK) of #fadda7 color hex is 0.00, 0.12, 0.33, 0.02. Web safe color of #fadda7 is #ffcc99. Color #fadda7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11011101 | 10100111 |
Octal | 372 | 335 | 247 |
Decimal | 250 | 221 | 167 |
Hex | FA | DD | A7 |
Shades of #fadda7
Tints of #fadda7
RGB Percentages of Color #fadda7
CMYK Percentages of Color #fadda7
Complementary Color
#fadda7 | #a7c4fa |
#fadda7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fadda7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fadda7 Color CSS Codes
.mybgcolor {background-color:#fadda7; } .myforecolor {color:#fadda7; } .mybordercolor {border:3px solid #fadda7; }
#fadda7 Text Font Color
<p style="color:#fadda7">Text here</p>
This sample text font color is #fadda7
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.
#fadda7 Background Color
<div style="background-color:#fadda7">
Div content here</div>
This div background color is #fadda7
#fadda7 Border Color
<div style="border:3px solid #fadda7">
Div here</div>
This div border color is #fadda7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,221,167, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fadda7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fadda7; -webkit-box-shadow: 1px 1px 3px 2px #fadda7; box-shadow: 1px 1px 3px 2px #fadda7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,221,167, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fadda7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fadda7; -webkit-box-shadow: 1px 1px 3px 2px #fadda7; box-shadow: 1px 1px 3px 2px #fadda7;">
Div content here</div>
This div box has shadow with color #fadda7
Comments
No comments written yet.
Please login to write comment.