Color spaces of #efcca2
RGB | 239 | 204 | 162 |
---|---|---|---|
HSL | 0.09 | 0.71 | 0.79 |
HSV | 33° | 32° | 94° |
CMYK | 0.00 | 0.15 | 0.32 0.06 |
XYZ | 63.7111 | 64.1451 | 43.2057 |
Yxy | 64.1451 | 0.3724 | 0.3750 |
Hunter Lab | 80.0906 | 1.8359 | 24.0789 |
CIE-Lab | 84.0413 | 6.3725 | 25.5166 |
#efcca2 color RGB value is (239,204,162).
#efcca2 hex color red value is 239, green value is 204 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #efcca2 hue: 0.09 , saturation: 0.71 and the lightness value of efcca2 is 0.79.
The process color (four color CMYK) of #efcca2 color hex is 0.00, 0.15, 0.32, 0.06. Web safe color of #efcca2 is #ffcc99. Color #efcca2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11001100 | 10100010 |
Octal | 357 | 314 | 242 |
Decimal | 239 | 204 | 162 |
Hex | EF | CC | A2 |
Shades of #efcca2
Tints of #efcca2
RGB Percentages of Color #efcca2
CMYK Percentages of Color #efcca2
Complementary Color
#efcca2 | #a2c5ef |
#efcca2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efcca2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efcca2 Color CSS Codes
.mybgcolor {background-color:#efcca2; } .myforecolor {color:#efcca2; } .mybordercolor {border:3px solid #efcca2; }
#efcca2 Text Font Color
<p style="color:#efcca2">Text here</p>
This sample text font color is #efcca2
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.
#efcca2 Background Color
<div style="background-color:#efcca2">
Div content here</div>
This div background color is #efcca2
#efcca2 Border Color
<div style="border:3px solid #efcca2">
Div here</div>
This div border color is #efcca2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,204,162, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efcca2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efcca2; -webkit-box-shadow: 1px 1px 3px 2px #efcca2; box-shadow: 1px 1px 3px 2px #efcca2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,204,162, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efcca2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efcca2; -webkit-box-shadow: 1px 1px 3px 2px #efcca2; box-shadow: 1px 1px 3px 2px #efcca2;">
Div content here</div>
This div box has shadow with color #efcca2
Comments
No comments written yet.
Please login to write comment.