Color spaces of #ecd778
RGB | 236 | 215 | 120 |
---|---|---|---|
HSL | 0.14 | 0.75 | 0.70 |
HSV | 49° | 49° | 93° |
CMYK | 0.00 | 0.09 | 0.49 0.07 |
XYZ | 62.2827 | 67.7898 | 27.5714 |
Yxy | 67.7898 | 0.3951 | 0.4300 |
Hunter Lab | 82.3346 | -9.0576 | 37.7797 |
CIE-Lab | 85.9012 | -4.9396 | 49.1610 |
#ecd778 color RGB value is (236,215,120).
#ecd778 hex color red value is 236, green value is 215 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ecd778 hue: 0.14 , saturation: 0.75 and the lightness value of ecd778 is 0.70.
The process color (four color CMYK) of #ecd778 color hex is 0.00, 0.09, 0.49, 0.07. Web safe color of #ecd778 is #ffcc66. Color #ecd778 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11010111 | 01111000 |
Octal | 354 | 327 | 170 |
Decimal | 236 | 215 | 120 |
Hex | EC | D7 | 78 |
Shades of #ecd778
Tints of #ecd778
RGB Percentages of Color #ecd778
CMYK Percentages of Color #ecd778
Complementary Color
#ecd778 | #788dec |
#ecd778 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecd778 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecd778 Color CSS Codes
.mybgcolor {background-color:#ecd778; } .myforecolor {color:#ecd778; } .mybordercolor {border:3px solid #ecd778; }
#ecd778 Text Font Color
<p style="color:#ecd778">Text here</p>
This sample text font color is #ecd778
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.
#ecd778 Background Color
<div style="background-color:#ecd778">
Div content here</div>
This div background color is #ecd778
#ecd778 Border Color
<div style="border:3px solid #ecd778">
Div here</div>
This div border color is #ecd778
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,215,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecd778; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecd778; -webkit-box-shadow: 1px 1px 3px 2px #ecd778; box-shadow: 1px 1px 3px 2px #ecd778; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,215,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecd778">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecd778; -webkit-box-shadow: 1px 1px 3px 2px #ecd778; box-shadow: 1px 1px 3px 2px #ecd778;">
Div content here</div>
This div box has shadow with color #ecd778
Comments
No comments written yet.
Please login to write comment.