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