Color spaces of #efdb69
RGB | 239 | 219 | 105 |
---|---|---|---|
HSL | 0.14 | 0.81 | 0.67 |
HSV | 51° | 56° | 94° |
CMYK | 0.00 | 0.08 | 0.56 0.06 |
XYZ | 63.4779 | 70.0337 | 23.5368 |
Yxy | 70.0337 | 0.4042 | 0.4459 |
Hunter Lab | 83.6861 | -11.0543 | 41.9049 |
CIE-Lab | 87.0134 | -6.9730 | 57.5786 |
#efdb69 color RGB value is (239,219,105).
#efdb69 hex color red value is 239, green value is 219 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #efdb69 hue: 0.14 , saturation: 0.81 and the lightness value of efdb69 is 0.67.
The process color (four color CMYK) of #efdb69 color hex is 0.00, 0.08, 0.56, 0.06. Web safe color of #efdb69 is #ffcc66. Color #efdb69 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11011011 | 01101001 |
Octal | 357 | 333 | 151 |
Decimal | 239 | 219 | 105 |
Hex | EF | DB | 69 |
Shades of #efdb69
Tints of #efdb69
RGB Percentages of Color #efdb69
CMYK Percentages of Color #efdb69
Complementary Color
#efdb69 | #697def |
#efdb69 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efdb69 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efdb69 Color CSS Codes
.mybgcolor {background-color:#efdb69; } .myforecolor {color:#efdb69; } .mybordercolor {border:3px solid #efdb69; }
#efdb69 Text Font Color
<p style="color:#efdb69">Text here</p>
This sample text font color is #efdb69
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.
#efdb69 Background Color
<div style="background-color:#efdb69">
Div content here</div>
This div background color is #efdb69
#efdb69 Border Color
<div style="border:3px solid #efdb69">
Div here</div>
This div border color is #efdb69
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,219,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efdb69; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efdb69; -webkit-box-shadow: 1px 1px 3px 2px #efdb69; box-shadow: 1px 1px 3px 2px #efdb69; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,219,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efdb69">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efdb69; -webkit-box-shadow: 1px 1px 3px 2px #efdb69; box-shadow: 1px 1px 3px 2px #efdb69;">
Div content here</div>
This div box has shadow with color #efdb69
Comments
No comments written yet.
Please login to write comment.