Color spaces of #eadfbd
RGB | 234 | 223 | 189 |
---|---|---|---|
HSL | 0.13 | 0.52 | 0.83 |
HSV | 45° | 19° | 92° |
CMYK | 0.00 | 0.05 | 0.19 0.08 |
XYZ | 69.5047 | 73.9419 | 58.7530 |
Yxy | 73.9419 | 0.3437 | 0.3657 |
Hunter Lab | 85.9895 | -6.2013 | 19.6823 |
CIE-Lab | 88.8950 | -1.6678 | 18.0289 |
#eadfbd color RGB value is (234,223,189).
#eadfbd hex color red value is 234, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eadfbd hue: 0.13 , saturation: 0.52 and the lightness value of eadfbd is 0.83.
The process color (four color CMYK) of #eadfbd color hex is 0.00, 0.05, 0.19, 0.08. Web safe color of #eadfbd is #ffcccc. Color #eadfbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11011111 | 10111101 |
Octal | 352 | 337 | 275 |
Decimal | 234 | 223 | 189 |
Hex | EA | DF | BD |
Shades of #eadfbd
Tints of #eadfbd
RGB Percentages of Color #eadfbd
CMYK Percentages of Color #eadfbd
Complementary Color
#eadfbd | #bdc8ea |
#eadfbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eadfbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#eadfbd Color CSS Codes
.mybgcolor {background-color:#eadfbd; } .myforecolor {color:#eadfbd; } .mybordercolor {border:3px solid #eadfbd; }
#eadfbd Text Font Color
<p style="color:#eadfbd">Text here</p>
This sample text font color is #eadfbd
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.
#eadfbd Background Color
<div style="background-color:#eadfbd">
Div content here</div>
This div background color is #eadfbd
#eadfbd Border Color
<div style="border:3px solid #eadfbd">
Div here</div>
This div border color is #eadfbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,223,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eadfbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eadfbd; -webkit-box-shadow: 1px 1px 3px 2px #eadfbd; box-shadow: 1px 1px 3px 2px #eadfbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,223,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eadfbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eadfbd; -webkit-box-shadow: 1px 1px 3px 2px #eadfbd; box-shadow: 1px 1px 3px 2px #eadfbd;">
Div content here</div>
This div box has shadow with color #eadfbd
Comments
No comments written yet.
Please login to write comment.