Color spaces of #e6ceda
RGB | 230 | 206 | 218 |
---|---|---|---|
HSL | 0.92 | 0.32 | 0.85 |
HSV | 330° | 10° | 90° |
CMYK | 0.00 | 0.10 | 0.05 0.10 |
XYZ | 67.3593 | 66.0276 | 75.5240 |
Yxy | 66.0276 | 0.3224 | 0.3161 |
Hunter Lab | 81.2574 | 5.7694 | 1.7736 |
CIE-Lab | 85.0105 | 10.3925 | -2.8841 |
#e6ceda color RGB value is (230,206,218).
#e6ceda hex color red value is 230, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e6ceda hue: 0.92 , saturation: 0.32 and the lightness value of e6ceda is 0.85.
The process color (four color CMYK) of #e6ceda color hex is 0.00, 0.10, 0.05, 0.10. Web safe color of #e6ceda is #ffcccc. Color #e6ceda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 11001110 | 11011010 |
Octal | 346 | 316 | 332 |
Decimal | 230 | 206 | 218 |
Hex | E6 | CE | DA |
Shades of #e6ceda
Tints of #e6ceda
RGB Percentages of Color #e6ceda
CMYK Percentages of Color #e6ceda
Complementary Color
#e6ceda | #cee6da |
#e6ceda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e6ceda Color Preview on White Background
Lorem ipsum dolor sit amet.
#e6ceda Color CSS Codes
.mybgcolor {background-color:#e6ceda; } .myforecolor {color:#e6ceda; } .mybordercolor {border:3px solid #e6ceda; }
#e6ceda Text Font Color
<p style="color:#e6ceda">Text here</p>
This sample text font color is #e6ceda
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.
#e6ceda Background Color
<div style="background-color:#e6ceda">
Div content here</div>
This div background color is #e6ceda
#e6ceda Border Color
<div style="border:3px solid #e6ceda">
Div here</div>
This div border color is #e6ceda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,206,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e6ceda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e6ceda; -webkit-box-shadow: 1px 1px 3px 2px #e6ceda; box-shadow: 1px 1px 3px 2px #e6ceda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,206,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e6ceda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e6ceda; -webkit-box-shadow: 1px 1px 3px 2px #e6ceda; box-shadow: 1px 1px 3px 2px #e6ceda;">
Div content here</div>
This div box has shadow with color #e6ceda
Comments
No comments written yet.
Please login to write comment.