Color spaces of #efecea
RGB | 239 | 236 | 234 |
---|---|---|---|
HSL | 0.07 | 0.14 | 0.93 |
HSV | 24° | 2° | 94° |
CMYK | 0.00 | 0.01 | 0.02 0.06 |
XYZ | 80.4433 | 84.2821 | 89.8702 |
Yxy | 84.2821 | 0.3160 | 0.3310 |
Hunter Lab | 91.8053 | -4.2507 | 6.2234 |
CIE-Lab | 93.5729 | 0.6588 | 1.3120 |
#efecea color RGB value is (239,236,234).
#efecea hex color red value is 239, green value is 236 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #efecea hue: 0.07 , saturation: 0.14 and the lightness value of efecea is 0.93.
The process color (four color CMYK) of #efecea color hex is 0.00, 0.01, 0.02, 0.06. Web safe color of #efecea is #ffffff. Color #efecea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11101100 | 11101010 |
Octal | 357 | 354 | 352 |
Decimal | 239 | 236 | 234 |
Hex | EF | EC | EA |
Shades of #efecea
Tints of #efecea
RGB Percentages of Color #efecea
CMYK Percentages of Color #efecea
Complementary Color
#efecea | #eaedef |
#efecea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efecea Color Preview on White Background
Lorem ipsum dolor sit amet.
#efecea Color CSS Codes
.mybgcolor {background-color:#efecea; } .myforecolor {color:#efecea; } .mybordercolor {border:3px solid #efecea; }
#efecea Text Font Color
<p style="color:#efecea">Text here</p>
This sample text font color is #efecea
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.
#efecea Background Color
<div style="background-color:#efecea">
Div content here</div>
This div background color is #efecea
#efecea Border Color
<div style="border:3px solid #efecea">
Div here</div>
This div border color is #efecea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,236,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efecea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efecea; -webkit-box-shadow: 1px 1px 3px 2px #efecea; box-shadow: 1px 1px 3px 2px #efecea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,236,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efecea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efecea; -webkit-box-shadow: 1px 1px 3px 2px #efecea; box-shadow: 1px 1px 3px 2px #efecea;">
Div content here</div>
This div box has shadow with color #efecea
#efecea Color Palettes
Comments
No comments written yet.
Please login to write comment.