Color spaces of #ebea7e
RGB | 235 | 234 | 126 |
---|---|---|---|
HSL | 0.17 | 0.73 | 0.71 |
HSV | 59° | 46° | 92° |
CMYK | 0.00 | 0.00 | 0.46 0.08 |
XYZ | 67.4497 | 78.0142 | 31.2419 |
Yxy | 78.0142 | 0.3817 | 0.4415 |
Hunter Lab | 88.3256 | -18.2587 | 40.8563 |
CIE-Lab | 90.7864 | -14.3043 | 52.2010 |
#ebea7e color RGB value is (235,234,126).
#ebea7e hex color red value is 235, green value is 234 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ebea7e hue: 0.17 , saturation: 0.73 and the lightness value of ebea7e is 0.71.
The process color (four color CMYK) of #ebea7e color hex is 0.00, 0.00, 0.46, 0.08. Web safe color of #ebea7e is #ffff66. Color #ebea7e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11101010 | 01111110 |
Octal | 353 | 352 | 176 |
Decimal | 235 | 234 | 126 |
Hex | EB | EA | 7E |
Shades of #ebea7e
Tints of #ebea7e
RGB Percentages of Color #ebea7e
CMYK Percentages of Color #ebea7e
Complementary Color
#ebea7e | #7e7feb |
#ebea7e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebea7e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebea7e Color CSS Codes
.mybgcolor {background-color:#ebea7e; } .myforecolor {color:#ebea7e; } .mybordercolor {border:3px solid #ebea7e; }
#ebea7e Text Font Color
<p style="color:#ebea7e">Text here</p>
This sample text font color is #ebea7e
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.
#ebea7e Background Color
<div style="background-color:#ebea7e">
Div content here</div>
This div background color is #ebea7e
#ebea7e Border Color
<div style="border:3px solid #ebea7e">
Div here</div>
This div border color is #ebea7e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,234,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebea7e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebea7e; -webkit-box-shadow: 1px 1px 3px 2px #ebea7e; box-shadow: 1px 1px 3px 2px #ebea7e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,234,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebea7e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebea7e; -webkit-box-shadow: 1px 1px 3px 2px #ebea7e; box-shadow: 1px 1px 3px 2px #ebea7e;">
Div content here</div>
This div box has shadow with color #ebea7e
Comments
No comments written yet.
Please login to write comment.