Color spaces of #f48eae
RGB | 244 | 142 | 174 |
---|---|---|---|
HSL | 0.95 | 0.82 | 0.76 |
HSV | 341° | 42° | 96° |
CMYK | 0.00 | 0.42 | 0.29 0.04 |
XYZ | 54.6212 | 41.6351 | 45.2019 |
Yxy | 41.6351 | 0.3861 | 0.2943 |
Hunter Lab | 64.5253 | 38.1826 | 3.6332 |
CIE-Lab | 70.6186 | 42.3416 | 0.1447 |
#f48eae color RGB value is (244,142,174).
#f48eae hex color red value is 244, green value is 142 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f48eae hue: 0.95 , saturation: 0.82 and the lightness value of f48eae is 0.76.
The process color (four color CMYK) of #f48eae color hex is 0.00, 0.42, 0.29, 0.04. Web safe color of #f48eae is #ff9999. Color #f48eae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 10001110 | 10101110 |
Octal | 364 | 216 | 256 |
Decimal | 244 | 142 | 174 |
Hex | F4 | 8E | AE |
Shades of #f48eae
Tints of #f48eae
RGB Percentages of Color #f48eae
CMYK Percentages of Color #f48eae
Complementary Color
#f48eae | #8ef4d4 |
#f48eae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f48eae Color Preview on White Background
Lorem ipsum dolor sit amet.
#f48eae Color CSS Codes
.mybgcolor {background-color:#f48eae; } .myforecolor {color:#f48eae; } .mybordercolor {border:3px solid #f48eae; }
#f48eae Text Font Color
<p style="color:#f48eae">Text here</p>
This sample text font color is #f48eae
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.
#f48eae Background Color
<div style="background-color:#f48eae">
Div content here</div>
This div background color is #f48eae
#f48eae Border Color
<div style="border:3px solid #f48eae">
Div here</div>
This div border color is #f48eae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,142,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f48eae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f48eae; -webkit-box-shadow: 1px 1px 3px 2px #f48eae; box-shadow: 1px 1px 3px 2px #f48eae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,142,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f48eae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f48eae; -webkit-box-shadow: 1px 1px 3px 2px #f48eae; box-shadow: 1px 1px 3px 2px #f48eae;">
Div content here</div>
This div box has shadow with color #f48eae
Comments
No comments written yet.
Please login to write comment.