Color spaces of #eeabd0
RGB | 238 | 171 | 208 |
---|---|---|---|
HSL | 0.91 | 0.66 | 0.80 |
HSV | 327° | 28° | 93° |
CMYK | 0.00 | 0.28 | 0.13 0.07 |
XYZ | 61.2080 | 51.8570 | 66.4579 |
Yxy | 51.8570 | 0.3409 | 0.2889 |
Hunter Lab | 72.0118 | 25.6993 | -4.3090 |
CIE-Lab | 77.1953 | 30.0738 | -8.9705 |
#eeabd0 color RGB value is (238,171,208).
#eeabd0 hex color red value is 238, green value is 171 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #eeabd0 hue: 0.91 , saturation: 0.66 and the lightness value of eeabd0 is 0.80.
The process color (four color CMYK) of #eeabd0 color hex is 0.00, 0.28, 0.13, 0.07. Web safe color of #eeabd0 is #ff99cc. Color #eeabd0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10101011 | 11010000 |
Octal | 356 | 253 | 320 |
Decimal | 238 | 171 | 208 |
Hex | EE | AB | D0 |
Shades of #eeabd0
Tints of #eeabd0
RGB Percentages of Color #eeabd0
CMYK Percentages of Color #eeabd0
Complementary Color
#eeabd0 | #abeec9 |
#eeabd0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeabd0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeabd0 Color CSS Codes
.mybgcolor {background-color:#eeabd0; } .myforecolor {color:#eeabd0; } .mybordercolor {border:3px solid #eeabd0; }
#eeabd0 Text Font Color
<p style="color:#eeabd0">Text here</p>
This sample text font color is #eeabd0
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.
#eeabd0 Background Color
<div style="background-color:#eeabd0">
Div content here</div>
This div background color is #eeabd0
#eeabd0 Border Color
<div style="border:3px solid #eeabd0">
Div here</div>
This div border color is #eeabd0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,171,208, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeabd0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeabd0; -webkit-box-shadow: 1px 1px 3px 2px #eeabd0; box-shadow: 1px 1px 3px 2px #eeabd0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,171,208, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eeabd0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeabd0; -webkit-box-shadow: 1px 1px 3px 2px #eeabd0; box-shadow: 1px 1px 3px 2px #eeabd0;">
Div content here</div>
This div box has shadow with color #eeabd0
Comments
No comments written yet.
Please login to write comment.