Color spaces of #f5aeff
RGB | 245 | 174 | 255 |
---|---|---|---|
HSL | 0.81 | 1.00 | 0.84 |
HSV | 293° | 32° | 100° |
CMYK | 0.04 | 0.32 | 0.00 0.00 |
XYZ | 70.8422 | 56.9046 | 101.8576 |
Yxy | 56.9046 | 0.3085 | 0.2478 |
Hunter Lab | 75.4351 | 35.6204 | -27.2528 |
CIE-Lab | 80.1259 | 39.0012 | -29.8682 |
#f5aeff color RGB value is (245,174,255).
#f5aeff hex color red value is 245, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f5aeff hue: 0.81 , saturation: 1.00 and the lightness value of f5aeff is 0.84.
The process color (four color CMYK) of #f5aeff color hex is 0.04, 0.32, 0.00, 0.00. Web safe color of #f5aeff is #ff99ff. Color #f5aeff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 10101110 | 11111111 |
Octal | 365 | 256 | 377 |
Decimal | 245 | 174 | 255 |
Hex | F5 | AE | FF |
Shades of #f5aeff
Tints of #f5aeff
RGB Percentages of Color #f5aeff
CMYK Percentages of Color #f5aeff
Complementary Color
#f5aeff | #b8ffae |
#f5aeff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f5aeff Color Preview on White Background
Lorem ipsum dolor sit amet.
#f5aeff Color CSS Codes
.mybgcolor {background-color:#f5aeff; } .myforecolor {color:#f5aeff; } .mybordercolor {border:3px solid #f5aeff; }
#f5aeff Text Font Color
<p style="color:#f5aeff">Text here</p>
This sample text font color is #f5aeff
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.
#f5aeff Background Color
<div style="background-color:#f5aeff">
Div content here</div>
This div background color is #f5aeff
#f5aeff Border Color
<div style="border:3px solid #f5aeff">
Div here</div>
This div border color is #f5aeff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,174,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f5aeff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f5aeff; -webkit-box-shadow: 1px 1px 3px 2px #f5aeff; box-shadow: 1px 1px 3px 2px #f5aeff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,174,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f5aeff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f5aeff; -webkit-box-shadow: 1px 1px 3px 2px #f5aeff; box-shadow: 1px 1px 3px 2px #f5aeff;">
Div content here</div>
This div box has shadow with color #f5aeff
Related Colors
Comments
No comments written yet.
Please login to write comment.