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