Color spaces of #ecd384
RGB | 236 | 211 | 132 |
---|---|---|---|
HSL | 0.13 | 0.73 | 0.72 |
HSV | 46° | 44° | 93° |
CMYK | 0.00 | 0.11 | 0.44 0.07 |
XYZ | 62.0512 | 66.0873 | 31.3155 |
Yxy | 66.0873 | 0.3891 | 0.4145 |
Hunter Lab | 81.2941 | -6.0169 | 34.0666 |
CIE-Lab | 85.0409 | -1.7701 | 42.1915 |
#ecd384 color RGB value is (236,211,132).
#ecd384 hex color red value is 236, green value is 211 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ecd384 hue: 0.13 , saturation: 0.73 and the lightness value of ecd384 is 0.72.
The process color (four color CMYK) of #ecd384 color hex is 0.00, 0.11, 0.44, 0.07. Web safe color of #ecd384 is #ffcc99. Color #ecd384 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11010011 | 10000100 |
Octal | 354 | 323 | 204 |
Decimal | 236 | 211 | 132 |
Hex | EC | D3 | 84 |
Shades of #ecd384
Tints of #ecd384
RGB Percentages of Color #ecd384
CMYK Percentages of Color #ecd384
Complementary Color
#ecd384 | #849dec |
#ecd384 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecd384 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecd384 Color CSS Codes
.mybgcolor {background-color:#ecd384; } .myforecolor {color:#ecd384; } .mybordercolor {border:3px solid #ecd384; }
#ecd384 Text Font Color
<p style="color:#ecd384">Text here</p>
This sample text font color is #ecd384
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.
#ecd384 Background Color
<div style="background-color:#ecd384">
Div content here</div>
This div background color is #ecd384
#ecd384 Border Color
<div style="border:3px solid #ecd384">
Div here</div>
This div border color is #ecd384
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,211,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecd384; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecd384; -webkit-box-shadow: 1px 1px 3px 2px #ecd384; box-shadow: 1px 1px 3px 2px #ecd384; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,211,132, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecd384">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecd384; -webkit-box-shadow: 1px 1px 3px 2px #ecd384; box-shadow: 1px 1px 3px 2px #ecd384;">
Div content here</div>
This div box has shadow with color #ecd384
Comments
No comments written yet.
Please login to write comment.