Color spaces of #ebb490
RGB | 235 | 180 | 144 |
---|---|---|---|
HSL | 0.07 | 0.69 | 0.74 |
HSV | 24° | 39° | 92° |
CMYK | 0.00 | 0.23 | 0.39 0.08 |
XYZ | 55.6162 | 52.3183 | 33.5527 |
Yxy | 52.3183 | 0.3931 | 0.3698 |
Hunter Lab | 72.3314 | 10.6702 | 23.1288 |
CIE-Lab | 77.4708 | 15.3154 | 26.0678 |
#ebb490 color RGB value is (235,180,144).
#ebb490 hex color red value is 235, green value is 180 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ebb490 hue: 0.07 , saturation: 0.69 and the lightness value of ebb490 is 0.74.
The process color (four color CMYK) of #ebb490 color hex is 0.00, 0.23, 0.39, 0.08. Web safe color of #ebb490 is #ffcc99. Color #ebb490 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10110100 | 10010000 |
Octal | 353 | 264 | 220 |
Decimal | 235 | 180 | 144 |
Hex | EB | B4 | 90 |
Shades of #ebb490
Tints of #ebb490
RGB Percentages of Color #ebb490
CMYK Percentages of Color #ebb490
Complementary Color
#ebb490 | #90c7eb |
#ebb490 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebb490 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebb490 Color CSS Codes
.mybgcolor {background-color:#ebb490; } .myforecolor {color:#ebb490; } .mybordercolor {border:3px solid #ebb490; }
#ebb490 Text Font Color
<p style="color:#ebb490">Text here</p>
This sample text font color is #ebb490
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.
#ebb490 Background Color
<div style="background-color:#ebb490">
Div content here</div>
This div background color is #ebb490
#ebb490 Border Color
<div style="border:3px solid #ebb490">
Div here</div>
This div border color is #ebb490
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,180,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebb490; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebb490; -webkit-box-shadow: 1px 1px 3px 2px #ebb490; box-shadow: 1px 1px 3px 2px #ebb490; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,180,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebb490">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebb490; -webkit-box-shadow: 1px 1px 3px 2px #ebb490; box-shadow: 1px 1px 3px 2px #ebb490;">
Div content here</div>
This div box has shadow with color #ebb490
Comments
No comments written yet.
Please login to write comment.