Color spaces of #ecdad0
RGB | 236 | 218 | 208 |
---|---|---|---|
HSL | 0.06 | 0.42 | 0.87 |
HSV | 21° | 12° | 93° |
CMYK | 0.00 | 0.08 | 0.12 0.07 |
XYZ | 71.0486 | 72.5297 | 69.9295 |
Yxy | 72.5297 | 0.3328 | 0.3397 |
Hunter Lab | 85.1644 | -0.1236 | 10.9313 |
CIE-Lab | 88.2229 | 4.5401 | 7.1387 |
#ecdad0 color RGB value is (236,218,208).
#ecdad0 hex color red value is 236, green value is 218 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #ecdad0 hue: 0.06 , saturation: 0.42 and the lightness value of ecdad0 is 0.87.
The process color (four color CMYK) of #ecdad0 color hex is 0.00, 0.08, 0.12, 0.07. Web safe color of #ecdad0 is #ffcccc. Color #ecdad0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11011010 | 11010000 |
Octal | 354 | 332 | 320 |
Decimal | 236 | 218 | 208 |
Hex | EC | DA | D0 |
Shades of #ecdad0
Tints of #ecdad0
RGB Percentages of Color #ecdad0
CMYK Percentages of Color #ecdad0
Complementary Color
#ecdad0 | #d0e2ec |
#ecdad0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecdad0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecdad0 Color CSS Codes
.mybgcolor {background-color:#ecdad0; } .myforecolor {color:#ecdad0; } .mybordercolor {border:3px solid #ecdad0; }
#ecdad0 Text Font Color
<p style="color:#ecdad0">Text here</p>
This sample text font color is #ecdad0
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.
#ecdad0 Background Color
<div style="background-color:#ecdad0">
Div content here</div>
This div background color is #ecdad0
#ecdad0 Border Color
<div style="border:3px solid #ecdad0">
Div here</div>
This div border color is #ecdad0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,218,208, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecdad0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecdad0; -webkit-box-shadow: 1px 1px 3px 2px #ecdad0; box-shadow: 1px 1px 3px 2px #ecdad0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,218,208, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecdad0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecdad0; -webkit-box-shadow: 1px 1px 3px 2px #ecdad0; box-shadow: 1px 1px 3px 2px #ecdad0;">
Div content here</div>
This div box has shadow with color #ecdad0
Comments
No comments written yet.
Please login to write comment.