Color spaces of #eabb6a
RGB | 234 | 187 | 106 |
---|---|---|---|
HSL | 0.11 | 0.75 | 0.67 |
HSV | 38° | 55° | 92° |
CMYK | 0.00 | 0.20 | 0.55 0.08 |
XYZ | 54.3035 | 54.0737 | 21.2108 |
Yxy | 54.0737 | 0.4190 | 0.4173 |
Hunter Lab | 73.5348 | 3.1315 | 34.3724 |
CIE-Lab | 78.5047 | 7.5424 | 47.0003 |
#eabb6a color RGB value is (234,187,106).
#eabb6a hex color red value is 234, green value is 187 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #eabb6a hue: 0.11 , saturation: 0.75 and the lightness value of eabb6a is 0.67.
The process color (four color CMYK) of #eabb6a color hex is 0.00, 0.20, 0.55, 0.08. Web safe color of #eabb6a is #ffcc66. Color #eabb6a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10111011 | 01101010 |
Octal | 352 | 273 | 152 |
Decimal | 234 | 187 | 106 |
Hex | EA | BB | 6A |
Shades of #eabb6a
Tints of #eabb6a
RGB Percentages of Color #eabb6a
CMYK Percentages of Color #eabb6a
Complementary Color
#eabb6a | #6a99ea |
#eabb6a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eabb6a Color Preview on White Background
Lorem ipsum dolor sit amet.
#eabb6a Color CSS Codes
.mybgcolor {background-color:#eabb6a; } .myforecolor {color:#eabb6a; } .mybordercolor {border:3px solid #eabb6a; }
#eabb6a Text Font Color
<p style="color:#eabb6a">Text here</p>
This sample text font color is #eabb6a
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.
#eabb6a Background Color
<div style="background-color:#eabb6a">
Div content here</div>
This div background color is #eabb6a
#eabb6a Border Color
<div style="border:3px solid #eabb6a">
Div here</div>
This div border color is #eabb6a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,187,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eabb6a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eabb6a; -webkit-box-shadow: 1px 1px 3px 2px #eabb6a; box-shadow: 1px 1px 3px 2px #eabb6a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,187,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eabb6a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eabb6a; -webkit-box-shadow: 1px 1px 3px 2px #eabb6a; box-shadow: 1px 1px 3px 2px #eabb6a;">
Div content here</div>
This div box has shadow with color #eabb6a
Comments
No comments written yet.
Please login to write comment.