Color spaces of #ebba7b
RGB | 235 | 186 | 123 |
---|---|---|---|
HSL | 0.09 | 0.74 | 0.70 |
HSV | 34° | 48° | 92° |
CMYK | 0.00 | 0.21 | 0.48 0.08 |
XYZ | 55.3950 | 54.2100 | 26.2828 |
Yxy | 54.2100 | 0.4077 | 0.3989 |
Hunter Lab | 73.6274 | 5.4498 | 30.3744 |
CIE-Lab | 78.5840 | 9.9617 | 38.5479 |
#ebba7b color RGB value is (235,186,123).
#ebba7b hex color red value is 235, green value is 186 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ebba7b hue: 0.09 , saturation: 0.74 and the lightness value of ebba7b is 0.70.
The process color (four color CMYK) of #ebba7b color hex is 0.00, 0.21, 0.48, 0.08. Web safe color of #ebba7b is #ffcc66. Color #ebba7b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10111010 | 01111011 |
Octal | 353 | 272 | 173 |
Decimal | 235 | 186 | 123 |
Hex | EB | BA | 7B |
Shades of #ebba7b
Tints of #ebba7b
RGB Percentages of Color #ebba7b
CMYK Percentages of Color #ebba7b
Complementary Color
#ebba7b | #7baceb |
#ebba7b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebba7b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebba7b Color CSS Codes
.mybgcolor {background-color:#ebba7b; } .myforecolor {color:#ebba7b; } .mybordercolor {border:3px solid #ebba7b; }
#ebba7b Text Font Color
<p style="color:#ebba7b">Text here</p>
This sample text font color is #ebba7b
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.
#ebba7b Background Color
<div style="background-color:#ebba7b">
Div content here</div>
This div background color is #ebba7b
#ebba7b Border Color
<div style="border:3px solid #ebba7b">
Div here</div>
This div border color is #ebba7b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,186,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebba7b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebba7b; -webkit-box-shadow: 1px 1px 3px 2px #ebba7b; box-shadow: 1px 1px 3px 2px #ebba7b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,186,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebba7b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebba7b; -webkit-box-shadow: 1px 1px 3px 2px #ebba7b; box-shadow: 1px 1px 3px 2px #ebba7b;">
Div content here</div>
This div box has shadow with color #ebba7b
Comments
No comments written yet.
Please login to write comment.