Color spaces of #ecd38e
RGB | 236 | 211 | 142 |
---|---|---|---|
HSL | 0.12 | 0.71 | 0.74 |
HSV | 44° | 40° | 93° |
CMYK | 0.00 | 0.11 | 0.40 0.07 |
XYZ | 62.7688 | 66.3744 | 35.0945 |
Yxy | 66.3744 | 0.3822 | 0.4041 |
Hunter Lab | 81.4705 | -5.0483 | 31.4894 |
CIE-Lab | 85.1870 | -0.7342 | 37.3334 |
#ecd38e color RGB value is (236,211,142).
#ecd38e hex color red value is 236, green value is 211 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ecd38e hue: 0.12 , saturation: 0.71 and the lightness value of ecd38e is 0.74.
The process color (four color CMYK) of #ecd38e color hex is 0.00, 0.11, 0.40, 0.07. Web safe color of #ecd38e is #ffcc99. Color #ecd38e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11010011 | 10001110 |
Octal | 354 | 323 | 216 |
Decimal | 236 | 211 | 142 |
Hex | EC | D3 | 8E |
Shades of #ecd38e
Tints of #ecd38e
RGB Percentages of Color #ecd38e
CMYK Percentages of Color #ecd38e
Complementary Color
#ecd38e | #8ea7ec |
#ecd38e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecd38e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecd38e Color CSS Codes
.mybgcolor {background-color:#ecd38e; } .myforecolor {color:#ecd38e; } .mybordercolor {border:3px solid #ecd38e; }
#ecd38e Text Font Color
<p style="color:#ecd38e">Text here</p>
This sample text font color is #ecd38e
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.
#ecd38e Background Color
<div style="background-color:#ecd38e">
Div content here</div>
This div background color is #ecd38e
#ecd38e Border Color
<div style="border:3px solid #ecd38e">
Div here</div>
This div border color is #ecd38e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,211,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecd38e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecd38e; -webkit-box-shadow: 1px 1px 3px 2px #ecd38e; box-shadow: 1px 1px 3px 2px #ecd38e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,211,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecd38e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecd38e; -webkit-box-shadow: 1px 1px 3px 2px #ecd38e; box-shadow: 1px 1px 3px 2px #ecd38e;">
Div content here</div>
This div box has shadow with color #ecd38e
Comments
No comments written yet.
Please login to write comment.