Color spaces of #e7cfaf
RGB | 231 | 207 | 175 |
---|---|---|---|
HSL | 0.10 | 0.54 | 0.80 |
HSV | 34° | 24° | 91° |
CMYK | 0.00 | 0.10 | 0.24 0.09 |
XYZ | 63.0057 | 64.7097 | 49.7269 |
Yxy | 64.7097 | 0.3551 | 0.3647 |
Hunter Lab | 80.4423 | -0.9657 | 19.6584 |
CIE-Lab | 84.3339 | 3.4901 | 18.9707 |
#e7cfaf color RGB value is (231,207,175).
#e7cfaf hex color red value is 231, green value is 207 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e7cfaf hue: 0.10 , saturation: 0.54 and the lightness value of e7cfaf is 0.80.
The process color (four color CMYK) of #e7cfaf color hex is 0.00, 0.10, 0.24, 0.09. Web safe color of #e7cfaf is #ffcc99. Color #e7cfaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 11001111 | 10101111 |
Octal | 347 | 317 | 257 |
Decimal | 231 | 207 | 175 |
Hex | E7 | CF | AF |
Shades of #e7cfaf
Tints of #e7cfaf
RGB Percentages of Color #e7cfaf
CMYK Percentages of Color #e7cfaf
Complementary Color
#e7cfaf | #afc7e7 |
#e7cfaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e7cfaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e7cfaf Color CSS Codes
.mybgcolor {background-color:#e7cfaf; } .myforecolor {color:#e7cfaf; } .mybordercolor {border:3px solid #e7cfaf; }
#e7cfaf Text Font Color
<p style="color:#e7cfaf">Text here</p>
This sample text font color is #e7cfaf
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.
#e7cfaf Background Color
<div style="background-color:#e7cfaf">
Div content here</div>
This div background color is #e7cfaf
#e7cfaf Border Color
<div style="border:3px solid #e7cfaf">
Div here</div>
This div border color is #e7cfaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,207,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e7cfaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e7cfaf; -webkit-box-shadow: 1px 1px 3px 2px #e7cfaf; box-shadow: 1px 1px 3px 2px #e7cfaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,207,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 #e7cfaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e7cfaf; -webkit-box-shadow: 1px 1px 3px 2px #e7cfaf; box-shadow: 1px 1px 3px 2px #e7cfaf;">
Div content here</div>
This div box has shadow with color #e7cfaf
Comments
No comments written yet.
Please login to write comment.