Color spaces of #efaaac
RGB | 239 | 170 | 172 |
---|---|---|---|
HSL | 1.00 | 0.68 | 0.80 |
HSV | 358° | 29° | 94° |
CMYK | 0.00 | 0.29 | 0.28 0.06 |
XYZ | 57.4177 | 50.0787 | 45.6696 |
Yxy | 50.0787 | 0.3749 | 0.3270 |
Hunter Lab | 70.7663 | 20.9886 | 11.2731 |
CIE-Lab | 76.1175 | 25.6159 | 9.1128 |
#efaaac color RGB value is (239,170,172).
#efaaac hex color red value is 239, green value is 170 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #efaaac hue: 1.00 , saturation: 0.68 and the lightness value of efaaac is 0.80.
The process color (four color CMYK) of #efaaac color hex is 0.00, 0.29, 0.28, 0.06. Web safe color of #efaaac is #ff9999. Color #efaaac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10101010 | 10101100 |
Octal | 357 | 252 | 254 |
Decimal | 239 | 170 | 172 |
Hex | EF | AA | AC |
Shades of #efaaac
Tints of #efaaac
RGB Percentages of Color #efaaac
CMYK Percentages of Color #efaaac
Complementary Color
#efaaac | #aaefed |
#efaaac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efaaac Color Preview on White Background
Lorem ipsum dolor sit amet.
#efaaac Color CSS Codes
.mybgcolor {background-color:#efaaac; } .myforecolor {color:#efaaac; } .mybordercolor {border:3px solid #efaaac; }
#efaaac Text Font Color
<p style="color:#efaaac">Text here</p>
This sample text font color is #efaaac
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.
#efaaac Background Color
<div style="background-color:#efaaac">
Div content here</div>
This div background color is #efaaac
#efaaac Border Color
<div style="border:3px solid #efaaac">
Div here</div>
This div border color is #efaaac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,170,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efaaac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efaaac; -webkit-box-shadow: 1px 1px 3px 2px #efaaac; box-shadow: 1px 1px 3px 2px #efaaac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,170,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efaaac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efaaac; -webkit-box-shadow: 1px 1px 3px 2px #efaaac; box-shadow: 1px 1px 3px 2px #efaaac;">
Div content here</div>
This div box has shadow with color #efaaac
Comments
No comments written yet.
Please login to write comment.