Color spaces of #ead6ea
RGB | 234 | 214 | 234 |
---|---|---|---|
HSL | 0.83 | 0.32 | 0.88 |
HSV | 300° | 9° | 92° |
CMYK | 0.00 | 0.09 | 0.00 0.08 |
XYZ | 72.8295 | 71.5261 | 87.8093 |
Yxy | 71.5261 | 0.3137 | 0.3081 |
Hunter Lab | 84.5731 | 5.7110 | -2.3576 |
CIE-Lab | 87.7400 | 10.3820 | -7.2996 |
#ead6ea color RGB value is (234,214,234).
#ead6ea hex color red value is 234, green value is 214 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ead6ea hue: 0.83 , saturation: 0.32 and the lightness value of ead6ea is 0.88.
The process color (four color CMYK) of #ead6ea color hex is 0.00, 0.09, 0.00, 0.08. Web safe color of #ead6ea is #ffccff. Color #ead6ea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11010110 | 11101010 |
Octal | 352 | 326 | 352 |
Decimal | 234 | 214 | 234 |
Hex | EA | D6 | EA |
Shades of #ead6ea
Tints of #ead6ea
RGB Percentages of Color #ead6ea
CMYK Percentages of Color #ead6ea
Complementary Color
#ead6ea | #d6ead6 |
#ead6ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ead6ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#ead6ea Color CSS Codes
.mybgcolor {background-color:#ead6ea; } .myforecolor {color:#ead6ea; } .mybordercolor {border:3px solid #ead6ea; }
#ead6ea Text Font Color
<p style="color:#ead6ea">Text here</p>
This sample text font color is #ead6ea
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.
#ead6ea Background Color
<div style="background-color:#ead6ea">
Div content here</div>
This div background color is #ead6ea
#ead6ea Border Color
<div style="border:3px solid #ead6ea">
Div here</div>
This div border color is #ead6ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,214,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ead6ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ead6ea; -webkit-box-shadow: 1px 1px 3px 2px #ead6ea; box-shadow: 1px 1px 3px 2px #ead6ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,214,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 #ead6ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ead6ea; -webkit-box-shadow: 1px 1px 3px 2px #ead6ea; box-shadow: 1px 1px 3px 2px #ead6ea;">
Div content here</div>
This div box has shadow with color #ead6ea
Comments
No comments written yet.
Please login to write comment.