Color spaces of #eaccae
RGB | 234 | 204 | 174 |
---|---|---|---|
HSL | 0.08 | 0.59 | 0.80 |
HSV | 30° | 26° | 92° |
CMYK | 0.00 | 0.13 | 0.26 0.08 |
XYZ | 63.1645 | 63.7341 | 49.0172 |
Yxy | 63.7341 | 0.3591 | 0.3623 |
Hunter Lab | 79.8336 | 1.5206 | 19.4800 |
CIE-Lab | 83.8271 | 6.0404 | 18.8332 |
#eaccae color RGB value is (234,204,174).
#eaccae hex color red value is 234, green value is 204 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #eaccae hue: 0.08 , saturation: 0.59 and the lightness value of eaccae is 0.80.
The process color (four color CMYK) of #eaccae color hex is 0.00, 0.13, 0.26, 0.08. Web safe color of #eaccae is #ffcc99. Color #eaccae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11001100 | 10101110 |
Octal | 352 | 314 | 256 |
Decimal | 234 | 204 | 174 |
Hex | EA | CC | AE |
Shades of #eaccae
Tints of #eaccae
RGB Percentages of Color #eaccae
CMYK Percentages of Color #eaccae
Complementary Color
#eaccae | #aeccea |
#eaccae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaccae Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaccae Color CSS Codes
.mybgcolor {background-color:#eaccae; } .myforecolor {color:#eaccae; } .mybordercolor {border:3px solid #eaccae; }
#eaccae Text Font Color
<p style="color:#eaccae">Text here</p>
This sample text font color is #eaccae
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.
#eaccae Background Color
<div style="background-color:#eaccae">
Div content here</div>
This div background color is #eaccae
#eaccae Border Color
<div style="border:3px solid #eaccae">
Div here</div>
This div border color is #eaccae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,204,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaccae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaccae; -webkit-box-shadow: 1px 1px 3px 2px #eaccae; box-shadow: 1px 1px 3px 2px #eaccae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,204,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaccae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaccae; -webkit-box-shadow: 1px 1px 3px 2px #eaccae; box-shadow: 1px 1px 3px 2px #eaccae;">
Div content here</div>
This div box has shadow with color #eaccae
Comments
No comments written yet.
Please login to write comment.