Color spaces of #dfe13b
RGB | 223 | 225 | 59 |
---|---|---|---|
HSL | 0.17 | 0.73 | 0.56 |
HSV | 61° | 74° | 88° |
CMYK | 0.01 | 0.00 | 0.74 0.12 |
XYZ | 58.1461 | 69.8542 | 14.5563 |
Yxy | 69.8542 | 0.4079 | 0.4900 |
Hunter Lab | 83.5788 | -22.0798 | 48.1791 |
CIE-Lab | 86.9253 | -19.1895 | 75.1924 |
#dfe13b color RGB value is (223,225,59).
#dfe13b hex color red value is 223, green value is 225 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dfe13b hue: 0.17 , saturation: 0.73 and the lightness value of dfe13b is 0.56.
The process color (four color CMYK) of #dfe13b color hex is 0.01, 0.00, 0.74, 0.12. Web safe color of #dfe13b is #cccc33. Color #dfe13b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11100001 | 00111011 |
Octal | 337 | 341 | 73 |
Decimal | 223 | 225 | 59 |
Hex | DF | E1 | 3B |
Shades of #dfe13b
Tints of #dfe13b
RGB Percentages of Color #dfe13b
CMYK Percentages of Color #dfe13b
Complementary Color
#dfe13b | #3d3be1 |
#dfe13b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfe13b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfe13b Color CSS Codes
.mybgcolor {background-color:#dfe13b; } .myforecolor {color:#dfe13b; } .mybordercolor {border:3px solid #dfe13b; }
#dfe13b Text Font Color
<p style="color:#dfe13b">Text here</p>
This sample text font color is #dfe13b
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.
#dfe13b Background Color
<div style="background-color:#dfe13b">
Div content here</div>
This div background color is #dfe13b
#dfe13b Border Color
<div style="border:3px solid #dfe13b">
Div here</div>
This div border color is #dfe13b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,225,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfe13b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfe13b; -webkit-box-shadow: 1px 1px 3px 2px #dfe13b; box-shadow: 1px 1px 3px 2px #dfe13b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,225,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfe13b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfe13b; -webkit-box-shadow: 1px 1px 3px 2px #dfe13b; box-shadow: 1px 1px 3px 2px #dfe13b;">
Div content here</div>
This div box has shadow with color #dfe13b
Comments
No comments written yet.
Please login to write comment.