Color spaces of #eedce0
RGB | 238 | 220 | 224 |
---|---|---|---|
HSL | 0.96 | 0.35 | 0.90 |
HSV | 347° | 8° | 93° |
CMYK | 0.00 | 0.08 | 0.06 0.07 |
XYZ | 74.3076 | 74.7454 | 81.0319 |
Yxy | 74.7454 | 0.3230 | 0.3249 |
Hunter Lab | 86.4554 | 2.1220 | 4.9482 |
CIE-Lab | 89.2736 | 6.8462 | 0.2629 |
#eedce0 color RGB value is (238,220,224).
#eedce0 hex color red value is 238, green value is 220 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #eedce0 hue: 0.96 , saturation: 0.35 and the lightness value of eedce0 is 0.90.
The process color (four color CMYK) of #eedce0 color hex is 0.00, 0.08, 0.06, 0.07. Web safe color of #eedce0 is #ffcccc. Color #eedce0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11011100 | 11100000 |
Octal | 356 | 334 | 340 |
Decimal | 238 | 220 | 224 |
Hex | EE | DC | E0 |
Shades of #eedce0
Tints of #eedce0
RGB Percentages of Color #eedce0
CMYK Percentages of Color #eedce0
Complementary Color
#eedce0 | #dceeea |
#eedce0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eedce0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eedce0 Color CSS Codes
.mybgcolor {background-color:#eedce0; } .myforecolor {color:#eedce0; } .mybordercolor {border:3px solid #eedce0; }
#eedce0 Text Font Color
<p style="color:#eedce0">Text here</p>
This sample text font color is #eedce0
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.
#eedce0 Background Color
<div style="background-color:#eedce0">
Div content here</div>
This div background color is #eedce0
#eedce0 Border Color
<div style="border:3px solid #eedce0">
Div here</div>
This div border color is #eedce0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,220,224, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eedce0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eedce0; -webkit-box-shadow: 1px 1px 3px 2px #eedce0; box-shadow: 1px 1px 3px 2px #eedce0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,220,224, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eedce0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eedce0; -webkit-box-shadow: 1px 1px 3px 2px #eedce0; box-shadow: 1px 1px 3px 2px #eedce0;">
Div content here</div>
This div box has shadow with color #eedce0
Comments
No comments written yet.
Please login to write comment.