Color spaces of #ecdfd8
RGB | 236 | 223 | 216 |
---|---|---|---|
HSL | 0.06 | 0.34 | 0.89 |
HSV | 21° | 8° | 93° |
CMYK | 0.00 | 0.06 | 0.08 0.07 |
XYZ | 73.3744 | 75.5661 | 75.6842 |
Yxy | 75.5661 | 0.3267 | 0.3364 |
Hunter Lab | 86.9288 | -1.4579 | 9.2295 |
CIE-Lab | 89.6575 | 3.2551 | 5.0029 |
#ecdfd8 color RGB value is (236,223,216).
#ecdfd8 hex color red value is 236, green value is 223 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #ecdfd8 hue: 0.06 , saturation: 0.34 and the lightness value of ecdfd8 is 0.89.
The process color (four color CMYK) of #ecdfd8 color hex is 0.00, 0.06, 0.08, 0.07. Web safe color of #ecdfd8 is #ffcccc. Color #ecdfd8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11011111 | 11011000 |
Octal | 354 | 337 | 330 |
Decimal | 236 | 223 | 216 |
Hex | EC | DF | D8 |
Shades of #ecdfd8
Tints of #ecdfd8
RGB Percentages of Color #ecdfd8
CMYK Percentages of Color #ecdfd8
Complementary Color
#ecdfd8 | #d8e5ec |
#ecdfd8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecdfd8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecdfd8 Color CSS Codes
.mybgcolor {background-color:#ecdfd8; } .myforecolor {color:#ecdfd8; } .mybordercolor {border:3px solid #ecdfd8; }
#ecdfd8 Text Font Color
<p style="color:#ecdfd8">Text here</p>
This sample text font color is #ecdfd8
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.
#ecdfd8 Background Color
<div style="background-color:#ecdfd8">
Div content here</div>
This div background color is #ecdfd8
#ecdfd8 Border Color
<div style="border:3px solid #ecdfd8">
Div here</div>
This div border color is #ecdfd8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,223,216, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecdfd8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecdfd8; -webkit-box-shadow: 1px 1px 3px 2px #ecdfd8; box-shadow: 1px 1px 3px 2px #ecdfd8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,223,216, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecdfd8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecdfd8; -webkit-box-shadow: 1px 1px 3px 2px #ecdfd8; box-shadow: 1px 1px 3px 2px #ecdfd8;">
Div content here</div>
This div box has shadow with color #ecdfd8
Comments
No comments written yet.
Please login to write comment.