Color spaces of #eac9bf
RGB | 234 | 201 | 191 |
---|---|---|---|
HSL | 0.04 | 0.51 | 0.83 |
HSV | 14° | 18° | 92° |
CMYK | 0.00 | 0.14 | 0.18 0.08 |
XYZ | 64.2223 | 63.0273 | 58.0708 |
Yxy | 63.0273 | 0.3465 | 0.3401 |
Hunter Lab | 79.3897 | 5.4655 | 12.2043 |
CIE-Lab | 83.4567 | 10.0592 | 9.2852 |
#eac9bf color RGB value is (234,201,191).
#eac9bf hex color red value is 234, green value is 201 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #eac9bf hue: 0.04 , saturation: 0.51 and the lightness value of eac9bf is 0.83.
The process color (four color CMYK) of #eac9bf color hex is 0.00, 0.14, 0.18, 0.08. Web safe color of #eac9bf is #ffcccc. Color #eac9bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11001001 | 10111111 |
Octal | 352 | 311 | 277 |
Decimal | 234 | 201 | 191 |
Hex | EA | C9 | BF |
Shades of #eac9bf
Tints of #eac9bf
RGB Percentages of Color #eac9bf
CMYK Percentages of Color #eac9bf
Complementary Color
#eac9bf | #bfe0ea |
#eac9bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eac9bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#eac9bf Color CSS Codes
.mybgcolor {background-color:#eac9bf; } .myforecolor {color:#eac9bf; } .mybordercolor {border:3px solid #eac9bf; }
#eac9bf Text Font Color
<p style="color:#eac9bf">Text here</p>
This sample text font color is #eac9bf
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.
#eac9bf Background Color
<div style="background-color:#eac9bf">
Div content here</div>
This div background color is #eac9bf
#eac9bf Border Color
<div style="border:3px solid #eac9bf">
Div here</div>
This div border color is #eac9bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,201,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eac9bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eac9bf; -webkit-box-shadow: 1px 1px 3px 2px #eac9bf; box-shadow: 1px 1px 3px 2px #eac9bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,201,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eac9bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eac9bf; -webkit-box-shadow: 1px 1px 3px 2px #eac9bf; box-shadow: 1px 1px 3px 2px #eac9bf;">
Div content here</div>
This div box has shadow with color #eac9bf
Comments
No comments written yet.
Please login to write comment.