Color spaces of #e7cdaf
RGB | 231 | 205 | 175 |
---|---|---|---|
HSL | 0.09 | 0.54 | 0.80 |
HSV | 32° | 24° | 91° |
CMYK | 0.00 | 0.11 | 0.24 0.09 |
XYZ | 62.5242 | 63.7467 | 49.5664 |
Yxy | 63.7467 | 0.3556 | 0.3625 |
Hunter Lab | 79.8415 | 0.0613 | 19.0813 |
CIE-Lab | 83.8337 | 4.5327 | 18.2742 |
#e7cdaf color RGB value is (231,205,175).
#e7cdaf hex color red value is 231, green value is 205 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e7cdaf hue: 0.09 , saturation: 0.54 and the lightness value of e7cdaf is 0.80.
The process color (four color CMYK) of #e7cdaf color hex is 0.00, 0.11, 0.24, 0.09. Web safe color of #e7cdaf is #ffcc99. Color #e7cdaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 11001101 | 10101111 |
Octal | 347 | 315 | 257 |
Decimal | 231 | 205 | 175 |
Hex | E7 | CD | AF |
Shades of #e7cdaf
Tints of #e7cdaf
RGB Percentages of Color #e7cdaf
CMYK Percentages of Color #e7cdaf
Complementary Color
#e7cdaf | #afc9e7 |
#e7cdaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e7cdaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e7cdaf Color CSS Codes
.mybgcolor {background-color:#e7cdaf; } .myforecolor {color:#e7cdaf; } .mybordercolor {border:3px solid #e7cdaf; }
#e7cdaf Text Font Color
<p style="color:#e7cdaf">Text here</p>
This sample text font color is #e7cdaf
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.
#e7cdaf Background Color
<div style="background-color:#e7cdaf">
Div content here</div>
This div background color is #e7cdaf
#e7cdaf Border Color
<div style="border:3px solid #e7cdaf">
Div here</div>
This div border color is #e7cdaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,205,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e7cdaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e7cdaf; -webkit-box-shadow: 1px 1px 3px 2px #e7cdaf; box-shadow: 1px 1px 3px 2px #e7cdaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,205,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e7cdaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e7cdaf; -webkit-box-shadow: 1px 1px 3px 2px #e7cdaf; box-shadow: 1px 1px 3px 2px #e7cdaf;">
Div content here</div>
This div box has shadow with color #e7cdaf
Comments
No comments written yet.
Please login to write comment.