Color spaces of #eed1ea
RGB | 238 | 209 | 234 |
---|---|---|---|
HSL | 0.86 | 0.46 | 0.88 |
HSV | 308° | 12° | 93° |
CMYK | 0.00 | 0.12 | 0.02 0.07 |
XYZ | 72.9116 | 69.7186 | 87.4561 |
Yxy | 69.7186 | 0.3169 | 0.3030 |
Hunter Lab | 83.4977 | 9.7484 | -3.6524 |
CIE-Lab | 86.8587 | 14.3526 | -8.5692 |
#eed1ea color RGB value is (238,209,234).
#eed1ea hex color red value is 238, green value is 209 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #eed1ea hue: 0.86 , saturation: 0.46 and the lightness value of eed1ea is 0.88.
The process color (four color CMYK) of #eed1ea color hex is 0.00, 0.12, 0.02, 0.07. Web safe color of #eed1ea is #ffccff. Color #eed1ea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11010001 | 11101010 |
Octal | 356 | 321 | 352 |
Decimal | 238 | 209 | 234 |
Hex | EE | D1 | EA |
Shades of #eed1ea
Tints of #eed1ea
RGB Percentages of Color #eed1ea
CMYK Percentages of Color #eed1ea
Complementary Color
#eed1ea | #d1eed5 |
#eed1ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eed1ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#eed1ea Color CSS Codes
.mybgcolor {background-color:#eed1ea; } .myforecolor {color:#eed1ea; } .mybordercolor {border:3px solid #eed1ea; }
#eed1ea Text Font Color
<p style="color:#eed1ea">Text here</p>
This sample text font color is #eed1ea
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.
#eed1ea Background Color
<div style="background-color:#eed1ea">
Div content here</div>
This div background color is #eed1ea
#eed1ea Border Color
<div style="border:3px solid #eed1ea">
Div here</div>
This div border color is #eed1ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,209,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eed1ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eed1ea; -webkit-box-shadow: 1px 1px 3px 2px #eed1ea; box-shadow: 1px 1px 3px 2px #eed1ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,209,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eed1ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eed1ea; -webkit-box-shadow: 1px 1px 3px 2px #eed1ea; box-shadow: 1px 1px 3px 2px #eed1ea;">
Div content here</div>
This div box has shadow with color #eed1ea
#eed1ea Color Palettes
Comments
No comments written yet.
Please login to write comment.