Color spaces of #ebcb82
RGB | 235 | 203 | 130 |
---|---|---|---|
HSL | 0.12 | 0.72 | 0.72 |
HSV | 42° | 45° | 92° |
CMYK | 0.00 | 0.14 | 0.45 0.08 |
XYZ | 59.6462 | 61.9857 | 29.9398 |
Yxy | 61.9857 | 0.3935 | 0.4090 |
Hunter Lab | 78.7310 | -2.5486 | 32.5649 |
CIE-Lab | 82.9058 | 1.7551 | 40.4725 |
#ebcb82 color RGB value is (235,203,130).
#ebcb82 hex color red value is 235, green value is 203 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ebcb82 hue: 0.12 , saturation: 0.72 and the lightness value of ebcb82 is 0.72.
The process color (four color CMYK) of #ebcb82 color hex is 0.00, 0.14, 0.45, 0.08. Web safe color of #ebcb82 is #ffcc99. Color #ebcb82 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11001011 | 10000010 |
Octal | 353 | 313 | 202 |
Decimal | 235 | 203 | 130 |
Hex | EB | CB | 82 |
Shades of #ebcb82
Tints of #ebcb82
RGB Percentages of Color #ebcb82
CMYK Percentages of Color #ebcb82
Complementary Color
#ebcb82 | #82a2eb |
#ebcb82 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebcb82 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebcb82 Color CSS Codes
.mybgcolor {background-color:#ebcb82; } .myforecolor {color:#ebcb82; } .mybordercolor {border:3px solid #ebcb82; }
#ebcb82 Text Font Color
<p style="color:#ebcb82">Text here</p>
This sample text font color is #ebcb82
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.
#ebcb82 Background Color
<div style="background-color:#ebcb82">
Div content here</div>
This div background color is #ebcb82
#ebcb82 Border Color
<div style="border:3px solid #ebcb82">
Div here</div>
This div border color is #ebcb82
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,203,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebcb82; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebcb82; -webkit-box-shadow: 1px 1px 3px 2px #ebcb82; box-shadow: 1px 1px 3px 2px #ebcb82; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,203,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebcb82">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebcb82; -webkit-box-shadow: 1px 1px 3px 2px #ebcb82; box-shadow: 1px 1px 3px 2px #ebcb82;">
Div content here</div>
This div box has shadow with color #ebcb82
Comments
No comments written yet.
Please login to write comment.