Color spaces of #efbeac
RGB | 239 | 190 | 172 |
---|---|---|---|
HSL | 0.04 | 0.68 | 0.81 |
HSV | 16° | 28° | 94° |
CMYK | 0.00 | 0.21 | 0.28 0.06 |
XYZ | 61.4565 | 58.1562 | 47.0159 |
Yxy | 58.1562 | 0.3688 | 0.3490 |
Hunter Lab | 76.2602 | 10.3940 | 16.8287 |
CIE-Lab | 80.8256 | 15.0094 | 15.7732 |
#efbeac color RGB value is (239,190,172).
#efbeac hex color red value is 239, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #efbeac hue: 0.04 , saturation: 0.68 and the lightness value of efbeac is 0.81.
The process color (four color CMYK) of #efbeac color hex is 0.00, 0.21, 0.28, 0.06. Web safe color of #efbeac is #ffcc99. Color #efbeac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10111110 | 10101100 |
Octal | 357 | 276 | 254 |
Decimal | 239 | 190 | 172 |
Hex | EF | BE | AC |
Shades of #efbeac
Tints of #efbeac
RGB Percentages of Color #efbeac
CMYK Percentages of Color #efbeac
Complementary Color
#efbeac | #acddef |
#efbeac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efbeac Color Preview on White Background
Lorem ipsum dolor sit amet.
#efbeac Color CSS Codes
.mybgcolor {background-color:#efbeac; } .myforecolor {color:#efbeac; } .mybordercolor {border:3px solid #efbeac; }
#efbeac Text Font Color
<p style="color:#efbeac">Text here</p>
This sample text font color is #efbeac
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.
#efbeac Background Color
<div style="background-color:#efbeac">
Div content here</div>
This div background color is #efbeac
#efbeac Border Color
<div style="border:3px solid #efbeac">
Div here</div>
This div border color is #efbeac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,190,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efbeac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efbeac; -webkit-box-shadow: 1px 1px 3px 2px #efbeac; box-shadow: 1px 1px 3px 2px #efbeac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,190,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 #efbeac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efbeac; -webkit-box-shadow: 1px 1px 3px 2px #efbeac; box-shadow: 1px 1px 3px 2px #efbeac;">
Div content here</div>
This div box has shadow with color #efbeac
Comments
No comments written yet.
Please login to write comment.