Color spaces of #e0bfae
RGB | 224 | 191 | 174 |
---|---|---|---|
HSL | 0.06 | 0.45 | 0.78 |
HSV | 20° | 22° | 88° |
CMYK | 0.00 | 0.15 | 0.22 0.12 |
XYZ | 57.0113 | 56.1649 | 47.8805 |
Yxy | 56.1649 | 0.3540 | 0.3487 |
Hunter Lab | 74.9432 | 4.6390 | 14.5805 |
CIE-Lab | 79.7076 | 9.1420 | 12.9246 |
#e0bfae color RGB value is (224,191,174).
#e0bfae hex color red value is 224, green value is 191 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e0bfae hue: 0.06 , saturation: 0.45 and the lightness value of e0bfae is 0.78.
The process color (four color CMYK) of #e0bfae color hex is 0.00, 0.15, 0.22, 0.12. Web safe color of #e0bfae is #cccc99. Color #e0bfae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 10111111 | 10101110 |
Octal | 340 | 277 | 256 |
Decimal | 224 | 191 | 174 |
Hex | E0 | BF | AE |
Shades of #e0bfae
Tints of #e0bfae
RGB Percentages of Color #e0bfae
CMYK Percentages of Color #e0bfae
Complementary Color
#e0bfae | #aecfe0 |
#e0bfae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0bfae Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0bfae Color CSS Codes
.mybgcolor {background-color:#e0bfae; } .myforecolor {color:#e0bfae; } .mybordercolor {border:3px solid #e0bfae; }
#e0bfae Text Font Color
<p style="color:#e0bfae">Text here</p>
This sample text font color is #e0bfae
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.
#e0bfae Background Color
<div style="background-color:#e0bfae">
Div content here</div>
This div background color is #e0bfae
#e0bfae Border Color
<div style="border:3px solid #e0bfae">
Div here</div>
This div border color is #e0bfae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,191,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0bfae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0bfae; -webkit-box-shadow: 1px 1px 3px 2px #e0bfae; box-shadow: 1px 1px 3px 2px #e0bfae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,191,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0bfae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0bfae; -webkit-box-shadow: 1px 1px 3px 2px #e0bfae; box-shadow: 1px 1px 3px 2px #e0bfae;">
Div content here</div>
This div box has shadow with color #e0bfae
#e0bfae Color Palettes
Comments
No comments written yet.
Please login to write comment.