Color spaces of #fad855
RGB | 250 | 216 | 85 |
---|---|---|---|
HSL | 0.13 | 0.94 | 0.66 |
HSV | 48° | 66° | 98° |
CMYK | 0.00 | 0.14 | 0.66 0.02 |
XYZ | 65.6199 | 70.0916 | 18.6648 |
Yxy | 70.0916 | 0.4251 | 0.4540 |
Hunter Lab | 83.7207 | -6.6038 | 45.3863 |
CIE-Lab | 87.0418 | -2.2336 | 66.5573 |
#fad855 color RGB value is (250,216,85).
#fad855 hex color red value is 250, green value is 216 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #fad855 hue: 0.13 , saturation: 0.94 and the lightness value of fad855 is 0.66.
The process color (four color CMYK) of #fad855 color hex is 0.00, 0.14, 0.66, 0.02. Web safe color of #fad855 is #ffcc66. Color #fad855 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11011000 | 01010101 |
Octal | 372 | 330 | 125 |
Decimal | 250 | 216 | 85 |
Hex | FA | D8 | 55 |
Shades of #fad855
Tints of #fad855
RGB Percentages of Color #fad855
CMYK Percentages of Color #fad855
Complementary Color
#fad855 | #5577fa |
#fad855 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fad855 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fad855 Color CSS Codes
.mybgcolor {background-color:#fad855; } .myforecolor {color:#fad855; } .mybordercolor {border:3px solid #fad855; }
#fad855 Text Font Color
<p style="color:#fad855">Text here</p>
This sample text font color is #fad855
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.
#fad855 Background Color
<div style="background-color:#fad855">
Div content here</div>
This div background color is #fad855
#fad855 Border Color
<div style="border:3px solid #fad855">
Div here</div>
This div border color is #fad855
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,216,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fad855; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fad855; -webkit-box-shadow: 1px 1px 3px 2px #fad855; box-shadow: 1px 1px 3px 2px #fad855; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,216,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fad855">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fad855; -webkit-box-shadow: 1px 1px 3px 2px #fad855; box-shadow: 1px 1px 3px 2px #fad855;">
Div content here</div>
This div box has shadow with color #fad855
Comments
No comments written yet.
Please login to write comment.