Color spaces of #efbbab
RGB | 239 | 187 | 171 |
---|---|---|---|
HSL | 0.04 | 0.68 | 0.80 |
HSV | 14° | 28° | 94° |
CMYK | 0.00 | 0.22 | 0.28 0.06 |
XYZ | 60.7176 | 56.8316 | 46.2975 |
Yxy | 56.8316 | 0.3706 | 0.3469 |
Hunter Lab | 75.3867 | 11.8398 | 16.3588 |
CIE-Lab | 80.0848 | 16.4626 | 15.2699 |
#efbbab color RGB value is (239,187,171).
#efbbab hex color red value is 239, green value is 187 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #efbbab hue: 0.04 , saturation: 0.68 and the lightness value of efbbab is 0.80.
The process color (four color CMYK) of #efbbab color hex is 0.00, 0.22, 0.28, 0.06. Web safe color of #efbbab is #ffcc99. Color #efbbab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10111011 | 10101011 |
Octal | 357 | 273 | 253 |
Decimal | 239 | 187 | 171 |
Hex | EF | BB | AB |
Shades of #efbbab
Tints of #efbbab
RGB Percentages of Color #efbbab
CMYK Percentages of Color #efbbab
Complementary Color
#efbbab | #abdfef |
#efbbab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efbbab Color Preview on White Background
Lorem ipsum dolor sit amet.
#efbbab Color CSS Codes
.mybgcolor {background-color:#efbbab; } .myforecolor {color:#efbbab; } .mybordercolor {border:3px solid #efbbab; }
#efbbab Text Font Color
<p style="color:#efbbab">Text here</p>
This sample text font color is #efbbab
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.
#efbbab Background Color
<div style="background-color:#efbbab">
Div content here</div>
This div background color is #efbbab
#efbbab Border Color
<div style="border:3px solid #efbbab">
Div here</div>
This div border color is #efbbab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,187,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efbbab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efbbab; -webkit-box-shadow: 1px 1px 3px 2px #efbbab; box-shadow: 1px 1px 3px 2px #efbbab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,187,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efbbab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efbbab; -webkit-box-shadow: 1px 1px 3px 2px #efbbab; box-shadow: 1px 1px 3px 2px #efbbab;">
Div content here</div>
This div box has shadow with color #efbbab
Comments
No comments written yet.
Please login to write comment.