Color spaces of #eab481
RGB | 234 | 180 | 129 |
---|---|---|---|
HSL | 0.08 | 0.71 | 0.71 |
HSV | 29° | 45° | 92° |
CMYK | 0.00 | 0.23 | 0.45 0.08 |
XYZ | 54.2154 | 51.7199 | 27.8944 |
Yxy | 51.7199 | 0.4051 | 0.3865 |
Hunter Lab | 71.9165 | 8.7110 | 27.3447 |
CIE-Lab | 77.1130 | 13.3163 | 33.5168 |
#eab481 color RGB value is (234,180,129).
#eab481 hex color red value is 234, green value is 180 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #eab481 hue: 0.08 , saturation: 0.71 and the lightness value of eab481 is 0.71.
The process color (four color CMYK) of #eab481 color hex is 0.00, 0.23, 0.45, 0.08. Web safe color of #eab481 is #ffcc99. Color #eab481 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10110100 | 10000001 |
Octal | 352 | 264 | 201 |
Decimal | 234 | 180 | 129 |
Hex | EA | B4 | 81 |
Shades of #eab481
Tints of #eab481
RGB Percentages of Color #eab481
CMYK Percentages of Color #eab481
Complementary Color
#eab481 | #81b7ea |
#eab481 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eab481 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eab481 Color CSS Codes
.mybgcolor {background-color:#eab481; } .myforecolor {color:#eab481; } .mybordercolor {border:3px solid #eab481; }
#eab481 Text Font Color
<p style="color:#eab481">Text here</p>
This sample text font color is #eab481
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.
#eab481 Background Color
<div style="background-color:#eab481">
Div content here</div>
This div background color is #eab481
#eab481 Border Color
<div style="border:3px solid #eab481">
Div here</div>
This div border color is #eab481
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,180,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eab481; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eab481; -webkit-box-shadow: 1px 1px 3px 2px #eab481; box-shadow: 1px 1px 3px 2px #eab481; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,180,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eab481">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eab481; -webkit-box-shadow: 1px 1px 3px 2px #eab481; box-shadow: 1px 1px 3px 2px #eab481;">
Div content here</div>
This div box has shadow with color #eab481
Comments
No comments written yet.
Please login to write comment.