Color spaces of #eacee5
RGB | 234 | 206 | 229 |
---|---|---|---|
HSL | 0.86 | 0.40 | 0.86 |
HSV | 311° | 12° | 92° |
CMYK | 0.00 | 0.12 | 0.02 0.08 |
XYZ | 70.1458 | 67.2922 | 83.4203 |
Yxy | 67.2922 | 0.3176 | 0.3047 |
Hunter Lab | 82.0318 | 9.0805 | -2.8713 |
CIE-Lab | 85.6513 | 13.6946 | -7.7460 |
#eacee5 color RGB value is (234,206,229).
#eacee5 hex color red value is 234, green value is 206 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #eacee5 hue: 0.86 , saturation: 0.40 and the lightness value of eacee5 is 0.86.
The process color (four color CMYK) of #eacee5 color hex is 0.00, 0.12, 0.02, 0.08. Web safe color of #eacee5 is #ffcccc. Color #eacee5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11001110 | 11100101 |
Octal | 352 | 316 | 345 |
Decimal | 234 | 206 | 229 |
Hex | EA | CE | E5 |
Shades of #eacee5
Tints of #eacee5
RGB Percentages of Color #eacee5
CMYK Percentages of Color #eacee5
Complementary Color
#eacee5 | #ceead3 |
#eacee5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eacee5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eacee5 Color CSS Codes
.mybgcolor {background-color:#eacee5; } .myforecolor {color:#eacee5; } .mybordercolor {border:3px solid #eacee5; }
#eacee5 Text Font Color
<p style="color:#eacee5">Text here</p>
This sample text font color is #eacee5
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.
#eacee5 Background Color
<div style="background-color:#eacee5">
Div content here</div>
This div background color is #eacee5
#eacee5 Border Color
<div style="border:3px solid #eacee5">
Div here</div>
This div border color is #eacee5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,206,229, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eacee5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eacee5; -webkit-box-shadow: 1px 1px 3px 2px #eacee5; box-shadow: 1px 1px 3px 2px #eacee5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,206,229, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eacee5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eacee5; -webkit-box-shadow: 1px 1px 3px 2px #eacee5; box-shadow: 1px 1px 3px 2px #eacee5;">
Div content here</div>
This div box has shadow with color #eacee5
Comments
No comments written yet.
Please login to write comment.