Color spaces of #e5a668
RGB | 229 | 166 | 104 |
---|---|---|---|
HSL | 0.08 | 0.71 | 0.65 |
HSV | 30° | 55° | 90° |
CMYK | 0.00 | 0.28 | 0.55 0.10 |
XYZ | 48.4480 | 44.9299 | 19.2156 |
Yxy | 44.9299 | 0.4303 | 0.3990 |
Hunter Lab | 67.0298 | 11.7147 | 29.9240 |
CIE-Lab | 72.8457 | 16.4515 | 40.9990 |
#e5a668 color RGB value is (229,166,104).
#e5a668 hex color red value is 229, green value is 166 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #e5a668 hue: 0.08 , saturation: 0.71 and the lightness value of e5a668 is 0.65.
The process color (four color CMYK) of #e5a668 color hex is 0.00, 0.28, 0.55, 0.10. Web safe color of #e5a668 is #cc9966. Color #e5a668 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10100110 | 01101000 |
Octal | 345 | 246 | 150 |
Decimal | 229 | 166 | 104 |
Hex | E5 | A6 | 68 |
Shades of #e5a668
Tints of #e5a668
RGB Percentages of Color #e5a668
CMYK Percentages of Color #e5a668
Complementary Color
#e5a668 | #68a7e5 |
#e5a668 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5a668 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5a668 Color CSS Codes
.mybgcolor {background-color:#e5a668; } .myforecolor {color:#e5a668; } .mybordercolor {border:3px solid #e5a668; }
#e5a668 Text Font Color
<p style="color:#e5a668">Text here</p>
This sample text font color is #e5a668
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.
#e5a668 Background Color
<div style="background-color:#e5a668">
Div content here</div>
This div background color is #e5a668
#e5a668 Border Color
<div style="border:3px solid #e5a668">
Div here</div>
This div border color is #e5a668
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,166,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5a668; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5a668; -webkit-box-shadow: 1px 1px 3px 2px #e5a668; box-shadow: 1px 1px 3px 2px #e5a668; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,166,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e5a668">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5a668; -webkit-box-shadow: 1px 1px 3px 2px #e5a668; box-shadow: 1px 1px 3px 2px #e5a668;">
Div content here</div>
This div box has shadow with color #e5a668
Comments
No comments written yet.
Please login to write comment.