Color spaces of #edcea9
RGB | 237 | 206 | 169 |
---|---|---|---|
HSL | 0.09 | 0.65 | 0.80 |
HSV | 33° | 29° | 93° |
CMYK | 0.00 | 0.13 | 0.29 0.07 |
XYZ | 64.1578 | 65.0117 | 46.7032 |
Yxy | 65.0117 | 0.3648 | 0.3697 |
Hunter Lab | 80.6298 | 0.9317 | 22.0983 |
CIE-Lab | 84.4898 | 5.4596 | 22.4267 |
#edcea9 color RGB value is (237,206,169).
#edcea9 hex color red value is 237, green value is 206 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #edcea9 hue: 0.09 , saturation: 0.65 and the lightness value of edcea9 is 0.80.
The process color (four color CMYK) of #edcea9 color hex is 0.00, 0.13, 0.29, 0.07. Web safe color of #edcea9 is #ffcc99. Color #edcea9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11001110 | 10101001 |
Octal | 355 | 316 | 251 |
Decimal | 237 | 206 | 169 |
Hex | ED | CE | A9 |
Shades of #edcea9
Tints of #edcea9
RGB Percentages of Color #edcea9
CMYK Percentages of Color #edcea9
Complementary Color
#edcea9 | #a9c8ed |
#edcea9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edcea9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edcea9 Color CSS Codes
.mybgcolor {background-color:#edcea9; } .myforecolor {color:#edcea9; } .mybordercolor {border:3px solid #edcea9; }
#edcea9 Text Font Color
<p style="color:#edcea9">Text here</p>
This sample text font color is #edcea9
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.
#edcea9 Background Color
<div style="background-color:#edcea9">
Div content here</div>
This div background color is #edcea9
#edcea9 Border Color
<div style="border:3px solid #edcea9">
Div here</div>
This div border color is #edcea9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,206,169, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edcea9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edcea9; -webkit-box-shadow: 1px 1px 3px 2px #edcea9; box-shadow: 1px 1px 3px 2px #edcea9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,206,169, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edcea9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edcea9; -webkit-box-shadow: 1px 1px 3px 2px #edcea9; box-shadow: 1px 1px 3px 2px #edcea9;">
Div content here</div>
This div box has shadow with color #edcea9
Comments
No comments written yet.
Please login to write comment.