Color spaces of #f4aedf
RGB | 244 | 174 | 223 |
---|---|---|---|
HSL | 0.88 | 0.76 | 0.82 |
HSV | 318° | 29° | 96° |
CMYK | 0.00 | 0.29 | 0.09 0.04 |
XYZ | 65.7636 | 54.8329 | 76.9297 |
Yxy | 54.8329 | 0.3329 | 0.2776 |
Hunter Lab | 74.0492 | 28.9408 | -9.7619 |
CIE-Lab | 78.9449 | 32.9889 | -14.4336 |
#f4aedf color RGB value is (244,174,223).
#f4aedf hex color red value is 244, green value is 174 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f4aedf hue: 0.88 , saturation: 0.76 and the lightness value of f4aedf is 0.82.
The process color (four color CMYK) of #f4aedf color hex is 0.00, 0.29, 0.09, 0.04. Web safe color of #f4aedf is #ff99cc. Color #f4aedf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 10101110 | 11011111 |
Octal | 364 | 256 | 337 |
Decimal | 244 | 174 | 223 |
Hex | F4 | AE | DF |
Shades of #f4aedf
Tints of #f4aedf
RGB Percentages of Color #f4aedf
CMYK Percentages of Color #f4aedf
Complementary Color
#f4aedf | #aef4c3 |
#f4aedf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f4aedf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f4aedf Color CSS Codes
.mybgcolor {background-color:#f4aedf; } .myforecolor {color:#f4aedf; } .mybordercolor {border:3px solid #f4aedf; }
#f4aedf Text Font Color
<p style="color:#f4aedf">Text here</p>
This sample text font color is #f4aedf
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.
#f4aedf Background Color
<div style="background-color:#f4aedf">
Div content here</div>
This div background color is #f4aedf
#f4aedf Border Color
<div style="border:3px solid #f4aedf">
Div here</div>
This div border color is #f4aedf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,174,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f4aedf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f4aedf; -webkit-box-shadow: 1px 1px 3px 2px #f4aedf; box-shadow: 1px 1px 3px 2px #f4aedf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,174,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f4aedf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f4aedf; -webkit-box-shadow: 1px 1px 3px 2px #f4aedf; box-shadow: 1px 1px 3px 2px #f4aedf;">
Div content here</div>
This div box has shadow with color #f4aedf
Comments
No comments written yet.
Please login to write comment.