Color spaces of #f6dc21
RGB | 246 | 220 | 33 |
---|---|---|---|
HSL | 0.15 | 0.92 | 0.55 |
HSV | 53° | 87° | 96° |
CMYK | 0.00 | 0.11 | 0.87 0.04 |
XYZ | 63.8737 | 70.8890 | 11.7553 |
Yxy | 70.8890 | 0.4359 | 0.4838 |
Hunter Lab | 84.1956 | -11.9260 | 50.6589 |
CIE-Lab | 87.4311 | -7.8667 | 83.0963 |
#f6dc21 color RGB value is (246,220,33).
#f6dc21 hex color red value is 246, green value is 220 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #f6dc21 hue: 0.15 , saturation: 0.92 and the lightness value of f6dc21 is 0.55.
The process color (four color CMYK) of #f6dc21 color hex is 0.00, 0.11, 0.87, 0.04. Web safe color of #f6dc21 is #ffcc33. Color #f6dc21 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 11011100 | 00100001 |
Octal | 366 | 334 | 41 |
Decimal | 246 | 220 | 33 |
Hex | F6 | DC | 21 |
Shades of #f6dc21
Tints of #f6dc21
RGB Percentages of Color #f6dc21
CMYK Percentages of Color #f6dc21
Complementary Color
#f6dc21 | #213bf6 |
#f6dc21 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f6dc21 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f6dc21 Color CSS Codes
.mybgcolor {background-color:#f6dc21; } .myforecolor {color:#f6dc21; } .mybordercolor {border:3px solid #f6dc21; }
#f6dc21 Text Font Color
<p style="color:#f6dc21">Text here</p>
This sample text font color is #f6dc21
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.
#f6dc21 Background Color
<div style="background-color:#f6dc21">
Div content here</div>
This div background color is #f6dc21
#f6dc21 Border Color
<div style="border:3px solid #f6dc21">
Div here</div>
This div border color is #f6dc21
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,220,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f6dc21; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f6dc21; -webkit-box-shadow: 1px 1px 3px 2px #f6dc21; box-shadow: 1px 1px 3px 2px #f6dc21; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,220,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f6dc21">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f6dc21; -webkit-box-shadow: 1px 1px 3px 2px #f6dc21; box-shadow: 1px 1px 3px 2px #f6dc21;">
Div content here</div>
This div box has shadow with color #f6dc21
Comments
No comments written yet.
Please login to write comment.