Color spaces of #eadddf
RGB | 234 | 221 | 223 |
---|---|---|---|
HSL | 0.97 | 0.24 | 0.89 |
HSV | 351° | 6° | 92° |
CMYK | 0.00 | 0.06 | 0.05 0.08 |
XYZ | 73.1074 | 74.5330 | 80.3452 |
Yxy | 74.5330 | 0.3207 | 0.3269 |
Hunter Lab | 86.3325 | 0.0741 | 5.2546 |
CIE-Lab | 89.1738 | 4.7830 | 0.6042 |
#eadddf color RGB value is (234,221,223).
#eadddf hex color red value is 234, green value is 221 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #eadddf hue: 0.97 , saturation: 0.24 and the lightness value of eadddf is 0.89.
The process color (four color CMYK) of #eadddf color hex is 0.00, 0.06, 0.05, 0.08. Web safe color of #eadddf is #ffcccc. Color #eadddf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11011101 | 11011111 |
Octal | 352 | 335 | 337 |
Decimal | 234 | 221 | 223 |
Hex | EA | DD | DF |
Shades of #eadddf
Tints of #eadddf
RGB Percentages of Color #eadddf
CMYK Percentages of Color #eadddf
Complementary Color
#eadddf | #ddeae8 |
#eadddf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eadddf Color Preview on White Background
Lorem ipsum dolor sit amet.
#eadddf Color CSS Codes
.mybgcolor {background-color:#eadddf; } .myforecolor {color:#eadddf; } .mybordercolor {border:3px solid #eadddf; }
#eadddf Text Font Color
<p style="color:#eadddf">Text here</p>
This sample text font color is #eadddf
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.
#eadddf Background Color
<div style="background-color:#eadddf">
Div content here</div>
This div background color is #eadddf
#eadddf Border Color
<div style="border:3px solid #eadddf">
Div here</div>
This div border color is #eadddf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,221,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eadddf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eadddf; -webkit-box-shadow: 1px 1px 3px 2px #eadddf; box-shadow: 1px 1px 3px 2px #eadddf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,221,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 #eadddf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eadddf; -webkit-box-shadow: 1px 1px 3px 2px #eadddf; box-shadow: 1px 1px 3px 2px #eadddf;">
Div content here</div>
This div box has shadow with color #eadddf
Comments
No comments written yet.
Please login to write comment.