Color spaces of #fad27a
RGB | 250 | 210 | 122 |
---|---|---|---|
HSL | 0.11 | 0.93 | 0.73 |
HSV | 41° | 51° | 98° |
CMYK | 0.00 | 0.16 | 0.51 0.02 |
XYZ | 65.9838 | 67.8223 | 28.0257 |
Yxy | 67.8223 | 0.4077 | 0.4191 |
Hunter Lab | 82.3543 | -1.1025 | 37.4712 |
CIE-Lab | 85.9175 | 3.4277 | 48.4979 |
#fad27a color RGB value is (250,210,122).
#fad27a hex color red value is 250, green value is 210 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fad27a hue: 0.11 , saturation: 0.93 and the lightness value of fad27a is 0.73.
The process color (four color CMYK) of #fad27a color hex is 0.00, 0.16, 0.51, 0.02. Web safe color of #fad27a is #ffcc66. Color #fad27a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11010010 | 01111010 |
Octal | 372 | 322 | 172 |
Decimal | 250 | 210 | 122 |
Hex | FA | D2 | 7A |
Shades of #fad27a
Tints of #fad27a
RGB Percentages of Color #fad27a
CMYK Percentages of Color #fad27a
Complementary Color
#fad27a | #7aa2fa |
#fad27a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fad27a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fad27a Color CSS Codes
.mybgcolor {background-color:#fad27a; } .myforecolor {color:#fad27a; } .mybordercolor {border:3px solid #fad27a; }
#fad27a Text Font Color
<p style="color:#fad27a">Text here</p>
This sample text font color is #fad27a
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.
#fad27a Background Color
<div style="background-color:#fad27a">
Div content here</div>
This div background color is #fad27a
#fad27a Border Color
<div style="border:3px solid #fad27a">
Div here</div>
This div border color is #fad27a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,210,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fad27a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fad27a; -webkit-box-shadow: 1px 1px 3px 2px #fad27a; box-shadow: 1px 1px 3px 2px #fad27a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,210,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fad27a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fad27a; -webkit-box-shadow: 1px 1px 3px 2px #fad27a; box-shadow: 1px 1px 3px 2px #fad27a;">
Div content here</div>
This div box has shadow with color #fad27a
Comments
No comments written yet.
Please login to write comment.