Color spaces of #eacdd4
RGB | 234 | 205 | 212 |
---|---|---|---|
HSL | 0.96 | 0.41 | 0.86 |
HSV | 346° | 12° | 92° |
CMYK | 0.00 | 0.12 | 0.09 0.08 |
XYZ | 67.6467 | 65.9085 | 71.4436 |
Yxy | 65.9085 | 0.3300 | 0.3215 |
Hunter Lab | 81.1841 | 6.6632 | 4.6524 |
CIE-Lab | 84.9497 | 11.2875 | 0.2587 |
#eacdd4 color RGB value is (234,205,212).
#eacdd4 hex color red value is 234, green value is 205 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #eacdd4 hue: 0.96 , saturation: 0.41 and the lightness value of eacdd4 is 0.86.
The process color (four color CMYK) of #eacdd4 color hex is 0.00, 0.12, 0.09, 0.08. Web safe color of #eacdd4 is #ffcccc. Color #eacdd4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11001101 | 11010100 |
Octal | 352 | 315 | 324 |
Decimal | 234 | 205 | 212 |
Hex | EA | CD | D4 |
Shades of #eacdd4
Tints of #eacdd4
RGB Percentages of Color #eacdd4
CMYK Percentages of Color #eacdd4
Complementary Color
#eacdd4 | #cdeae3 |
#eacdd4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eacdd4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eacdd4 Color CSS Codes
.mybgcolor {background-color:#eacdd4; } .myforecolor {color:#eacdd4; } .mybordercolor {border:3px solid #eacdd4; }
#eacdd4 Text Font Color
<p style="color:#eacdd4">Text here</p>
This sample text font color is #eacdd4
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.
#eacdd4 Background Color
<div style="background-color:#eacdd4">
Div content here</div>
This div background color is #eacdd4
#eacdd4 Border Color
<div style="border:3px solid #eacdd4">
Div here</div>
This div border color is #eacdd4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,205,212, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eacdd4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eacdd4; -webkit-box-shadow: 1px 1px 3px 2px #eacdd4; box-shadow: 1px 1px 3px 2px #eacdd4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,205,212, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eacdd4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eacdd4; -webkit-box-shadow: 1px 1px 3px 2px #eacdd4; box-shadow: 1px 1px 3px 2px #eacdd4;">
Div content here</div>
This div box has shadow with color #eacdd4
Comments
No comments written yet.
Please login to write comment.