Color spaces of #eadcb7
RGB | 234 | 220 | 183 |
---|---|---|---|
HSL | 0.12 | 0.55 | 0.82 |
HSV | 44° | 22° | 92° |
CMYK | 0.00 | 0.06 | 0.22 0.08 |
XYZ | 68.0721 | 72.0977 | 55.1282 |
Yxy | 72.0977 | 0.3486 | 0.3692 |
Hunter Lab | 84.9104 | -5.4908 | 20.9431 |
CIE-Lab | 88.0156 | -0.9936 | 19.9325 |
#eadcb7 color RGB value is (234,220,183).
#eadcb7 hex color red value is 234, green value is 220 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #eadcb7 hue: 0.12 , saturation: 0.55 and the lightness value of eadcb7 is 0.82.
The process color (four color CMYK) of #eadcb7 color hex is 0.00, 0.06, 0.22, 0.08. Web safe color of #eadcb7 is #ffcccc. Color #eadcb7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11011100 | 10110111 |
Octal | 352 | 334 | 267 |
Decimal | 234 | 220 | 183 |
Hex | EA | DC | B7 |
Shades of #eadcb7
Tints of #eadcb7
RGB Percentages of Color #eadcb7
CMYK Percentages of Color #eadcb7
Complementary Color
#eadcb7 | #b7c5ea |
#eadcb7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eadcb7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eadcb7 Color CSS Codes
.mybgcolor {background-color:#eadcb7; } .myforecolor {color:#eadcb7; } .mybordercolor {border:3px solid #eadcb7; }
#eadcb7 Text Font Color
<p style="color:#eadcb7">Text here</p>
This sample text font color is #eadcb7
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.
#eadcb7 Background Color
<div style="background-color:#eadcb7">
Div content here</div>
This div background color is #eadcb7
#eadcb7 Border Color
<div style="border:3px solid #eadcb7">
Div here</div>
This div border color is #eadcb7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,220,183, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eadcb7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eadcb7; -webkit-box-shadow: 1px 1px 3px 2px #eadcb7; box-shadow: 1px 1px 3px 2px #eadcb7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,220,183, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eadcb7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eadcb7; -webkit-box-shadow: 1px 1px 3px 2px #eadcb7; box-shadow: 1px 1px 3px 2px #eadcb7;">
Div content here</div>
This div box has shadow with color #eadcb7
#eadcb7 Color Palettes
Comments
No comments written yet.
Please login to write comment.