Color spaces of #eecd82
RGB | 238 | 205 | 130 |
---|---|---|---|
HSL | 0.12 | 0.76 | 0.72 |
HSV | 42° | 45° | 93° |
CMYK | 0.00 | 0.14 | 0.45 0.07 |
XYZ | 61.1205 | 63.4515 | 30.1451 |
Yxy | 63.4515 | 0.3950 | 0.4101 |
Hunter Lab | 79.6564 | -2.4355 | 33.3219 |
CIE-Lab | 83.6794 | 1.9191 | 41.5096 |
#eecd82 color RGB value is (238,205,130).
#eecd82 hex color red value is 238, green value is 205 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #eecd82 hue: 0.12 , saturation: 0.76 and the lightness value of eecd82 is 0.72.
The process color (four color CMYK) of #eecd82 color hex is 0.00, 0.14, 0.45, 0.07. Web safe color of #eecd82 is #ffcc99. Color #eecd82 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11001101 | 10000010 |
Octal | 356 | 315 | 202 |
Decimal | 238 | 205 | 130 |
Hex | EE | CD | 82 |
Shades of #eecd82
Tints of #eecd82
RGB Percentages of Color #eecd82
CMYK Percentages of Color #eecd82
Complementary Color
#eecd82 | #82a3ee |
#eecd82 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eecd82 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eecd82 Color CSS Codes
.mybgcolor {background-color:#eecd82; } .myforecolor {color:#eecd82; } .mybordercolor {border:3px solid #eecd82; }
#eecd82 Text Font Color
<p style="color:#eecd82">Text here</p>
This sample text font color is #eecd82
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.
#eecd82 Background Color
<div style="background-color:#eecd82">
Div content here</div>
This div background color is #eecd82
#eecd82 Border Color
<div style="border:3px solid #eecd82">
Div here</div>
This div border color is #eecd82
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,205,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eecd82; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eecd82; -webkit-box-shadow: 1px 1px 3px 2px #eecd82; box-shadow: 1px 1px 3px 2px #eecd82; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,205,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eecd82">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eecd82; -webkit-box-shadow: 1px 1px 3px 2px #eecd82; box-shadow: 1px 1px 3px 2px #eecd82;">
Div content here</div>
This div box has shadow with color #eecd82
Comments
No comments written yet.
Please login to write comment.