Color spaces of #ebd07c
RGB | 235 | 208 | 124 |
---|---|---|---|
HSL | 0.13 | 0.74 | 0.70 |
HSV | 45° | 47° | 92° |
CMYK | 0.00 | 0.11 | 0.47 0.08 |
XYZ | 60.4549 | 64.2292 | 28.2799 |
Yxy | 64.2292 | 0.3952 | 0.4199 |
Hunter Lab | 80.1431 | -5.6014 | 35.1787 |
CIE-Lab | 84.0850 | -1.4014 | 44.9548 |
#ebd07c color RGB value is (235,208,124).
#ebd07c hex color red value is 235, green value is 208 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ebd07c hue: 0.13 , saturation: 0.74 and the lightness value of ebd07c is 0.70.
The process color (four color CMYK) of #ebd07c color hex is 0.00, 0.11, 0.47, 0.08. Web safe color of #ebd07c is #ffcc66. Color #ebd07c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11010000 | 01111100 |
Octal | 353 | 320 | 174 |
Decimal | 235 | 208 | 124 |
Hex | EB | D0 | 7C |
Shades of #ebd07c
Tints of #ebd07c
RGB Percentages of Color #ebd07c
CMYK Percentages of Color #ebd07c
Complementary Color
#ebd07c | #7c97eb |
#ebd07c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebd07c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebd07c Color CSS Codes
.mybgcolor {background-color:#ebd07c; } .myforecolor {color:#ebd07c; } .mybordercolor {border:3px solid #ebd07c; }
#ebd07c Text Font Color
<p style="color:#ebd07c">Text here</p>
This sample text font color is #ebd07c
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.
#ebd07c Background Color
<div style="background-color:#ebd07c">
Div content here</div>
This div background color is #ebd07c
#ebd07c Border Color
<div style="border:3px solid #ebd07c">
Div here</div>
This div border color is #ebd07c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,208,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebd07c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebd07c; -webkit-box-shadow: 1px 1px 3px 2px #ebd07c; box-shadow: 1px 1px 3px 2px #ebd07c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,208,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebd07c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebd07c; -webkit-box-shadow: 1px 1px 3px 2px #ebd07c; box-shadow: 1px 1px 3px 2px #ebd07c;">
Div content here</div>
This div box has shadow with color #ebd07c
Comments
No comments written yet.
Please login to write comment.