Color spaces of #e7dbca
RGB | 231 | 219 | 202 |
---|---|---|---|
HSL | 0.10 | 0.38 | 0.85 |
HSV | 35° | 13° | 91° |
CMYK | 0.00 | 0.05 | 0.13 0.09 |
XYZ | 68.9472 | 71.9162 | 66.1244 |
Yxy | 71.9162 | 0.3331 | 0.3474 |
Hunter Lab | 84.8034 | -3.2812 | 13.1318 |
CIE-Lab | 87.9282 | 1.2917 | 9.8189 |
#e7dbca color RGB value is (231,219,202).
#e7dbca hex color red value is 231, green value is 219 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e7dbca hue: 0.10 , saturation: 0.38 and the lightness value of e7dbca is 0.85.
The process color (four color CMYK) of #e7dbca color hex is 0.00, 0.05, 0.13, 0.09. Web safe color of #e7dbca is #ffcccc. Color #e7dbca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 11011011 | 11001010 |
Octal | 347 | 333 | 312 |
Decimal | 231 | 219 | 202 |
Hex | E7 | DB | CA |
Shades of #e7dbca
Tints of #e7dbca
RGB Percentages of Color #e7dbca
CMYK Percentages of Color #e7dbca
Complementary Color
#e7dbca | #cad6e7 |
#e7dbca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e7dbca Color Preview on White Background
Lorem ipsum dolor sit amet.
#e7dbca Color CSS Codes
.mybgcolor {background-color:#e7dbca; } .myforecolor {color:#e7dbca; } .mybordercolor {border:3px solid #e7dbca; }
#e7dbca Text Font Color
<p style="color:#e7dbca">Text here</p>
This sample text font color is #e7dbca
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.
#e7dbca Background Color
<div style="background-color:#e7dbca">
Div content here</div>
This div background color is #e7dbca
#e7dbca Border Color
<div style="border:3px solid #e7dbca">
Div here</div>
This div border color is #e7dbca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,219,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e7dbca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e7dbca; -webkit-box-shadow: 1px 1px 3px 2px #e7dbca; box-shadow: 1px 1px 3px 2px #e7dbca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,219,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e7dbca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e7dbca; -webkit-box-shadow: 1px 1px 3px 2px #e7dbca; box-shadow: 1px 1px 3px 2px #e7dbca;">
Div content here</div>
This div box has shadow with color #e7dbca
Comments
No comments written yet.
Please login to write comment.