Color spaces of #e6bafe
RGB | 230 | 186 | 254 |
---|---|---|---|
HSL | 0.77 | 0.97 | 0.86 |
HSV | 279° | 27° | 100° |
CMYK | 0.09 | 0.27 | 0.00 0.00 |
XYZ | 68.0814 | 59.0966 | 101.5844 |
Yxy | 59.0966 | 0.2976 | 0.2583 |
Hunter Lab | 76.8743 | 23.5531 | -24.5359 |
CIE-Lab | 81.3447 | 27.7808 | -27.5919 |
#e6bafe color RGB value is (230,186,254).
#e6bafe hex color red value is 230, green value is 186 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e6bafe hue: 0.77 , saturation: 0.97 and the lightness value of e6bafe is 0.86.
The process color (four color CMYK) of #e6bafe color hex is 0.09, 0.27, 0.00, 0.00. Web safe color of #e6bafe is #ffccff. Color #e6bafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 10111010 | 11111110 |
Octal | 346 | 272 | 376 |
Decimal | 230 | 186 | 254 |
Hex | E6 | BA | FE |
Shades of #e6bafe
Tints of #e6bafe
RGB Percentages of Color #e6bafe
CMYK Percentages of Color #e6bafe
Complementary Color
#e6bafe | #d2feba |
#e6bafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e6bafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e6bafe Color CSS Codes
.mybgcolor {background-color:#e6bafe; } .myforecolor {color:#e6bafe; } .mybordercolor {border:3px solid #e6bafe; }
#e6bafe Text Font Color
<p style="color:#e6bafe">Text here</p>
This sample text font color is #e6bafe
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.
#e6bafe Background Color
<div style="background-color:#e6bafe">
Div content here</div>
This div background color is #e6bafe
#e6bafe Border Color
<div style="border:3px solid #e6bafe">
Div here</div>
This div border color is #e6bafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,186,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e6bafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e6bafe; -webkit-box-shadow: 1px 1px 3px 2px #e6bafe; box-shadow: 1px 1px 3px 2px #e6bafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,186,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e6bafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e6bafe; -webkit-box-shadow: 1px 1px 3px 2px #e6bafe; box-shadow: 1px 1px 3px 2px #e6bafe;">
Div content here</div>
This div box has shadow with color #e6bafe
Comments
No comments written yet.
Please login to write comment.