Color spaces of #e3decb
RGB | 227 | 222 | 203 |
---|---|---|---|
HSL | 0.13 | 0.30 | 0.84 |
HSV | 48° | 11° | 89° |
CMYK | 0.00 | 0.02 | 0.11 0.11 |
XYZ | 68.5793 | 72.8852 | 66.9537 |
Yxy | 72.8852 | 0.3290 | 0.3497 |
Hunter Lab | 85.3728 | -6.0149 | 13.2628 |
CIE-Lab | 88.3929 | -1.5118 | 9.9150 |
#e3decb color RGB value is (227,222,203).
#e3decb hex color red value is 227, green value is 222 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e3decb hue: 0.13 , saturation: 0.30 and the lightness value of e3decb is 0.84.
The process color (four color CMYK) of #e3decb color hex is 0.00, 0.02, 0.11, 0.11. Web safe color of #e3decb is #cccccc. Color #e3decb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 11011110 | 11001011 |
Octal | 343 | 336 | 313 |
Decimal | 227 | 222 | 203 |
Hex | E3 | DE | CB |
Shades of #e3decb
Tints of #e3decb
RGB Percentages of Color #e3decb
CMYK Percentages of Color #e3decb
Complementary Color
#e3decb | #cbd0e3 |
#e3decb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e3decb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e3decb Color CSS Codes
.mybgcolor {background-color:#e3decb; } .myforecolor {color:#e3decb; } .mybordercolor {border:3px solid #e3decb; }
#e3decb Text Font Color
<p style="color:#e3decb">Text here</p>
This sample text font color is #e3decb
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.
#e3decb Background Color
<div style="background-color:#e3decb">
Div content here</div>
This div background color is #e3decb
#e3decb Border Color
<div style="border:3px solid #e3decb">
Div here</div>
This div border color is #e3decb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,222,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e3decb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e3decb; -webkit-box-shadow: 1px 1px 3px 2px #e3decb; box-shadow: 1px 1px 3px 2px #e3decb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,222,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e3decb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e3decb; -webkit-box-shadow: 1px 1px 3px 2px #e3decb; box-shadow: 1px 1px 3px 2px #e3decb;">
Div content here</div>
This div box has shadow with color #e3decb
Comments
No comments written yet.
Please login to write comment.