Color spaces of #efd8bb
RGB | 239 | 216 | 187 |
---|---|---|---|
HSL | 0.09 | 0.62 | 0.84 |
HSV | 33° | 22° | 94° |
CMYK | 0.00 | 0.10 | 0.22 0.06 |
XYZ | 69.1221 | 71.0503 | 57.0847 |
Yxy | 71.0503 | 0.3504 | 0.3602 |
Hunter Lab | 84.2913 | -1.1331 | 18.8509 |
CIE-Lab | 87.5094 | 3.4764 | 17.1959 |
#efd8bb color RGB value is (239,216,187).
#efd8bb hex color red value is 239, green value is 216 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #efd8bb hue: 0.09 , saturation: 0.62 and the lightness value of efd8bb is 0.84.
The process color (four color CMYK) of #efd8bb color hex is 0.00, 0.10, 0.22, 0.06. Web safe color of #efd8bb is #ffcccc. Color #efd8bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11011000 | 10111011 |
Octal | 357 | 330 | 273 |
Decimal | 239 | 216 | 187 |
Hex | EF | D8 | BB |
Shades of #efd8bb
Tints of #efd8bb
RGB Percentages of Color #efd8bb
CMYK Percentages of Color #efd8bb
Complementary Color
#efd8bb | #bbd2ef |
#efd8bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efd8bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#efd8bb Color CSS Codes
.mybgcolor {background-color:#efd8bb; } .myforecolor {color:#efd8bb; } .mybordercolor {border:3px solid #efd8bb; }
#efd8bb Text Font Color
<p style="color:#efd8bb">Text here</p>
This sample text font color is #efd8bb
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.
#efd8bb Background Color
<div style="background-color:#efd8bb">
Div content here</div>
This div background color is #efd8bb
#efd8bb Border Color
<div style="border:3px solid #efd8bb">
Div here</div>
This div border color is #efd8bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,216,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efd8bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efd8bb; -webkit-box-shadow: 1px 1px 3px 2px #efd8bb; box-shadow: 1px 1px 3px 2px #efd8bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,216,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efd8bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efd8bb; -webkit-box-shadow: 1px 1px 3px 2px #efd8bb; box-shadow: 1px 1px 3px 2px #efd8bb;">
Div content here</div>
This div box has shadow with color #efd8bb
Comments
No comments written yet.
Please login to write comment.