Color spaces of #eaabde
RGB | 234 | 171 | 222 |
---|---|---|---|
HSL | 0.87 | 0.60 | 0.79 |
HSV | 311° | 27° | 92° |
CMYK | 0.00 | 0.27 | 0.05 0.08 |
XYZ | 61.6794 | 51.8922 | 75.8726 |
Yxy | 51.8922 | 0.3256 | 0.2739 |
Hunter Lab | 72.0362 | 26.7732 | -12.0222 |
CIE-Lab | 77.2163 | 31.0885 | -16.5943 |
#eaabde color RGB value is (234,171,222).
#eaabde hex color red value is 234, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #eaabde hue: 0.87 , saturation: 0.60 and the lightness value of eaabde is 0.79.
The process color (four color CMYK) of #eaabde color hex is 0.00, 0.27, 0.05, 0.08. Web safe color of #eaabde is #ff99cc. Color #eaabde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10101011 | 11011110 |
Octal | 352 | 253 | 336 |
Decimal | 234 | 171 | 222 |
Hex | EA | AB | DE |
Shades of #eaabde
Tints of #eaabde
RGB Percentages of Color #eaabde
CMYK Percentages of Color #eaabde
Complementary Color
#eaabde | #abeab7 |
#eaabde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaabde Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaabde Color CSS Codes
.mybgcolor {background-color:#eaabde; } .myforecolor {color:#eaabde; } .mybordercolor {border:3px solid #eaabde; }
#eaabde Text Font Color
<p style="color:#eaabde">Text here</p>
This sample text font color is #eaabde
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.
#eaabde Background Color
<div style="background-color:#eaabde">
Div content here</div>
This div background color is #eaabde
#eaabde Border Color
<div style="border:3px solid #eaabde">
Div here</div>
This div border color is #eaabde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,171,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaabde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaabde; -webkit-box-shadow: 1px 1px 3px 2px #eaabde; box-shadow: 1px 1px 3px 2px #eaabde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,171,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaabde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaabde; -webkit-box-shadow: 1px 1px 3px 2px #eaabde; box-shadow: 1px 1px 3px 2px #eaabde;">
Div content here</div>
This div box has shadow with color #eaabde
Comments
No comments written yet.
Please login to write comment.