Color spaces of #efe3ae
RGB | 239 | 227 | 174 |
---|---|---|---|
HSL | 0.14 | 0.67 | 0.81 |
HSV | 49° | 27° | 94° |
CMYK | 0.00 | 0.05 | 0.27 0.06 |
XYZ | 70.7057 | 76.3449 | 51.0538 |
Yxy | 76.3449 | 0.3569 | 0.3854 |
Hunter Lab | 87.3756 | -8.4622 | 26.5196 |
CIE-Lab | 90.0192 | -3.9338 | 27.4150 |
#efe3ae color RGB value is (239,227,174).
#efe3ae hex color red value is 239, green value is 227 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #efe3ae hue: 0.14 , saturation: 0.67 and the lightness value of efe3ae is 0.81.
The process color (four color CMYK) of #efe3ae color hex is 0.00, 0.05, 0.27, 0.06. Web safe color of #efe3ae is #ffcc99. Color #efe3ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11100011 | 10101110 |
Octal | 357 | 343 | 256 |
Decimal | 239 | 227 | 174 |
Hex | EF | E3 | AE |
Shades of #efe3ae
Tints of #efe3ae
RGB Percentages of Color #efe3ae
CMYK Percentages of Color #efe3ae
Complementary Color
#efe3ae | #aebaef |
#efe3ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efe3ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#efe3ae Color CSS Codes
.mybgcolor {background-color:#efe3ae; } .myforecolor {color:#efe3ae; } .mybordercolor {border:3px solid #efe3ae; }
#efe3ae Text Font Color
<p style="color:#efe3ae">Text here</p>
This sample text font color is #efe3ae
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.
#efe3ae Background Color
<div style="background-color:#efe3ae">
Div content here</div>
This div background color is #efe3ae
#efe3ae Border Color
<div style="border:3px solid #efe3ae">
Div here</div>
This div border color is #efe3ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,227,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efe3ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efe3ae; -webkit-box-shadow: 1px 1px 3px 2px #efe3ae; box-shadow: 1px 1px 3px 2px #efe3ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,227,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efe3ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efe3ae; -webkit-box-shadow: 1px 1px 3px 2px #efe3ae; box-shadow: 1px 1px 3px 2px #efe3ae;">
Div content here</div>
This div box has shadow with color #efe3ae
Comments
No comments written yet.
Please login to write comment.