Color spaces of #ffdf50
RGB | 255 | 223 | 80 |
---|---|---|---|
HSL | 0.14 | 1.00 | 0.66 |
HSV | 49° | 69° | 100° |
CMYK | 0.00 | 0.13 | 0.69 0.00 |
XYZ | 69.0756 | 74.6145 | 18.3508 |
Yxy | 74.6145 | 0.4263 | 0.4605 |
Hunter Lab | 86.3797 | -8.4226 | 47.8700 |
CIE-Lab | 89.2121 | -3.9635 | 70.9258 |
#ffdf50 color RGB value is (255,223,80).
#ffdf50 hex color red value is 255, green value is 223 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ffdf50 hue: 0.14 , saturation: 1.00 and the lightness value of ffdf50 is 0.66.
The process color (four color CMYK) of #ffdf50 color hex is 0.00, 0.13, 0.69, 0.00. Web safe color of #ffdf50 is #ffcc66. Color #ffdf50 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11011111 | 01010000 |
Octal | 377 | 337 | 120 |
Decimal | 255 | 223 | 80 |
Hex | FF | DF | 50 |
Shades of #ffdf50
Tints of #ffdf50
RGB Percentages of Color #ffdf50
CMYK Percentages of Color #ffdf50
Complementary Color
#ffdf50 | #5070ff |
#ffdf50 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffdf50 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffdf50 Color CSS Codes
.mybgcolor {background-color:#ffdf50; } .myforecolor {color:#ffdf50; } .mybordercolor {border:3px solid #ffdf50; }
#ffdf50 Text Font Color
<p style="color:#ffdf50">Text here</p>
This sample text font color is #ffdf50
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.
#ffdf50 Background Color
<div style="background-color:#ffdf50">
Div content here</div>
This div background color is #ffdf50
#ffdf50 Border Color
<div style="border:3px solid #ffdf50">
Div here</div>
This div border color is #ffdf50
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,223,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffdf50; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffdf50; -webkit-box-shadow: 1px 1px 3px 2px #ffdf50; box-shadow: 1px 1px 3px 2px #ffdf50; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,223,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffdf50">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffdf50; -webkit-box-shadow: 1px 1px 3px 2px #ffdf50; box-shadow: 1px 1px 3px 2px #ffdf50;">
Div content here</div>
This div box has shadow with color #ffdf50
#ffdf50 Color Palettes
Comments
No comments written yet.
Please login to write comment.