Color spaces of #f3cf82
RGB | 243 | 207 | 130 |
---|---|---|---|
HSL | 0.11 | 0.82 | 0.73 |
HSV | 41° | 47° | 95° |
CMYK | 0.00 | 0.15 | 0.47 0.05 |
XYZ | 63.3042 | 65.2920 | 30.3852 |
Yxy | 65.2920 | 0.3982 | 0.4107 |
Hunter Lab | 80.8035 | -1.5631 | 34.2671 |
CIE-Lab | 84.6340 | 2.8841 | 42.8103 |
#f3cf82 color RGB value is (243,207,130).
#f3cf82 hex color red value is 243, green value is 207 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #f3cf82 hue: 0.11 , saturation: 0.82 and the lightness value of f3cf82 is 0.73.
The process color (four color CMYK) of #f3cf82 color hex is 0.00, 0.15, 0.47, 0.05. Web safe color of #f3cf82 is #ffcc99. Color #f3cf82 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110011 | 11001111 | 10000010 |
Octal | 363 | 317 | 202 |
Decimal | 243 | 207 | 130 |
Hex | F3 | CF | 82 |
Shades of #f3cf82
Tints of #f3cf82
RGB Percentages of Color #f3cf82
CMYK Percentages of Color #f3cf82
Complementary Color
#f3cf82 | #82a6f3 |
#f3cf82 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f3cf82 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f3cf82 Color CSS Codes
.mybgcolor {background-color:#f3cf82; } .myforecolor {color:#f3cf82; } .mybordercolor {border:3px solid #f3cf82; }
#f3cf82 Text Font Color
<p style="color:#f3cf82">Text here</p>
This sample text font color is #f3cf82
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.
#f3cf82 Background Color
<div style="background-color:#f3cf82">
Div content here</div>
This div background color is #f3cf82
#f3cf82 Border Color
<div style="border:3px solid #f3cf82">
Div here</div>
This div border color is #f3cf82
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(243,207,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f3cf82; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f3cf82; -webkit-box-shadow: 1px 1px 3px 2px #f3cf82; box-shadow: 1px 1px 3px 2px #f3cf82; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(243,207,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f3cf82">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f3cf82; -webkit-box-shadow: 1px 1px 3px 2px #f3cf82; box-shadow: 1px 1px 3px 2px #f3cf82;">
Div content here</div>
This div box has shadow with color #f3cf82
Comments
No comments written yet.
Please login to write comment.