Color spaces of #fadd91
RGB | 250 | 221 | 145 |
---|---|---|---|
HSL | 0.12 | 0.91 | 0.77 |
HSV | 43° | 42° | 98° |
CMYK | 0.00 | 0.12 | 0.42 0.02 |
XYZ | 70.3916 | 74.0812 | 37.3771 |
Yxy | 74.0812 | 0.3871 | 0.4074 |
Hunter Lab | 86.0704 | -4.6393 | 34.5019 |
CIE-Lab | 88.9608 | -0.0436 | 40.9292 |
#fadd91 color RGB value is (250,221,145).
#fadd91 hex color red value is 250, green value is 221 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fadd91 hue: 0.12 , saturation: 0.91 and the lightness value of fadd91 is 0.77.
The process color (four color CMYK) of #fadd91 color hex is 0.00, 0.12, 0.42, 0.02. Web safe color of #fadd91 is #ffcc99. Color #fadd91 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11011101 | 10010001 |
Octal | 372 | 335 | 221 |
Decimal | 250 | 221 | 145 |
Hex | FA | DD | 91 |
Shades of #fadd91
Tints of #fadd91
RGB Percentages of Color #fadd91
CMYK Percentages of Color #fadd91
Complementary Color
#fadd91 | #91aefa |
#fadd91 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fadd91 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fadd91 Color CSS Codes
.mybgcolor {background-color:#fadd91; } .myforecolor {color:#fadd91; } .mybordercolor {border:3px solid #fadd91; }
#fadd91 Text Font Color
<p style="color:#fadd91">Text here</p>
This sample text font color is #fadd91
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.
#fadd91 Background Color
<div style="background-color:#fadd91">
Div content here</div>
This div background color is #fadd91
#fadd91 Border Color
<div style="border:3px solid #fadd91">
Div here</div>
This div border color is #fadd91
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,221,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fadd91; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fadd91; -webkit-box-shadow: 1px 1px 3px 2px #fadd91; box-shadow: 1px 1px 3px 2px #fadd91; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,221,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fadd91">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fadd91; -webkit-box-shadow: 1px 1px 3px 2px #fadd91; box-shadow: 1px 1px 3px 2px #fadd91;">
Div content here</div>
This div box has shadow with color #fadd91
Comments
No comments written yet.
Please login to write comment.