Color spaces of #eeabb0
RGB | 238 | 171 | 176 |
---|---|---|---|
HSL | 0.99 | 0.66 | 0.80 |
HSV | 356° | 28° | 93° |
CMYK | 0.00 | 0.28 | 0.26 0.07 |
XYZ | 57.6593 | 50.4376 | 47.7707 |
Yxy | 50.4376 | 0.3699 | 0.3236 |
Hunter Lab | 71.0194 | 20.6367 | 9.8326 |
CIE-Lab | 76.3371 | 25.2616 | 7.2298 |
#eeabb0 color RGB value is (238,171,176).
#eeabb0 hex color red value is 238, green value is 171 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #eeabb0 hue: 0.99 , saturation: 0.66 and the lightness value of eeabb0 is 0.80.
The process color (four color CMYK) of #eeabb0 color hex is 0.00, 0.28, 0.26, 0.07. Web safe color of #eeabb0 is #ff9999. Color #eeabb0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10101011 | 10110000 |
Octal | 356 | 253 | 260 |
Decimal | 238 | 171 | 176 |
Hex | EE | AB | B0 |
Shades of #eeabb0
Tints of #eeabb0
RGB Percentages of Color #eeabb0
CMYK Percentages of Color #eeabb0
Complementary Color
#eeabb0 | #abeee9 |
#eeabb0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeabb0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeabb0 Color CSS Codes
.mybgcolor {background-color:#eeabb0; } .myforecolor {color:#eeabb0; } .mybordercolor {border:3px solid #eeabb0; }
#eeabb0 Text Font Color
<p style="color:#eeabb0">Text here</p>
This sample text font color is #eeabb0
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.
#eeabb0 Background Color
<div style="background-color:#eeabb0">
Div content here</div>
This div background color is #eeabb0
#eeabb0 Border Color
<div style="border:3px solid #eeabb0">
Div here</div>
This div border color is #eeabb0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,171,176, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeabb0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeabb0; -webkit-box-shadow: 1px 1px 3px 2px #eeabb0; box-shadow: 1px 1px 3px 2px #eeabb0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,171,176, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eeabb0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeabb0; -webkit-box-shadow: 1px 1px 3px 2px #eeabb0; box-shadow: 1px 1px 3px 2px #eeabb0;">
Div content here</div>
This div box has shadow with color #eeabb0
Comments
No comments written yet.
Please login to write comment.