Color spaces of #e5dd51
RGB | 229 | 221 | 81 |
---|---|---|---|
HSL | 0.16 | 0.74 | 0.61 |
HSV | 57° | 65° | 90° |
CMYK | 0.00 | 0.03 | 0.65 0.10 |
XYZ | 59.6548 | 68.9650 | 17.9520 |
Yxy | 68.9650 | 0.4070 | 0.4705 |
Hunter Lab | 83.0452 | -17.1051 | 45.3148 |
CIE-Lab | 86.4867 | -13.6592 | 67.0330 |
#e5dd51 color RGB value is (229,221,81).
#e5dd51 hex color red value is 229, green value is 221 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #e5dd51 hue: 0.16 , saturation: 0.74 and the lightness value of e5dd51 is 0.61.
The process color (four color CMYK) of #e5dd51 color hex is 0.00, 0.03, 0.65, 0.10. Web safe color of #e5dd51 is #cccc66. Color #e5dd51 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 11011101 | 01010001 |
Octal | 345 | 335 | 121 |
Decimal | 229 | 221 | 81 |
Hex | E5 | DD | 51 |
Shades of #e5dd51
Tints of #e5dd51
RGB Percentages of Color #e5dd51
CMYK Percentages of Color #e5dd51
Complementary Color
#e5dd51 | #5159e5 |
#e5dd51 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5dd51 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5dd51 Color CSS Codes
.mybgcolor {background-color:#e5dd51; } .myforecolor {color:#e5dd51; } .mybordercolor {border:3px solid #e5dd51; }
#e5dd51 Text Font Color
<p style="color:#e5dd51">Text here</p>
This sample text font color is #e5dd51
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.
#e5dd51 Background Color
<div style="background-color:#e5dd51">
Div content here</div>
This div background color is #e5dd51
#e5dd51 Border Color
<div style="border:3px solid #e5dd51">
Div here</div>
This div border color is #e5dd51
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,221,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5dd51; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5dd51; -webkit-box-shadow: 1px 1px 3px 2px #e5dd51; box-shadow: 1px 1px 3px 2px #e5dd51; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,221,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e5dd51">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5dd51; -webkit-box-shadow: 1px 1px 3px 2px #e5dd51; box-shadow: 1px 1px 3px 2px #e5dd51;">
Div content here</div>
This div box has shadow with color #e5dd51
Comments
No comments written yet.
Please login to write comment.