Color spaces of #eabeb5
RGB | 234 | 190 | 181 |
---|---|---|---|
HSL | 0.03 | 0.56 | 0.81 |
HSV | 10° | 23° | 92° |
CMYK | 0.00 | 0.19 | 0.23 0.08 |
XYZ | 60.6856 | 57.6555 | 51.6462 |
Yxy | 57.6555 | 0.3570 | 0.3392 |
Hunter Lab | 75.9312 | 9.7808 | 12.8245 |
CIE-Lab | 80.5469 | 14.3952 | 10.4847 |
#eabeb5 color RGB value is (234,190,181).
#eabeb5 hex color red value is 234, green value is 190 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #eabeb5 hue: 0.03 , saturation: 0.56 and the lightness value of eabeb5 is 0.81.
The process color (four color CMYK) of #eabeb5 color hex is 0.00, 0.19, 0.23, 0.08. Web safe color of #eabeb5 is #ffcccc. Color #eabeb5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10111110 | 10110101 |
Octal | 352 | 276 | 265 |
Decimal | 234 | 190 | 181 |
Hex | EA | BE | B5 |
Shades of #eabeb5
Tints of #eabeb5
RGB Percentages of Color #eabeb5
CMYK Percentages of Color #eabeb5
Complementary Color
#eabeb5 | #b5e1ea |
#eabeb5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eabeb5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eabeb5 Color CSS Codes
.mybgcolor {background-color:#eabeb5; } .myforecolor {color:#eabeb5; } .mybordercolor {border:3px solid #eabeb5; }
#eabeb5 Text Font Color
<p style="color:#eabeb5">Text here</p>
This sample text font color is #eabeb5
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.
#eabeb5 Background Color
<div style="background-color:#eabeb5">
Div content here</div>
This div background color is #eabeb5
#eabeb5 Border Color
<div style="border:3px solid #eabeb5">
Div here</div>
This div border color is #eabeb5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,190,181, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eabeb5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eabeb5; -webkit-box-shadow: 1px 1px 3px 2px #eabeb5; box-shadow: 1px 1px 3px 2px #eabeb5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,190,181, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eabeb5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eabeb5; -webkit-box-shadow: 1px 1px 3px 2px #eabeb5; box-shadow: 1px 1px 3px 2px #eabeb5;">
Div content here</div>
This div box has shadow with color #eabeb5
#eabeb5 Color Palettes
Comments
No comments written yet.
Please login to write comment.