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