Color spaces of #efdcb3
RGB | 239 | 220 | 179 |
---|---|---|---|
HSL | 0.11 | 0.65 | 0.82 |
HSV | 41° | 25° | 94° |
CMYK | 0.00 | 0.08 | 0.25 0.06 |
XYZ | 69.3265 | 72.7918 | 53.0441 |
Yxy | 72.7918 | 0.3552 | 0.3730 |
Hunter Lab | 85.3181 | -4.2639 | 22.8608 |
CIE-Lab | 88.3483 | 0.3033 | 22.5408 |
#efdcb3 color RGB value is (239,220,179).
#efdcb3 hex color red value is 239, green value is 220 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #efdcb3 hue: 0.11 , saturation: 0.65 and the lightness value of efdcb3 is 0.82.
The process color (four color CMYK) of #efdcb3 color hex is 0.00, 0.08, 0.25, 0.06. Web safe color of #efdcb3 is #ffcccc. Color #efdcb3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11011100 | 10110011 |
Octal | 357 | 334 | 263 |
Decimal | 239 | 220 | 179 |
Hex | EF | DC | B3 |
Shades of #efdcb3
Tints of #efdcb3
RGB Percentages of Color #efdcb3
CMYK Percentages of Color #efdcb3
Complementary Color
#efdcb3 | #b3c6ef |
#efdcb3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efdcb3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efdcb3 Color CSS Codes
.mybgcolor {background-color:#efdcb3; } .myforecolor {color:#efdcb3; } .mybordercolor {border:3px solid #efdcb3; }
#efdcb3 Text Font Color
<p style="color:#efdcb3">Text here</p>
This sample text font color is #efdcb3
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.
#efdcb3 Background Color
<div style="background-color:#efdcb3">
Div content here</div>
This div background color is #efdcb3
#efdcb3 Border Color
<div style="border:3px solid #efdcb3">
Div here</div>
This div border color is #efdcb3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,220,179, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efdcb3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efdcb3; -webkit-box-shadow: 1px 1px 3px 2px #efdcb3; box-shadow: 1px 1px 3px 2px #efdcb3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,220,179, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efdcb3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efdcb3; -webkit-box-shadow: 1px 1px 3px 2px #efdcb3; box-shadow: 1px 1px 3px 2px #efdcb3;">
Div content here</div>
This div box has shadow with color #efdcb3
Comments
No comments written yet.
Please login to write comment.