Color spaces of #efa394
RGB | 239 | 163 | 148 |
---|---|---|---|
HSL | 0.03 | 0.74 | 0.76 |
HSV | 10° | 38° | 94° |
CMYK | 0.00 | 0.32 | 0.38 0.06 |
XYZ | 54.0391 | 46.6832 | 34.1796 |
Yxy | 46.6832 | 0.4006 | 0.3461 |
Hunter Lab | 68.3251 | 21.6087 | 18.1678 |
CIE-Lab | 73.9867 | 26.3421 | 19.2246 |
#efa394 color RGB value is (239,163,148).
#efa394 hex color red value is 239, green value is 163 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #efa394 hue: 0.03 , saturation: 0.74 and the lightness value of efa394 is 0.76.
The process color (four color CMYK) of #efa394 color hex is 0.00, 0.32, 0.38, 0.06. Web safe color of #efa394 is #ff9999. Color #efa394 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10100011 | 10010100 |
Octal | 357 | 243 | 224 |
Decimal | 239 | 163 | 148 |
Hex | EF | A3 | 94 |
Shades of #efa394
Tints of #efa394
RGB Percentages of Color #efa394
CMYK Percentages of Color #efa394
Complementary Color
#efa394 | #94e0ef |
#efa394 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efa394 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efa394 Color CSS Codes
.mybgcolor {background-color:#efa394; } .myforecolor {color:#efa394; } .mybordercolor {border:3px solid #efa394; }
#efa394 Text Font Color
<p style="color:#efa394">Text here</p>
This sample text font color is #efa394
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.
#efa394 Background Color
<div style="background-color:#efa394">
Div content here</div>
This div background color is #efa394
#efa394 Border Color
<div style="border:3px solid #efa394">
Div here</div>
This div border color is #efa394
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,163,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efa394; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efa394; -webkit-box-shadow: 1px 1px 3px 2px #efa394; box-shadow: 1px 1px 3px 2px #efa394; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,163,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efa394">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efa394; -webkit-box-shadow: 1px 1px 3px 2px #efa394; box-shadow: 1px 1px 3px 2px #efa394;">
Div content here</div>
This div box has shadow with color #efa394
Comments
No comments written yet.
Please login to write comment.