Color spaces of #efac9a
RGB | 239 | 172 | 154 |
---|---|---|---|
HSL | 0.04 | 0.73 | 0.77 |
HSV | 13° | 36° | 94° |
CMYK | 0.00 | 0.28 | 0.36 0.06 |
XYZ | 56.1819 | 50.1889 | 37.2982 |
Yxy | 50.1889 | 0.3911 | 0.3493 |
Hunter Lab | 70.8441 | 17.5796 | 18.3757 |
CIE-Lab | 76.1851 | 22.2704 | 19.0006 |
#efac9a color RGB value is (239,172,154).
#efac9a hex color red value is 239, green value is 172 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #efac9a hue: 0.04 , saturation: 0.73 and the lightness value of efac9a is 0.77.
The process color (four color CMYK) of #efac9a color hex is 0.00, 0.28, 0.36, 0.06. Web safe color of #efac9a is #ff9999. Color #efac9a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10101100 | 10011010 |
Octal | 357 | 254 | 232 |
Decimal | 239 | 172 | 154 |
Hex | EF | AC | 9A |
Shades of #efac9a
Tints of #efac9a
RGB Percentages of Color #efac9a
CMYK Percentages of Color #efac9a
Complementary Color
#efac9a | #9addef |
#efac9a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efac9a Color Preview on White Background
Lorem ipsum dolor sit amet.
#efac9a Color CSS Codes
.mybgcolor {background-color:#efac9a; } .myforecolor {color:#efac9a; } .mybordercolor {border:3px solid #efac9a; }
#efac9a Text Font Color
<p style="color:#efac9a">Text here</p>
This sample text font color is #efac9a
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.
#efac9a Background Color
<div style="background-color:#efac9a">
Div content here</div>
This div background color is #efac9a
#efac9a Border Color
<div style="border:3px solid #efac9a">
Div here</div>
This div border color is #efac9a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,172,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efac9a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efac9a; -webkit-box-shadow: 1px 1px 3px 2px #efac9a; box-shadow: 1px 1px 3px 2px #efac9a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,172,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efac9a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efac9a; -webkit-box-shadow: 1px 1px 3px 2px #efac9a; box-shadow: 1px 1px 3px 2px #efac9a;">
Div content here</div>
This div box has shadow with color #efac9a
Comments
No comments written yet.
Please login to write comment.