Color spaces of #e4ddbd
RGB | 228 | 221 | 189 |
---|---|---|---|
HSL | 0.14 | 0.42 | 0.82 |
HSV | 49° | 17° | 89° |
CMYK | 0.00 | 0.03 | 0.17 0.11 |
XYZ | 67.0367 | 71.8810 | 58.4853 |
Yxy | 71.8810 | 0.3396 | 0.3641 |
Hunter Lab | 84.7827 | -7.2317 | 18.4481 |
CIE-Lab | 87.9113 | -2.8237 | 16.5805 |
#e4ddbd color RGB value is (228,221,189).
#e4ddbd hex color red value is 228, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e4ddbd hue: 0.14 , saturation: 0.42 and the lightness value of e4ddbd is 0.82.
The process color (four color CMYK) of #e4ddbd color hex is 0.00, 0.03, 0.17, 0.11. Web safe color of #e4ddbd is #cccccc. Color #e4ddbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 11011101 | 10111101 |
Octal | 344 | 335 | 275 |
Decimal | 228 | 221 | 189 |
Hex | E4 | DD | BD |
Shades of #e4ddbd
Tints of #e4ddbd
RGB Percentages of Color #e4ddbd
CMYK Percentages of Color #e4ddbd
Complementary Color
#e4ddbd | #bdc4e4 |
#e4ddbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e4ddbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e4ddbd Color CSS Codes
.mybgcolor {background-color:#e4ddbd; } .myforecolor {color:#e4ddbd; } .mybordercolor {border:3px solid #e4ddbd; }
#e4ddbd Text Font Color
<p style="color:#e4ddbd">Text here</p>
This sample text font color is #e4ddbd
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.
#e4ddbd Background Color
<div style="background-color:#e4ddbd">
Div content here</div>
This div background color is #e4ddbd
#e4ddbd Border Color
<div style="border:3px solid #e4ddbd">
Div here</div>
This div border color is #e4ddbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,221,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e4ddbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e4ddbd; -webkit-box-shadow: 1px 1px 3px 2px #e4ddbd; box-shadow: 1px 1px 3px 2px #e4ddbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,221,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e4ddbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e4ddbd; -webkit-box-shadow: 1px 1px 3px 2px #e4ddbd; box-shadow: 1px 1px 3px 2px #e4ddbd;">
Div content here</div>
This div box has shadow with color #e4ddbd
Comments
No comments written yet.
Please login to write comment.