Color spaces of #f1cf86
RGB | 241 | 207 | 134 |
---|---|---|---|
HSL | 0.11 | 0.79 | 0.74 |
HSV | 41° | 44° | 95° |
CMYK | 0.00 | 0.14 | 0.44 0.05 |
XYZ | 62.8915 | 65.0476 | 31.7950 |
Yxy | 65.0476 | 0.3937 | 0.4072 |
Hunter Lab | 80.6521 | -1.9491 | 33.0829 |
CIE-Lab | 84.5083 | 2.4750 | 40.6027 |
#f1cf86 color RGB value is (241,207,134).
#f1cf86 hex color red value is 241, green value is 207 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #f1cf86 hue: 0.11 , saturation: 0.79 and the lightness value of f1cf86 is 0.74.
The process color (four color CMYK) of #f1cf86 color hex is 0.00, 0.14, 0.44, 0.05. Web safe color of #f1cf86 is #ffcc99. Color #f1cf86 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 11001111 | 10000110 |
Octal | 361 | 317 | 206 |
Decimal | 241 | 207 | 134 |
Hex | F1 | CF | 86 |
Shades of #f1cf86
Tints of #f1cf86
RGB Percentages of Color #f1cf86
CMYK Percentages of Color #f1cf86
Complementary Color
#f1cf86 | #86a8f1 |
#f1cf86 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f1cf86 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f1cf86 Color CSS Codes
.mybgcolor {background-color:#f1cf86; } .myforecolor {color:#f1cf86; } .mybordercolor {border:3px solid #f1cf86; }
#f1cf86 Text Font Color
<p style="color:#f1cf86">Text here</p>
This sample text font color is #f1cf86
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.
#f1cf86 Background Color
<div style="background-color:#f1cf86">
Div content here</div>
This div background color is #f1cf86
#f1cf86 Border Color
<div style="border:3px solid #f1cf86">
Div here</div>
This div border color is #f1cf86
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,207,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f1cf86; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f1cf86; -webkit-box-shadow: 1px 1px 3px 2px #f1cf86; box-shadow: 1px 1px 3px 2px #f1cf86; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,207,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f1cf86">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f1cf86; -webkit-box-shadow: 1px 1px 3px 2px #f1cf86; box-shadow: 1px 1px 3px 2px #f1cf86;">
Div content here</div>
This div box has shadow with color #f1cf86
Comments
No comments written yet.
Please login to write comment.