Color spaces of #eadcce
RGB | 234 | 220 | 206 |
---|---|---|---|
HSL | 0.08 | 0.40 | 0.86 |
HSV | 30° | 12° | 92° |
CMYK | 0.00 | 0.06 | 0.12 0.08 |
XYZ | 70.6655 | 73.1351 | 68.7845 |
Yxy | 73.1351 | 0.3324 | 0.3440 |
Hunter Lab | 85.5191 | -2.1615 | 12.1753 |
CIE-Lab | 88.5121 | 2.4766 | 8.5842 |
#eadcce color RGB value is (234,220,206).
#eadcce hex color red value is 234, green value is 220 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #eadcce hue: 0.08 , saturation: 0.40 and the lightness value of eadcce is 0.86.
The process color (four color CMYK) of #eadcce color hex is 0.00, 0.06, 0.12, 0.08. Web safe color of #eadcce is #ffcccc. Color #eadcce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11011100 | 11001110 |
Octal | 352 | 334 | 316 |
Decimal | 234 | 220 | 206 |
Hex | EA | DC | CE |
Shades of #eadcce
Tints of #eadcce
RGB Percentages of Color #eadcce
CMYK Percentages of Color #eadcce
Complementary Color
#eadcce | #cedcea |
#eadcce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eadcce Color Preview on White Background
Lorem ipsum dolor sit amet.
#eadcce Color CSS Codes
.mybgcolor {background-color:#eadcce; } .myforecolor {color:#eadcce; } .mybordercolor {border:3px solid #eadcce; }
#eadcce Text Font Color
<p style="color:#eadcce">Text here</p>
This sample text font color is #eadcce
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.
#eadcce Background Color
<div style="background-color:#eadcce">
Div content here</div>
This div background color is #eadcce
#eadcce Border Color
<div style="border:3px solid #eadcce">
Div here</div>
This div border color is #eadcce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,220,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eadcce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eadcce; -webkit-box-shadow: 1px 1px 3px 2px #eadcce; box-shadow: 1px 1px 3px 2px #eadcce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,220,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eadcce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eadcce; -webkit-box-shadow: 1px 1px 3px 2px #eadcce; box-shadow: 1px 1px 3px 2px #eadcce;">
Div content here</div>
This div box has shadow with color #eadcce
Comments
No comments written yet.
Please login to write comment.