Color spaces of #eadcdf
RGB | 234 | 220 | 223 |
---|---|---|---|
HSL | 0.96 | 0.25 | 0.89 |
HSV | 347° | 6° | 92° |
CMYK | 0.00 | 0.06 | 0.05 0.08 |
XYZ | 72.8442 | 74.0065 | 80.2574 |
Yxy | 74.0065 | 0.3207 | 0.3259 |
Hunter Lab | 86.0270 | 0.5993 | 4.9054 |
CIE-Lab | 88.9256 | 5.3025 | 0.2421 |
#eadcdf color RGB value is (234,220,223).
#eadcdf hex color red value is 234, green value is 220 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #eadcdf hue: 0.96 , saturation: 0.25 and the lightness value of eadcdf is 0.89.
The process color (four color CMYK) of #eadcdf color hex is 0.00, 0.06, 0.05, 0.08. Web safe color of #eadcdf is #ffcccc. Color #eadcdf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11011100 | 11011111 |
Octal | 352 | 334 | 337 |
Decimal | 234 | 220 | 223 |
Hex | EA | DC | DF |
Shades of #eadcdf
Tints of #eadcdf
RGB Percentages of Color #eadcdf
CMYK Percentages of Color #eadcdf
Complementary Color
#eadcdf | #dceae7 |
#eadcdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eadcdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#eadcdf Color CSS Codes
.mybgcolor {background-color:#eadcdf; } .myforecolor {color:#eadcdf; } .mybordercolor {border:3px solid #eadcdf; }
#eadcdf Text Font Color
<p style="color:#eadcdf">Text here</p>
This sample text font color is #eadcdf
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.
#eadcdf Background Color
<div style="background-color:#eadcdf">
Div content here</div>
This div background color is #eadcdf
#eadcdf Border Color
<div style="border:3px solid #eadcdf">
Div here</div>
This div border color is #eadcdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,220,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eadcdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eadcdf; -webkit-box-shadow: 1px 1px 3px 2px #eadcdf; box-shadow: 1px 1px 3px 2px #eadcdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,220,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eadcdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eadcdf; -webkit-box-shadow: 1px 1px 3px 2px #eadcdf; box-shadow: 1px 1px 3px 2px #eadcdf;">
Div content here</div>
This div box has shadow with color #eadcdf
Comments
No comments written yet.
Please login to write comment.