Color spaces of #eebd8d
RGB | 238 | 189 | 141 |
---|---|---|---|
HSL | 0.08 | 0.74 | 0.74 |
HSV | 30° | 41° | 93° |
CMYK | 0.00 | 0.21 | 0.41 0.07 |
XYZ | 58.2652 | 56.4954 | 33.0331 |
Yxy | 56.4954 | 0.3942 | 0.3823 |
Hunter Lab | 75.1634 | 6.8337 | 26.5574 |
CIE-Lab | 79.8949 | 11.4034 | 30.9483 |
#eebd8d color RGB value is (238,189,141).
#eebd8d hex color red value is 238, green value is 189 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #eebd8d hue: 0.08 , saturation: 0.74 and the lightness value of eebd8d is 0.74.
The process color (four color CMYK) of #eebd8d color hex is 0.00, 0.21, 0.41, 0.07. Web safe color of #eebd8d is #ffcc99. Color #eebd8d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10111101 | 10001101 |
Octal | 356 | 275 | 215 |
Decimal | 238 | 189 | 141 |
Hex | EE | BD | 8D |
Shades of #eebd8d
Tints of #eebd8d
RGB Percentages of Color #eebd8d
CMYK Percentages of Color #eebd8d
Complementary Color
#eebd8d | #8dbeee |
#eebd8d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eebd8d Color Preview on White Background
Lorem ipsum dolor sit amet.
#eebd8d Color CSS Codes
.mybgcolor {background-color:#eebd8d; } .myforecolor {color:#eebd8d; } .mybordercolor {border:3px solid #eebd8d; }
#eebd8d Text Font Color
<p style="color:#eebd8d">Text here</p>
This sample text font color is #eebd8d
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.
#eebd8d Background Color
<div style="background-color:#eebd8d">
Div content here</div>
This div background color is #eebd8d
#eebd8d Border Color
<div style="border:3px solid #eebd8d">
Div here</div>
This div border color is #eebd8d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,189,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eebd8d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eebd8d; -webkit-box-shadow: 1px 1px 3px 2px #eebd8d; box-shadow: 1px 1px 3px 2px #eebd8d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,189,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eebd8d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eebd8d; -webkit-box-shadow: 1px 1px 3px 2px #eebd8d; box-shadow: 1px 1px 3px 2px #eebd8d;">
Div content here</div>
This div box has shadow with color #eebd8d
Comments
No comments written yet.
Please login to write comment.