Color spaces of #eaedab
RGB | 234 | 237 | 171 |
---|---|---|---|
HSL | 0.17 | 0.65 | 0.80 |
HSV | 63° | 28° | 93° |
CMYK | 0.01 | 0.00 | 0.28 0.07 |
XYZ | 71.5666 | 81.0011 | 50.3909 |
Yxy | 81.0011 | 0.3526 | 0.3991 |
Hunter Lab | 90.0006 | -15.5616 | 29.8042 |
CIE-Lab | 92.1322 | -11.2100 | 31.7335 |
#eaedab color RGB value is (234,237,171).
#eaedab hex color red value is 234, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eaedab hue: 0.17 , saturation: 0.65 and the lightness value of eaedab is 0.80.
The process color (four color CMYK) of #eaedab color hex is 0.01, 0.00, 0.28, 0.07. Web safe color of #eaedab is #ffff99. Color #eaedab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11101101 | 10101011 |
Octal | 352 | 355 | 253 |
Decimal | 234 | 237 | 171 |
Hex | EA | ED | AB |
Shades of #eaedab
Tints of #eaedab
RGB Percentages of Color #eaedab
CMYK Percentages of Color #eaedab
Complementary Color
#eaedab | #aeabed |
#eaedab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaedab Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaedab Color CSS Codes
.mybgcolor {background-color:#eaedab; } .myforecolor {color:#eaedab; } .mybordercolor {border:3px solid #eaedab; }
#eaedab Text Font Color
<p style="color:#eaedab">Text here</p>
This sample text font color is #eaedab
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.
#eaedab Background Color
<div style="background-color:#eaedab">
Div content here</div>
This div background color is #eaedab
#eaedab Border Color
<div style="border:3px solid #eaedab">
Div here</div>
This div border color is #eaedab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,237,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaedab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaedab; -webkit-box-shadow: 1px 1px 3px 2px #eaedab; box-shadow: 1px 1px 3px 2px #eaedab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,237,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaedab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaedab; -webkit-box-shadow: 1px 1px 3px 2px #eaedab; box-shadow: 1px 1px 3px 2px #eaedab;">
Div content here</div>
This div box has shadow with color #eaedab
Comments
No comments written yet.
Please login to write comment.