Color spaces of #ebdaaf
RGB | 235 | 218 | 175 |
---|---|---|---|
HSL | 0.12 | 0.60 | 0.80 |
HSV | 43° | 26° | 92° |
CMYK | 0.00 | 0.07 | 0.26 0.08 |
XYZ | 67.0702 | 70.9001 | 50.7076 |
Yxy | 70.9001 | 0.3555 | 0.3758 |
Hunter Lab | 84.2022 | -5.1719 | 23.2364 |
CIE-Lab | 87.4364 | -0.7029 | 23.3140 |
#ebdaaf color RGB value is (235,218,175).
#ebdaaf hex color red value is 235, green value is 218 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ebdaaf hue: 0.12 , saturation: 0.60 and the lightness value of ebdaaf is 0.80.
The process color (four color CMYK) of #ebdaaf color hex is 0.00, 0.07, 0.26, 0.08. Web safe color of #ebdaaf is #ffcc99. Color #ebdaaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11011010 | 10101111 |
Octal | 353 | 332 | 257 |
Decimal | 235 | 218 | 175 |
Hex | EB | DA | AF |
Shades of #ebdaaf
Tints of #ebdaaf
RGB Percentages of Color #ebdaaf
CMYK Percentages of Color #ebdaaf
Complementary Color
#ebdaaf | #afc0eb |
#ebdaaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebdaaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebdaaf Color CSS Codes
.mybgcolor {background-color:#ebdaaf; } .myforecolor {color:#ebdaaf; } .mybordercolor {border:3px solid #ebdaaf; }
#ebdaaf Text Font Color
<p style="color:#ebdaaf">Text here</p>
This sample text font color is #ebdaaf
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.
#ebdaaf Background Color
<div style="background-color:#ebdaaf">
Div content here</div>
This div background color is #ebdaaf
#ebdaaf Border Color
<div style="border:3px solid #ebdaaf">
Div here</div>
This div border color is #ebdaaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,218,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebdaaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebdaaf; -webkit-box-shadow: 1px 1px 3px 2px #ebdaaf; box-shadow: 1px 1px 3px 2px #ebdaaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,218,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebdaaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebdaaf; -webkit-box-shadow: 1px 1px 3px 2px #ebdaaf; box-shadow: 1px 1px 3px 2px #ebdaaf;">
Div content here</div>
This div box has shadow with color #ebdaaf
Comments
No comments written yet.
Please login to write comment.