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