Color spaces of #eedca5
RGB | 238 | 220 | 165 |
---|---|---|---|
HSL | 0.13 | 0.68 | 0.79 |
HSV | 45° | 31° | 93° |
CMYK | 0.00 | 0.08 | 0.31 0.07 |
XYZ | 67.6446 | 72.0802 | 45.9449 |
Yxy | 72.0802 | 0.3643 | 0.3882 |
Hunter Lab | 84.9001 | -6.3542 | 27.3444 |
CIE-Lab | 88.0072 | -1.8958 | 29.3120 |
#eedca5 color RGB value is (238,220,165).
#eedca5 hex color red value is 238, green value is 220 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #eedca5 hue: 0.13 , saturation: 0.68 and the lightness value of eedca5 is 0.79.
The process color (four color CMYK) of #eedca5 color hex is 0.00, 0.08, 0.31, 0.07. Web safe color of #eedca5 is #ffcc99. Color #eedca5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11011100 | 10100101 |
Octal | 356 | 334 | 245 |
Decimal | 238 | 220 | 165 |
Hex | EE | DC | A5 |
Shades of #eedca5
Tints of #eedca5
RGB Percentages of Color #eedca5
CMYK Percentages of Color #eedca5
Complementary Color
#eedca5 | #a5b7ee |
#eedca5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eedca5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eedca5 Color CSS Codes
.mybgcolor {background-color:#eedca5; } .myforecolor {color:#eedca5; } .mybordercolor {border:3px solid #eedca5; }
#eedca5 Text Font Color
<p style="color:#eedca5">Text here</p>
This sample text font color is #eedca5
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.
#eedca5 Background Color
<div style="background-color:#eedca5">
Div content here</div>
This div background color is #eedca5
#eedca5 Border Color
<div style="border:3px solid #eedca5">
Div here</div>
This div border color is #eedca5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,220,165, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eedca5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eedca5; -webkit-box-shadow: 1px 1px 3px 2px #eedca5; box-shadow: 1px 1px 3px 2px #eedca5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,220,165, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eedca5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eedca5; -webkit-box-shadow: 1px 1px 3px 2px #eedca5; box-shadow: 1px 1px 3px 2px #eedca5;">
Div content here</div>
This div box has shadow with color #eedca5
#eedca5 Color Palettes
Comments
No comments written yet.
Please login to write comment.