Color spaces of #eec29d
RGB | 238 | 194 | 157 |
---|---|---|---|
HSL | 0.08 | 0.70 | 0.77 |
HSV | 27° | 34° | 93° |
CMYK | 0.00 | 0.18 | 0.34 0.07 |
XYZ | 60.6375 | 59.1950 | 40.1281 |
Yxy | 59.1950 | 0.3791 | 0.3701 |
Hunter Lab | 76.9383 | 6.0395 | 22.9334 |
CIE-Lab | 81.3987 | 10.6099 | 24.5363 |
#eec29d color RGB value is (238,194,157).
#eec29d hex color red value is 238, green value is 194 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #eec29d hue: 0.08 , saturation: 0.70 and the lightness value of eec29d is 0.77.
The process color (four color CMYK) of #eec29d color hex is 0.00, 0.18, 0.34, 0.07. Web safe color of #eec29d is #ffcc99. Color #eec29d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11000010 | 10011101 |
Octal | 356 | 302 | 235 |
Decimal | 238 | 194 | 157 |
Hex | EE | C2 | 9D |
Shades of #eec29d
Tints of #eec29d
RGB Percentages of Color #eec29d
CMYK Percentages of Color #eec29d
Complementary Color
#eec29d | #9dc9ee |
#eec29d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eec29d Color Preview on White Background
Lorem ipsum dolor sit amet.
#eec29d Color CSS Codes
.mybgcolor {background-color:#eec29d; } .myforecolor {color:#eec29d; } .mybordercolor {border:3px solid #eec29d; }
#eec29d Text Font Color
<p style="color:#eec29d">Text here</p>
This sample text font color is #eec29d
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.
#eec29d Background Color
<div style="background-color:#eec29d">
Div content here</div>
This div background color is #eec29d
#eec29d Border Color
<div style="border:3px solid #eec29d">
Div here</div>
This div border color is #eec29d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,194,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eec29d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eec29d; -webkit-box-shadow: 1px 1px 3px 2px #eec29d; box-shadow: 1px 1px 3px 2px #eec29d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,194,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eec29d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eec29d; -webkit-box-shadow: 1px 1px 3px 2px #eec29d; box-shadow: 1px 1px 3px 2px #eec29d;">
Div content here</div>
This div box has shadow with color #eec29d
Comments
No comments written yet.
Please login to write comment.