Color spaces of #efd593
RGB | 239 | 213 | 147 |
---|---|---|---|
HSL | 0.12 | 0.74 | 0.76 |
HSV | 43° | 38° | 94° |
CMYK | 0.00 | 0.11 | 0.38 0.06 |
XYZ | 64.6573 | 68.0458 | 37.3301 |
Yxy | 68.0458 | 0.3803 | 0.4002 |
Hunter Lab | 82.4899 | -4.4452 | 30.9117 |
CIE-Lab | 86.0293 | -0.0412 | 35.9336 |
#efd593 color RGB value is (239,213,147).
#efd593 hex color red value is 239, green value is 213 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #efd593 hue: 0.12 , saturation: 0.74 and the lightness value of efd593 is 0.76.
The process color (four color CMYK) of #efd593 color hex is 0.00, 0.11, 0.38, 0.06. Web safe color of #efd593 is #ffcc99. Color #efd593 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11010101 | 10010011 |
Octal | 357 | 325 | 223 |
Decimal | 239 | 213 | 147 |
Hex | EF | D5 | 93 |
Shades of #efd593
Tints of #efd593
RGB Percentages of Color #efd593
CMYK Percentages of Color #efd593
Complementary Color
#efd593 | #93adef |
#efd593 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efd593 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efd593 Color CSS Codes
.mybgcolor {background-color:#efd593; } .myforecolor {color:#efd593; } .mybordercolor {border:3px solid #efd593; }
#efd593 Text Font Color
<p style="color:#efd593">Text here</p>
This sample text font color is #efd593
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.
#efd593 Background Color
<div style="background-color:#efd593">
Div content here</div>
This div background color is #efd593
#efd593 Border Color
<div style="border:3px solid #efd593">
Div here</div>
This div border color is #efd593
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,213,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efd593; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efd593; -webkit-box-shadow: 1px 1px 3px 2px #efd593; box-shadow: 1px 1px 3px 2px #efd593; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,213,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efd593">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efd593; -webkit-box-shadow: 1px 1px 3px 2px #efd593; box-shadow: 1px 1px 3px 2px #efd593;">
Div content here</div>
This div box has shadow with color #efd593
Comments
No comments written yet.
Please login to write comment.