Color spaces of #efefc9
RGB | 239 | 239 | 201 |
---|---|---|---|
HSL | 0.17 | 0.54 | 0.86 |
HSV | 60° | 16° | 94° |
CMYK | 0.00 | 0.00 | 0.16 0.06 |
XYZ | 77.0057 | 84.3008 | 67.4714 |
Yxy | 84.3008 | 0.3366 | 0.3685 |
Hunter Lab | 91.8155 | -10.9690 | 20.7011 |
CIE-Lab | 93.5810 | -6.2114 | 18.4227 |
#efefc9 color RGB value is (239,239,201).
#efefc9 hex color red value is 239, green value is 239 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #efefc9 hue: 0.17 , saturation: 0.54 and the lightness value of efefc9 is 0.86.
The process color (four color CMYK) of #efefc9 color hex is 0.00, 0.00, 0.16, 0.06. Web safe color of #efefc9 is #ffffcc. Color #efefc9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11101111 | 11001001 |
Octal | 357 | 357 | 311 |
Decimal | 239 | 239 | 201 |
Hex | EF | EF | C9 |
Shades of #efefc9
Tints of #efefc9
RGB Percentages of Color #efefc9
CMYK Percentages of Color #efefc9
Complementary Color
#efefc9 | #c9c9ef |
#efefc9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efefc9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efefc9 Color CSS Codes
.mybgcolor {background-color:#efefc9; } .myforecolor {color:#efefc9; } .mybordercolor {border:3px solid #efefc9; }
#efefc9 Text Font Color
<p style="color:#efefc9">Text here</p>
This sample text font color is #efefc9
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.
#efefc9 Background Color
<div style="background-color:#efefc9">
Div content here</div>
This div background color is #efefc9
#efefc9 Border Color
<div style="border:3px solid #efefc9">
Div here</div>
This div border color is #efefc9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,239,201, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efefc9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efefc9; -webkit-box-shadow: 1px 1px 3px 2px #efefc9; box-shadow: 1px 1px 3px 2px #efefc9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,239,201, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efefc9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efefc9; -webkit-box-shadow: 1px 1px 3px 2px #efefc9; box-shadow: 1px 1px 3px 2px #efefc9;">
Div content here</div>
This div box has shadow with color #efefc9
Comments
No comments written yet.
Please login to write comment.