Color spaces of #eabaef
RGB | 234 | 186 | 239 |
---|---|---|---|
HSL | 0.82 | 0.62 | 0.83 |
HSV | 294° | 22° | 94° |
CMYK | 0.02 | 0.22 | 0.00 0.06 |
XYZ | 67.0706 | 58.8422 | 89.4840 |
Yxy | 58.8422 | 0.3114 | 0.2732 |
Hunter Lab | 76.7087 | 21.8322 | -15.4683 |
CIE-Lab | 81.2048 | 26.1586 | -19.7432 |
#eabaef color RGB value is (234,186,239).
#eabaef hex color red value is 234, green value is 186 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eabaef hue: 0.82 , saturation: 0.62 and the lightness value of eabaef is 0.83.
The process color (four color CMYK) of #eabaef color hex is 0.02, 0.22, 0.00, 0.06. Web safe color of #eabaef is #ffccff. Color #eabaef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10111010 | 11101111 |
Octal | 352 | 272 | 357 |
Decimal | 234 | 186 | 239 |
Hex | EA | BA | EF |
Shades of #eabaef
Tints of #eabaef
RGB Percentages of Color #eabaef
CMYK Percentages of Color #eabaef
Complementary Color
#eabaef | #bfefba |
#eabaef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eabaef Color Preview on White Background
Lorem ipsum dolor sit amet.
#eabaef Color CSS Codes
.mybgcolor {background-color:#eabaef; } .myforecolor {color:#eabaef; } .mybordercolor {border:3px solid #eabaef; }
#eabaef Text Font Color
<p style="color:#eabaef">Text here</p>
This sample text font color is #eabaef
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.
#eabaef Background Color
<div style="background-color:#eabaef">
Div content here</div>
This div background color is #eabaef
#eabaef Border Color
<div style="border:3px solid #eabaef">
Div here</div>
This div border color is #eabaef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,186,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eabaef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eabaef; -webkit-box-shadow: 1px 1px 3px 2px #eabaef; box-shadow: 1px 1px 3px 2px #eabaef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,186,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eabaef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eabaef; -webkit-box-shadow: 1px 1px 3px 2px #eabaef; box-shadow: 1px 1px 3px 2px #eabaef;">
Div content here</div>
This div box has shadow with color #eabaef
Comments
No comments written yet.
Please login to write comment.