Color spaces of #efeadb
RGB | 239 | 234 | 219 |
---|---|---|---|
HSL | 0.13 | 0.38 | 0.90 |
HSV | 45° | 8° | 94° |
CMYK | 0.00 | 0.02 | 0.08 0.06 |
XYZ | 77.8056 | 82.3108 | 78.8046 |
Yxy | 82.3108 | 0.3257 | 0.3445 |
Hunter Lab | 90.7253 | -5.6885 | 12.0080 |
CIE-Lab | 92.7119 | -0.8568 | 7.8670 |
#efeadb color RGB value is (239,234,219).
#efeadb hex color red value is 239, green value is 234 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #efeadb hue: 0.13 , saturation: 0.38 and the lightness value of efeadb is 0.90.
The process color (four color CMYK) of #efeadb color hex is 0.00, 0.02, 0.08, 0.06. Web safe color of #efeadb is #ffffcc. Color #efeadb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11101010 | 11011011 |
Octal | 357 | 352 | 333 |
Decimal | 239 | 234 | 219 |
Hex | EF | EA | DB |
Shades of #efeadb
Tints of #efeadb
RGB Percentages of Color #efeadb
CMYK Percentages of Color #efeadb
Complementary Color
#efeadb | #dbe0ef |
#efeadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efeadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#efeadb Color CSS Codes
.mybgcolor {background-color:#efeadb; } .myforecolor {color:#efeadb; } .mybordercolor {border:3px solid #efeadb; }
#efeadb Text Font Color
<p style="color:#efeadb">Text here</p>
This sample text font color is #efeadb
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.
#efeadb Background Color
<div style="background-color:#efeadb">
Div content here</div>
This div background color is #efeadb
#efeadb Border Color
<div style="border:3px solid #efeadb">
Div here</div>
This div border color is #efeadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,234,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efeadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efeadb; -webkit-box-shadow: 1px 1px 3px 2px #efeadb; box-shadow: 1px 1px 3px 2px #efeadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,234,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efeadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efeadb; -webkit-box-shadow: 1px 1px 3px 2px #efeadb; box-shadow: 1px 1px 3px 2px #efeadb;">
Div content here</div>
This div box has shadow with color #efeadb
Comments
No comments written yet.
Please login to write comment.