Color spaces of #e5aefc
RGB | 229 | 174 | 252 |
---|---|---|---|
HSL | 0.78 | 0.93 | 0.84 |
HSV | 282° | 31° | 99° |
CMYK | 0.09 | 0.31 | 0.00 0.01 |
XYZ | 65.0198 | 53.9584 | 99.0836 |
Yxy | 53.9584 | 0.2982 | 0.2474 |
Hunter Lab | 73.4564 | 29.4503 | -28.5554 |
CIE-Lab | 78.4375 | 33.5026 | -30.9872 |
#e5aefc color RGB value is (229,174,252).
#e5aefc hex color red value is 229, green value is 174 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e5aefc hue: 0.78 , saturation: 0.93 and the lightness value of e5aefc is 0.84.
The process color (four color CMYK) of #e5aefc color hex is 0.09, 0.31, 0.00, 0.01. Web safe color of #e5aefc is #cc99ff. Color #e5aefc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10101110 | 11111100 |
Octal | 345 | 256 | 374 |
Decimal | 229 | 174 | 252 |
Hex | E5 | AE | FC |
Shades of #e5aefc
Tints of #e5aefc
RGB Percentages of Color #e5aefc
CMYK Percentages of Color #e5aefc
Complementary Color
#e5aefc | #c5fcae |
#e5aefc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5aefc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5aefc Color CSS Codes
.mybgcolor {background-color:#e5aefc; } .myforecolor {color:#e5aefc; } .mybordercolor {border:3px solid #e5aefc; }
#e5aefc Text Font Color
<p style="color:#e5aefc">Text here</p>
This sample text font color is #e5aefc
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.
#e5aefc Background Color
<div style="background-color:#e5aefc">
Div content here</div>
This div background color is #e5aefc
#e5aefc Border Color
<div style="border:3px solid #e5aefc">
Div here</div>
This div border color is #e5aefc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,174,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5aefc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5aefc; -webkit-box-shadow: 1px 1px 3px 2px #e5aefc; box-shadow: 1px 1px 3px 2px #e5aefc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,174,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e5aefc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5aefc; -webkit-box-shadow: 1px 1px 3px 2px #e5aefc; box-shadow: 1px 1px 3px 2px #e5aefc;">
Div content here</div>
This div box has shadow with color #e5aefc
Comments
No comments written yet.
Please login to write comment.