Color spaces of #eabfac
RGB | 234 | 191 | 172 |
---|---|---|---|
HSL | 0.05 | 0.60 | 0.80 |
HSV | 18° | 26° | 92° |
CMYK | 0.00 | 0.18 | 0.26 0.08 |
XYZ | 60.0089 | 57.7326 | 47.0104 |
Yxy | 57.7326 | 0.3642 | 0.3504 |
Hunter Lab | 75.9820 | 8.0069 | 16.5044 |
CIE-Lab | 80.5899 | 12.6035 | 15.3728 |
#eabfac color RGB value is (234,191,172).
#eabfac hex color red value is 234, green value is 191 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #eabfac hue: 0.05 , saturation: 0.60 and the lightness value of eabfac is 0.80.
The process color (four color CMYK) of #eabfac color hex is 0.00, 0.18, 0.26, 0.08. Web safe color of #eabfac is #ffcc99. Color #eabfac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10111111 | 10101100 |
Octal | 352 | 277 | 254 |
Decimal | 234 | 191 | 172 |
Hex | EA | BF | AC |
Shades of #eabfac
Tints of #eabfac
RGB Percentages of Color #eabfac
CMYK Percentages of Color #eabfac
Complementary Color
#eabfac | #acd7ea |
#eabfac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eabfac Color Preview on White Background
Lorem ipsum dolor sit amet.
#eabfac Color CSS Codes
.mybgcolor {background-color:#eabfac; } .myforecolor {color:#eabfac; } .mybordercolor {border:3px solid #eabfac; }
#eabfac Text Font Color
<p style="color:#eabfac">Text here</p>
This sample text font color is #eabfac
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.
#eabfac Background Color
<div style="background-color:#eabfac">
Div content here</div>
This div background color is #eabfac
#eabfac Border Color
<div style="border:3px solid #eabfac">
Div here</div>
This div border color is #eabfac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,191,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eabfac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eabfac; -webkit-box-shadow: 1px 1px 3px 2px #eabfac; box-shadow: 1px 1px 3px 2px #eabfac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,191,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eabfac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eabfac; -webkit-box-shadow: 1px 1px 3px 2px #eabfac; box-shadow: 1px 1px 3px 2px #eabfac;">
Div content here</div>
This div box has shadow with color #eabfac
Comments
No comments written yet.
Please login to write comment.