Color spaces of #e5ddbf
RGB | 229 | 221 | 191 |
---|---|---|---|
HSL | 0.13 | 0.42 | 0.82 |
HSV | 47° | 17° | 90° |
CMYK | 0.00 | 0.03 | 0.17 0.10 |
XYZ | 67.5735 | 72.1325 | 59.6517 |
Yxy | 72.1325 | 0.3390 | 0.3618 |
Hunter Lab | 84.9309 | -6.6091 | 17.8089 |
CIE-Lab | 88.0323 | -2.1606 | 15.7155 |
#e5ddbf color RGB value is (229,221,191).
#e5ddbf hex color red value is 229, green value is 221 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e5ddbf hue: 0.13 , saturation: 0.42 and the lightness value of e5ddbf is 0.82.
The process color (four color CMYK) of #e5ddbf color hex is 0.00, 0.03, 0.17, 0.10. Web safe color of #e5ddbf is #cccccc. Color #e5ddbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 11011101 | 10111111 |
Octal | 345 | 335 | 277 |
Decimal | 229 | 221 | 191 |
Hex | E5 | DD | BF |
Shades of #e5ddbf
Tints of #e5ddbf
RGB Percentages of Color #e5ddbf
CMYK Percentages of Color #e5ddbf
Complementary Color
#e5ddbf | #bfc7e5 |
#e5ddbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5ddbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5ddbf Color CSS Codes
.mybgcolor {background-color:#e5ddbf; } .myforecolor {color:#e5ddbf; } .mybordercolor {border:3px solid #e5ddbf; }
#e5ddbf Text Font Color
<p style="color:#e5ddbf">Text here</p>
This sample text font color is #e5ddbf
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.
#e5ddbf Background Color
<div style="background-color:#e5ddbf">
Div content here</div>
This div background color is #e5ddbf
#e5ddbf Border Color
<div style="border:3px solid #e5ddbf">
Div here</div>
This div border color is #e5ddbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,221,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5ddbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5ddbf; -webkit-box-shadow: 1px 1px 3px 2px #e5ddbf; box-shadow: 1px 1px 3px 2px #e5ddbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,221,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e5ddbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5ddbf; -webkit-box-shadow: 1px 1px 3px 2px #e5ddbf; box-shadow: 1px 1px 3px 2px #e5ddbf;">
Div content here</div>
This div box has shadow with color #e5ddbf
Comments
No comments written yet.
Please login to write comment.