Color spaces of #e6ddbf
RGB | 230 | 221 | 191 |
---|---|---|---|
HSL | 0.13 | 0.44 | 0.83 |
HSV | 46° | 17° | 90° |
CMYK | 0.00 | 0.04 | 0.17 0.10 |
XYZ | 67.8935 | 72.2975 | 59.6667 |
Yxy | 72.2975 | 0.3397 | 0.3617 |
Hunter Lab | 85.0279 | -6.2694 | 17.9140 |
CIE-Lab | 88.1116 | -1.7990 | 15.8384 |
#e6ddbf color RGB value is (230,221,191).
#e6ddbf hex color red value is 230, green value is 221 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e6ddbf hue: 0.13 , saturation: 0.44 and the lightness value of e6ddbf is 0.83.
The process color (four color CMYK) of #e6ddbf color hex is 0.00, 0.04, 0.17, 0.10. Web safe color of #e6ddbf is #ffcccc. Color #e6ddbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 11011101 | 10111111 |
Octal | 346 | 335 | 277 |
Decimal | 230 | 221 | 191 |
Hex | E6 | DD | BF |
Shades of #e6ddbf
Tints of #e6ddbf
RGB Percentages of Color #e6ddbf
CMYK Percentages of Color #e6ddbf
Complementary Color
#e6ddbf | #bfc8e6 |
#e6ddbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e6ddbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e6ddbf Color CSS Codes
.mybgcolor {background-color:#e6ddbf; } .myforecolor {color:#e6ddbf; } .mybordercolor {border:3px solid #e6ddbf; }
#e6ddbf Text Font Color
<p style="color:#e6ddbf">Text here</p>
This sample text font color is #e6ddbf
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.
#e6ddbf Background Color
<div style="background-color:#e6ddbf">
Div content here</div>
This div background color is #e6ddbf
#e6ddbf Border Color
<div style="border:3px solid #e6ddbf">
Div here</div>
This div border color is #e6ddbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,221,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e6ddbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e6ddbf; -webkit-box-shadow: 1px 1px 3px 2px #e6ddbf; box-shadow: 1px 1px 3px 2px #e6ddbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,221,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 #e6ddbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e6ddbf; -webkit-box-shadow: 1px 1px 3px 2px #e6ddbf; box-shadow: 1px 1px 3px 2px #e6ddbf;">
Div content here</div>
This div box has shadow with color #e6ddbf
Comments
No comments written yet.
Please login to write comment.