Color spaces of #efd091
RGB | 239 | 208 | 145 |
---|---|---|---|
HSL | 0.11 | 0.75 | 0.75 |
HSV | 40° | 39° | 94° |
CMYK | 0.00 | 0.13 | 0.39 0.06 |
XYZ | 63.2633 | 65.5068 | 36.0978 |
Yxy | 65.5068 | 0.3837 | 0.3973 |
Hunter Lab | 80.9363 | -2.1151 | 30.2119 |
CIE-Lab | 84.7442 | 2.3149 | 35.2754 |
#efd091 color RGB value is (239,208,145).
#efd091 hex color red value is 239, green value is 208 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #efd091 hue: 0.11 , saturation: 0.75 and the lightness value of efd091 is 0.75.
The process color (four color CMYK) of #efd091 color hex is 0.00, 0.13, 0.39, 0.06. Web safe color of #efd091 is #ffcc99. Color #efd091 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11010000 | 10010001 |
Octal | 357 | 320 | 221 |
Decimal | 239 | 208 | 145 |
Hex | EF | D0 | 91 |
Shades of #efd091
Tints of #efd091
RGB Percentages of Color #efd091
CMYK Percentages of Color #efd091
Complementary Color
#efd091 | #91b0ef |
#efd091 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efd091 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efd091 Color CSS Codes
.mybgcolor {background-color:#efd091; } .myforecolor {color:#efd091; } .mybordercolor {border:3px solid #efd091; }
#efd091 Text Font Color
<p style="color:#efd091">Text here</p>
This sample text font color is #efd091
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.
#efd091 Background Color
<div style="background-color:#efd091">
Div content here</div>
This div background color is #efd091
#efd091 Border Color
<div style="border:3px solid #efd091">
Div here</div>
This div border color is #efd091
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,208,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efd091; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efd091; -webkit-box-shadow: 1px 1px 3px 2px #efd091; box-shadow: 1px 1px 3px 2px #efd091; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,208,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efd091">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efd091; -webkit-box-shadow: 1px 1px 3px 2px #efd091; box-shadow: 1px 1px 3px 2px #efd091;">
Div content here</div>
This div box has shadow with color #efd091
Comments
No comments written yet.
Please login to write comment.