Color spaces of #ebdc86
RGB | 235 | 220 | 134 |
---|---|---|---|
HSL | 0.14 | 0.72 | 0.72 |
HSV | 51° | 43° | 92° |
CMYK | 0.00 | 0.06 | 0.43 0.08 |
XYZ | 64.1572 | 70.5698 | 32.7941 |
Yxy | 70.5698 | 0.3830 | 0.4213 |
Hunter Lab | 84.0058 | -10.6856 | 35.6585 |
CIE-Lab | 87.2756 | -6.5496 | 43.9985 |
#ebdc86 color RGB value is (235,220,134).
#ebdc86 hex color red value is 235, green value is 220 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ebdc86 hue: 0.14 , saturation: 0.72 and the lightness value of ebdc86 is 0.72.
The process color (four color CMYK) of #ebdc86 color hex is 0.00, 0.06, 0.43, 0.08. Web safe color of #ebdc86 is #ffcc99. Color #ebdc86 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11011100 | 10000110 |
Octal | 353 | 334 | 206 |
Decimal | 235 | 220 | 134 |
Hex | EB | DC | 86 |
Shades of #ebdc86
Tints of #ebdc86
RGB Percentages of Color #ebdc86
CMYK Percentages of Color #ebdc86
Complementary Color
#ebdc86 | #8695eb |
#ebdc86 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebdc86 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebdc86 Color CSS Codes
.mybgcolor {background-color:#ebdc86; } .myforecolor {color:#ebdc86; } .mybordercolor {border:3px solid #ebdc86; }
#ebdc86 Text Font Color
<p style="color:#ebdc86">Text here</p>
This sample text font color is #ebdc86
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.
#ebdc86 Background Color
<div style="background-color:#ebdc86">
Div content here</div>
This div background color is #ebdc86
#ebdc86 Border Color
<div style="border:3px solid #ebdc86">
Div here</div>
This div border color is #ebdc86
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,220,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebdc86; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebdc86; -webkit-box-shadow: 1px 1px 3px 2px #ebdc86; box-shadow: 1px 1px 3px 2px #ebdc86; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,220,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebdc86">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebdc86; -webkit-box-shadow: 1px 1px 3px 2px #ebdc86; box-shadow: 1px 1px 3px 2px #ebdc86;">
Div content here</div>
This div box has shadow with color #ebdc86
Comments
No comments written yet.
Please login to write comment.