Color spaces of #e1cdbc
RGB | 225 | 205 | 188 |
---|---|---|---|
HSL | 0.08 | 0.38 | 0.81 |
HSV | 28° | 16° | 88° |
CMYK | 0.00 | 0.09 | 0.16 0.12 |
XYZ | 61.9598 | 63.3010 | 56.5296 |
Yxy | 63.3010 | 0.3408 | 0.3482 |
Hunter Lab | 79.5619 | -0.2244 | 13.5672 |
CIE-Lab | 83.6005 | 4.2255 | 10.9808 |
#e1cdbc color RGB value is (225,205,188).
#e1cdbc hex color red value is 225, green value is 205 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e1cdbc hue: 0.08 , saturation: 0.38 and the lightness value of e1cdbc is 0.81.
The process color (four color CMYK) of #e1cdbc color hex is 0.00, 0.09, 0.16, 0.12. Web safe color of #e1cdbc is #cccccc. Color #e1cdbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 11001101 | 10111100 |
Octal | 341 | 315 | 274 |
Decimal | 225 | 205 | 188 |
Hex | E1 | CD | BC |
Shades of #e1cdbc
Tints of #e1cdbc
RGB Percentages of Color #e1cdbc
CMYK Percentages of Color #e1cdbc
Complementary Color
#e1cdbc | #bcd0e1 |
#e1cdbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1cdbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1cdbc Color CSS Codes
.mybgcolor {background-color:#e1cdbc; } .myforecolor {color:#e1cdbc; } .mybordercolor {border:3px solid #e1cdbc; }
#e1cdbc Text Font Color
<p style="color:#e1cdbc">Text here</p>
This sample text font color is #e1cdbc
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.
#e1cdbc Background Color
<div style="background-color:#e1cdbc">
Div content here</div>
This div background color is #e1cdbc
#e1cdbc Border Color
<div style="border:3px solid #e1cdbc">
Div here</div>
This div border color is #e1cdbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,205,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1cdbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1cdbc; -webkit-box-shadow: 1px 1px 3px 2px #e1cdbc; box-shadow: 1px 1px 3px 2px #e1cdbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,205,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e1cdbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1cdbc; -webkit-box-shadow: 1px 1px 3px 2px #e1cdbc; box-shadow: 1px 1px 3px 2px #e1cdbc;">
Div content here</div>
This div box has shadow with color #e1cdbc
#e1cdbc Color Palettes
Comments
No comments written yet.
Please login to write comment.