Color spaces of #ebd852
RGB | 235 | 216 | 82 |
---|---|---|---|
HSL | 0.15 | 0.79 | 0.62 |
HSV | 53° | 65° | 92° |
CMYK | 0.00 | 0.08 | 0.65 0.08 |
XYZ | 60.3398 | 67.3831 | 17.8086 |
Yxy | 67.3831 | 0.4146 | 0.4630 |
Hunter Lab | 82.0872 | -12.4427 | 44.5982 |
CIE-Lab | 85.6970 | -8.6231 | 65.9643 |
#ebd852 color RGB value is (235,216,82).
#ebd852 hex color red value is 235, green value is 216 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #ebd852 hue: 0.15 , saturation: 0.79 and the lightness value of ebd852 is 0.62.
The process color (four color CMYK) of #ebd852 color hex is 0.00, 0.08, 0.65, 0.08. Web safe color of #ebd852 is #ffcc66. Color #ebd852 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11011000 | 01010010 |
Octal | 353 | 330 | 122 |
Decimal | 235 | 216 | 82 |
Hex | EB | D8 | 52 |
Shades of #ebd852
Tints of #ebd852
RGB Percentages of Color #ebd852
CMYK Percentages of Color #ebd852
Complementary Color
#ebd852 | #5265eb |
#ebd852 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebd852 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebd852 Color CSS Codes
.mybgcolor {background-color:#ebd852; } .myforecolor {color:#ebd852; } .mybordercolor {border:3px solid #ebd852; }
#ebd852 Text Font Color
<p style="color:#ebd852">Text here</p>
This sample text font color is #ebd852
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.
#ebd852 Background Color
<div style="background-color:#ebd852">
Div content here</div>
This div background color is #ebd852
#ebd852 Border Color
<div style="border:3px solid #ebd852">
Div here</div>
This div border color is #ebd852
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,216,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebd852; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebd852; -webkit-box-shadow: 1px 1px 3px 2px #ebd852; box-shadow: 1px 1px 3px 2px #ebd852; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,216,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebd852">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebd852; -webkit-box-shadow: 1px 1px 3px 2px #ebd852; box-shadow: 1px 1px 3px 2px #ebd852;">
Div content here</div>
This div box has shadow with color #ebd852
#ebd852 Color Palettes
Comments
No comments written yet.
Please login to write comment.