Color spaces of #efecc2
RGB | 239 | 236 | 194 |
---|---|---|---|
HSL | 0.16 | 0.58 | 0.85 |
HSV | 56° | 19° | 94° |
CMYK | 0.00 | 0.01 | 0.19 0.06 |
XYZ | 75.3297 | 82.2367 | 62.9419 |
Yxy | 82.2367 | 0.3416 | 0.3729 |
Hunter Lab | 90.6845 | -10.4215 | 22.3274 |
CIE-Lab | 92.6792 | -5.7310 | 20.7723 |
#efecc2 color RGB value is (239,236,194).
#efecc2 hex color red value is 239, green value is 236 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #efecc2 hue: 0.16 , saturation: 0.58 and the lightness value of efecc2 is 0.85.
The process color (four color CMYK) of #efecc2 color hex is 0.00, 0.01, 0.19, 0.06. Web safe color of #efecc2 is #ffffcc. Color #efecc2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11101100 | 11000010 |
Octal | 357 | 354 | 302 |
Decimal | 239 | 236 | 194 |
Hex | EF | EC | C2 |
Shades of #efecc2
Tints of #efecc2
RGB Percentages of Color #efecc2
CMYK Percentages of Color #efecc2
Complementary Color
#efecc2 | #c2c5ef |
#efecc2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efecc2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efecc2 Color CSS Codes
.mybgcolor {background-color:#efecc2; } .myforecolor {color:#efecc2; } .mybordercolor {border:3px solid #efecc2; }
#efecc2 Text Font Color
<p style="color:#efecc2">Text here</p>
This sample text font color is #efecc2
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.
#efecc2 Background Color
<div style="background-color:#efecc2">
Div content here</div>
This div background color is #efecc2
#efecc2 Border Color
<div style="border:3px solid #efecc2">
Div here</div>
This div border color is #efecc2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,236,194, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efecc2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efecc2; -webkit-box-shadow: 1px 1px 3px 2px #efecc2; box-shadow: 1px 1px 3px 2px #efecc2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,236,194, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efecc2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efecc2; -webkit-box-shadow: 1px 1px 3px 2px #efecc2; box-shadow: 1px 1px 3px 2px #efecc2;">
Div content here</div>
This div box has shadow with color #efecc2
Comments
No comments written yet.
Please login to write comment.