Color spaces of #efebde
RGB | 239 | 235 | 222 |
---|---|---|---|
HSL | 0.13 | 0.35 | 0.90 |
HSV | 46° | 7° | 94° |
CMYK | 0.00 | 0.02 | 0.07 0.06 |
XYZ | 78.4898 | 83.0413 | 80.9990 |
Yxy | 83.0413 | 0.3236 | 0.3424 |
Hunter Lab | 91.1270 | -5.7261 | 11.0885 |
CIE-Lab | 93.0325 | -0.8719 | 6.7683 |
#efebde color RGB value is (239,235,222).
#efebde hex color red value is 239, green value is 235 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #efebde hue: 0.13 , saturation: 0.35 and the lightness value of efebde is 0.90.
The process color (four color CMYK) of #efebde color hex is 0.00, 0.02, 0.07, 0.06. Web safe color of #efebde is #ffffcc. Color #efebde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11101011 | 11011110 |
Octal | 357 | 353 | 336 |
Decimal | 239 | 235 | 222 |
Hex | EF | EB | DE |
Shades of #efebde
Tints of #efebde
RGB Percentages of Color #efebde
CMYK Percentages of Color #efebde
Complementary Color
#efebde | #dee2ef |
#efebde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efebde Color Preview on White Background
Lorem ipsum dolor sit amet.
#efebde Color CSS Codes
.mybgcolor {background-color:#efebde; } .myforecolor {color:#efebde; } .mybordercolor {border:3px solid #efebde; }
#efebde Text Font Color
<p style="color:#efebde">Text here</p>
This sample text font color is #efebde
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.
#efebde Background Color
<div style="background-color:#efebde">
Div content here</div>
This div background color is #efebde
#efebde Border Color
<div style="border:3px solid #efebde">
Div here</div>
This div border color is #efebde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,235,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efebde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efebde; -webkit-box-shadow: 1px 1px 3px 2px #efebde; box-shadow: 1px 1px 3px 2px #efebde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,235,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efebde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efebde; -webkit-box-shadow: 1px 1px 3px 2px #efebde; box-shadow: 1px 1px 3px 2px #efebde;">
Div content here</div>
This div box has shadow with color #efebde
#efebde Color Palettes
Comments
No comments written yet.
Please login to write comment.