Color spaces of #eeabda
RGB | 238 | 171 | 218 |
---|---|---|---|
HSL | 0.88 | 0.66 | 0.80 |
HSV | 318° | 28° | 93° |
CMYK | 0.00 | 0.28 | 0.08 0.07 |
XYZ | 62.4777 | 52.3649 | 73.1442 |
Yxy | 52.3649 | 0.3324 | 0.2786 |
Hunter Lab | 72.3636 | 27.4781 | -9.2751 |
CIE-Lab | 77.4985 | 31.7317 | -13.9563 |
#eeabda color RGB value is (238,171,218).
#eeabda hex color red value is 238, green value is 171 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eeabda hue: 0.88 , saturation: 0.66 and the lightness value of eeabda is 0.80.
The process color (four color CMYK) of #eeabda color hex is 0.00, 0.28, 0.08, 0.07. Web safe color of #eeabda is #ff99cc. Color #eeabda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10101011 | 11011010 |
Octal | 356 | 253 | 332 |
Decimal | 238 | 171 | 218 |
Hex | EE | AB | DA |
Shades of #eeabda
Tints of #eeabda
RGB Percentages of Color #eeabda
CMYK Percentages of Color #eeabda
Complementary Color
#eeabda | #abeebf |
#eeabda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeabda Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeabda Color CSS Codes
.mybgcolor {background-color:#eeabda; } .myforecolor {color:#eeabda; } .mybordercolor {border:3px solid #eeabda; }
#eeabda Text Font Color
<p style="color:#eeabda">Text here</p>
This sample text font color is #eeabda
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.
#eeabda Background Color
<div style="background-color:#eeabda">
Div content here</div>
This div background color is #eeabda
#eeabda Border Color
<div style="border:3px solid #eeabda">
Div here</div>
This div border color is #eeabda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,171,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeabda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeabda; -webkit-box-shadow: 1px 1px 3px 2px #eeabda; box-shadow: 1px 1px 3px 2px #eeabda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,171,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eeabda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeabda; -webkit-box-shadow: 1px 1px 3px 2px #eeabda; box-shadow: 1px 1px 3px 2px #eeabda;">
Div content here</div>
This div box has shadow with color #eeabda
Comments
No comments written yet.
Please login to write comment.