Color spaces of #e4cdbf
RGB | 228 | 205 | 191 |
---|---|---|---|
HSL | 0.06 | 0.41 | 0.82 |
HSV | 23° | 16° | 89° |
CMYK | 0.00 | 0.10 | 0.16 0.11 |
XYZ | 63.2302 | 63.9182 | 58.2951 |
Yxy | 63.9182 | 0.3410 | 0.3447 |
Hunter Lab | 79.9489 | 1.2621 | 12.7326 |
CIE-Lab | 83.9232 | 5.7778 | 9.8808 |
#e4cdbf color RGB value is (228,205,191).
#e4cdbf hex color red value is 228, green value is 205 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e4cdbf hue: 0.06 , saturation: 0.41 and the lightness value of e4cdbf is 0.82.
The process color (four color CMYK) of #e4cdbf color hex is 0.00, 0.10, 0.16, 0.11. Web safe color of #e4cdbf is #cccccc. Color #e4cdbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 11001101 | 10111111 |
Octal | 344 | 315 | 277 |
Decimal | 228 | 205 | 191 |
Hex | E4 | CD | BF |
Shades of #e4cdbf
Tints of #e4cdbf
RGB Percentages of Color #e4cdbf
CMYK Percentages of Color #e4cdbf
Complementary Color
#e4cdbf | #bfd6e4 |
#e4cdbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e4cdbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e4cdbf Color CSS Codes
.mybgcolor {background-color:#e4cdbf; } .myforecolor {color:#e4cdbf; } .mybordercolor {border:3px solid #e4cdbf; }
#e4cdbf Text Font Color
<p style="color:#e4cdbf">Text here</p>
This sample text font color is #e4cdbf
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.
#e4cdbf Background Color
<div style="background-color:#e4cdbf">
Div content here</div>
This div background color is #e4cdbf
#e4cdbf Border Color
<div style="border:3px solid #e4cdbf">
Div here</div>
This div border color is #e4cdbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,205,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e4cdbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e4cdbf; -webkit-box-shadow: 1px 1px 3px 2px #e4cdbf; box-shadow: 1px 1px 3px 2px #e4cdbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,205,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 #e4cdbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e4cdbf; -webkit-box-shadow: 1px 1px 3px 2px #e4cdbf; box-shadow: 1px 1px 3px 2px #e4cdbf;">
Div content here</div>
This div box has shadow with color #e4cdbf
Comments
No comments written yet.
Please login to write comment.