Color spaces of #edc78f
RGB | 237 | 199 | 143 |
---|---|---|---|
HSL | 0.10 | 0.72 | 0.75 |
HSV | 36° | 40° | 93° |
CMYK | 0.00 | 0.16 | 0.40 0.07 |
XYZ | 60.3064 | 60.8345 | 34.5504 |
Yxy | 60.8345 | 0.3873 | 0.3907 |
Hunter Lab | 77.9965 | 1.5213 | 28.3336 |
CIE-Lab | 82.2897 | 5.9844 | 33.0503 |
#edc78f color RGB value is (237,199,143).
#edc78f hex color red value is 237, green value is 199 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #edc78f hue: 0.10 , saturation: 0.72 and the lightness value of edc78f is 0.75.
The process color (four color CMYK) of #edc78f color hex is 0.00, 0.16, 0.40, 0.07. Web safe color of #edc78f is #ffcc99. Color #edc78f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11000111 | 10001111 |
Octal | 355 | 307 | 217 |
Decimal | 237 | 199 | 143 |
Hex | ED | C7 | 8F |
Shades of #edc78f
Tints of #edc78f
RGB Percentages of Color #edc78f
CMYK Percentages of Color #edc78f
Complementary Color
#edc78f | #8fb5ed |
#edc78f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edc78f Color Preview on White Background
Lorem ipsum dolor sit amet.
#edc78f Color CSS Codes
.mybgcolor {background-color:#edc78f; } .myforecolor {color:#edc78f; } .mybordercolor {border:3px solid #edc78f; }
#edc78f Text Font Color
<p style="color:#edc78f">Text here</p>
This sample text font color is #edc78f
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.
#edc78f Background Color
<div style="background-color:#edc78f">
Div content here</div>
This div background color is #edc78f
#edc78f Border Color
<div style="border:3px solid #edc78f">
Div here</div>
This div border color is #edc78f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,199,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edc78f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edc78f; -webkit-box-shadow: 1px 1px 3px 2px #edc78f; box-shadow: 1px 1px 3px 2px #edc78f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,199,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edc78f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edc78f; -webkit-box-shadow: 1px 1px 3px 2px #edc78f; box-shadow: 1px 1px 3px 2px #edc78f;">
Div content here</div>
This div box has shadow with color #edc78f
Comments
No comments written yet.
Please login to write comment.