Color spaces of #efeece
RGB | 239 | 238 | 206 |
---|---|---|---|
HSL | 0.16 | 0.51 | 0.87 |
HSV | 58° | 14° | 94° |
CMYK | 0.00 | 0.00 | 0.14 0.06 |
XYZ | 77.3117 | 83.9560 | 70.5229 |
Yxy | 83.9560 | 0.3335 | 0.3622 |
Hunter Lab | 91.6275 | -9.7368 | 18.5055 |
CIE-Lab | 93.4314 | -4.9500 | 15.6321 |
#efeece color RGB value is (239,238,206).
#efeece hex color red value is 239, green value is 238 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #efeece hue: 0.16 , saturation: 0.51 and the lightness value of efeece is 0.87.
The process color (four color CMYK) of #efeece color hex is 0.00, 0.00, 0.14, 0.06. Web safe color of #efeece is #ffffcc. Color #efeece contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11101110 | 11001110 |
Octal | 357 | 356 | 316 |
Decimal | 239 | 238 | 206 |
Hex | EF | EE | CE |
Shades of #efeece
Tints of #efeece
RGB Percentages of Color #efeece
CMYK Percentages of Color #efeece
Complementary Color
#efeece | #cecfef |
#efeece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efeece Color Preview on White Background
Lorem ipsum dolor sit amet.
#efeece Color CSS Codes
.mybgcolor {background-color:#efeece; } .myforecolor {color:#efeece; } .mybordercolor {border:3px solid #efeece; }
#efeece Text Font Color
<p style="color:#efeece">Text here</p>
This sample text font color is #efeece
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.
#efeece Background Color
<div style="background-color:#efeece">
Div content here</div>
This div background color is #efeece
#efeece Border Color
<div style="border:3px solid #efeece">
Div here</div>
This div border color is #efeece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,238,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efeece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efeece; -webkit-box-shadow: 1px 1px 3px 2px #efeece; box-shadow: 1px 1px 3px 2px #efeece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,238,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efeece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efeece; -webkit-box-shadow: 1px 1px 3px 2px #efeece; box-shadow: 1px 1px 3px 2px #efeece;">
Div content here</div>
This div box has shadow with color #efeece
#efeece Color Palettes
Comments
No comments written yet.
Please login to write comment.