Color spaces of #ebbbae
RGB | 235 | 187 | 174 |
---|---|---|---|
HSL | 0.04 | 0.60 | 0.80 |
HSV | 13° | 26° | 92° |
CMYK | 0.00 | 0.20 | 0.26 0.08 |
XYZ | 59.6713 | 56.2588 | 47.7584 |
Yxy | 56.2588 | 0.3645 | 0.3437 |
Hunter Lab | 75.0059 | 10.7463 | 14.7525 |
CIE-Lab | 79.7609 | 15.3709 | 13.1459 |
#ebbbae color RGB value is (235,187,174).
#ebbbae hex color red value is 235, green value is 187 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ebbbae hue: 0.04 , saturation: 0.60 and the lightness value of ebbbae is 0.80.
The process color (four color CMYK) of #ebbbae color hex is 0.00, 0.20, 0.26, 0.08. Web safe color of #ebbbae is #ffcc99. Color #ebbbae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10111011 | 10101110 |
Octal | 353 | 273 | 256 |
Decimal | 235 | 187 | 174 |
Hex | EB | BB | AE |
Shades of #ebbbae
Tints of #ebbbae
RGB Percentages of Color #ebbbae
CMYK Percentages of Color #ebbbae
Complementary Color
#ebbbae | #aedeeb |
#ebbbae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebbbae Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebbbae Color CSS Codes
.mybgcolor {background-color:#ebbbae; } .myforecolor {color:#ebbbae; } .mybordercolor {border:3px solid #ebbbae; }
#ebbbae Text Font Color
<p style="color:#ebbbae">Text here</p>
This sample text font color is #ebbbae
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.
#ebbbae Background Color
<div style="background-color:#ebbbae">
Div content here</div>
This div background color is #ebbbae
#ebbbae Border Color
<div style="border:3px solid #ebbbae">
Div here</div>
This div border color is #ebbbae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,187,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebbbae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebbbae; -webkit-box-shadow: 1px 1px 3px 2px #ebbbae; box-shadow: 1px 1px 3px 2px #ebbbae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,187,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 #ebbbae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebbbae; -webkit-box-shadow: 1px 1px 3px 2px #ebbbae; box-shadow: 1px 1px 3px 2px #ebbbae;">
Div content here</div>
This div box has shadow with color #ebbbae
Comments
No comments written yet.
Please login to write comment.