Color spaces of #eaceba
RGB | 234 | 206 | 186 |
---|---|---|---|
HSL | 0.07 | 0.53 | 0.82 |
HSV | 25° | 21° | 92° |
CMYK | 0.00 | 0.12 | 0.21 0.08 |
XYZ | 64.8659 | 65.1802 | 55.6166 |
Yxy | 65.1802 | 0.3494 | 0.3511 |
Hunter Lab | 80.7343 | 2.1308 | 15.6700 |
CIE-Lab | 84.5765 | 6.6934 | 13.5337 |
#eaceba color RGB value is (234,206,186).
#eaceba hex color red value is 234, green value is 206 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #eaceba hue: 0.07 , saturation: 0.53 and the lightness value of eaceba is 0.82.
The process color (four color CMYK) of #eaceba color hex is 0.00, 0.12, 0.21, 0.08. Web safe color of #eaceba is #ffcccc. Color #eaceba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11001110 | 10111010 |
Octal | 352 | 316 | 272 |
Decimal | 234 | 206 | 186 |
Hex | EA | CE | BA |
Shades of #eaceba
Tints of #eaceba
RGB Percentages of Color #eaceba
CMYK Percentages of Color #eaceba
Complementary Color
#eaceba | #bad6ea |
#eaceba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaceba Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaceba Color CSS Codes
.mybgcolor {background-color:#eaceba; } .myforecolor {color:#eaceba; } .mybordercolor {border:3px solid #eaceba; }
#eaceba Text Font Color
<p style="color:#eaceba">Text here</p>
This sample text font color is #eaceba
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.
#eaceba Background Color
<div style="background-color:#eaceba">
Div content here</div>
This div background color is #eaceba
#eaceba Border Color
<div style="border:3px solid #eaceba">
Div here</div>
This div border color is #eaceba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,206,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaceba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaceba; -webkit-box-shadow: 1px 1px 3px 2px #eaceba; box-shadow: 1px 1px 3px 2px #eaceba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,206,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaceba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaceba; -webkit-box-shadow: 1px 1px 3px 2px #eaceba; box-shadow: 1px 1px 3px 2px #eaceba;">
Div content here</div>
This div box has shadow with color #eaceba
Comments
No comments written yet.
Please login to write comment.