Color spaces of #ffda2b
RGB | 255 | 218 | 43 |
---|---|---|---|
HSL | 0.14 | 1.00 | 0.58 |
HSV | 50° | 83° | 100° |
CMYK | 0.00 | 0.15 | 0.83 0.00 |
XYZ | 66.7474 | 71.5772 | 12.5833 |
Yxy | 71.5772 | 0.4423 | 0.4743 |
Hunter Lab | 84.6033 | -7.2290 | 50.4039 |
CIE-Lab | 87.7647 | -2.8330 | 81.4861 |
#ffda2b color RGB value is (255,218,43).
#ffda2b hex color red value is 255, green value is 218 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ffda2b hue: 0.14 , saturation: 1.00 and the lightness value of ffda2b is 0.58.
The process color (four color CMYK) of #ffda2b color hex is 0.00, 0.15, 0.83, 0.00. Web safe color of #ffda2b is #ffcc33. Color #ffda2b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11011010 | 00101011 |
Octal | 377 | 332 | 53 |
Decimal | 255 | 218 | 43 |
Hex | FF | DA | 2B |
Shades of #ffda2b
Tints of #ffda2b
RGB Percentages of Color #ffda2b
CMYK Percentages of Color #ffda2b
Complementary Color
#ffda2b | #2b50ff |
#ffda2b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffda2b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffda2b Color CSS Codes
.mybgcolor {background-color:#ffda2b; } .myforecolor {color:#ffda2b; } .mybordercolor {border:3px solid #ffda2b; }
#ffda2b Text Font Color
<p style="color:#ffda2b">Text here</p>
This sample text font color is #ffda2b
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.
#ffda2b Background Color
<div style="background-color:#ffda2b">
Div content here</div>
This div background color is #ffda2b
#ffda2b Border Color
<div style="border:3px solid #ffda2b">
Div here</div>
This div border color is #ffda2b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,218,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffda2b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffda2b; -webkit-box-shadow: 1px 1px 3px 2px #ffda2b; box-shadow: 1px 1px 3px 2px #ffda2b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,218,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffda2b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffda2b; -webkit-box-shadow: 1px 1px 3px 2px #ffda2b; box-shadow: 1px 1px 3px 2px #ffda2b;">
Div content here</div>
This div box has shadow with color #ffda2b
Related Colors
Comments
No comments written yet.
Please login to write comment.