Color spaces of #ecd9af
RGB | 236 | 217 | 175 |
---|---|---|---|
HSL | 0.11 | 0.62 | 0.81 |
HSV | 41° | 26° | 93° |
CMYK | 0.00 | 0.08 | 0.26 0.07 |
XYZ | 67.1428 | 70.5537 | 50.6369 |
Yxy | 70.5537 | 0.3565 | 0.3746 |
Hunter Lab | 83.9962 | -4.3086 | 23.0546 |
CIE-Lab | 87.2677 | 0.1849 | 23.0951 |
#ecd9af color RGB value is (236,217,175).
#ecd9af hex color red value is 236, green value is 217 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ecd9af hue: 0.11 , saturation: 0.62 and the lightness value of ecd9af is 0.81.
The process color (four color CMYK) of #ecd9af color hex is 0.00, 0.08, 0.26, 0.07. Web safe color of #ecd9af is #ffcc99. Color #ecd9af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11011001 | 10101111 |
Octal | 354 | 331 | 257 |
Decimal | 236 | 217 | 175 |
Hex | EC | D9 | AF |
Shades of #ecd9af
Tints of #ecd9af
RGB Percentages of Color #ecd9af
CMYK Percentages of Color #ecd9af
Complementary Color
#ecd9af | #afc2ec |
#ecd9af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecd9af Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecd9af Color CSS Codes
.mybgcolor {background-color:#ecd9af; } .myforecolor {color:#ecd9af; } .mybordercolor {border:3px solid #ecd9af; }
#ecd9af Text Font Color
<p style="color:#ecd9af">Text here</p>
This sample text font color is #ecd9af
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.
#ecd9af Background Color
<div style="background-color:#ecd9af">
Div content here</div>
This div background color is #ecd9af
#ecd9af Border Color
<div style="border:3px solid #ecd9af">
Div here</div>
This div border color is #ecd9af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,217,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecd9af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecd9af; -webkit-box-shadow: 1px 1px 3px 2px #ecd9af; box-shadow: 1px 1px 3px 2px #ecd9af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,217,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecd9af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecd9af; -webkit-box-shadow: 1px 1px 3px 2px #ecd9af; box-shadow: 1px 1px 3px 2px #ecd9af;">
Div content here</div>
This div box has shadow with color #ecd9af
Comments
No comments written yet.
Please login to write comment.