Color spaces of #ffaeac
RGB | 255 | 174 | 172 |
---|---|---|---|
HSL | 0.00 | 1.00 | 0.84 |
HSV | 1° | 33° | 100° |
CMYK | 0.00 | 0.32 | 0.33 0.00 |
XYZ | 63.8224 | 54.5107 | 46.1875 |
Yxy | 54.5107 | 0.3879 | 0.3313 |
Hunter Lab | 73.8314 | 25.0967 | 14.5913 |
CIE-Lab | 78.7586 | 29.3973 | 13.1025 |
#ffaeac color RGB value is (255,174,172).
#ffaeac hex color red value is 255, green value is 174 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ffaeac hue: 0.00 , saturation: 1.00 and the lightness value of ffaeac is 0.84.
The process color (four color CMYK) of #ffaeac color hex is 0.00, 0.32, 0.33, 0.00. Web safe color of #ffaeac is #ff9999. Color #ffaeac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10101110 | 10101100 |
Octal | 377 | 256 | 254 |
Decimal | 255 | 174 | 172 |
Hex | FF | AE | AC |
Shades of #ffaeac
Tints of #ffaeac
RGB Percentages of Color #ffaeac
CMYK Percentages of Color #ffaeac
Complementary Color
#ffaeac | #acfdff |
#ffaeac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffaeac Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffaeac Color CSS Codes
.mybgcolor {background-color:#ffaeac; } .myforecolor {color:#ffaeac; } .mybordercolor {border:3px solid #ffaeac; }
#ffaeac Text Font Color
<p style="color:#ffaeac">Text here</p>
This sample text font color is #ffaeac
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.
#ffaeac Background Color
<div style="background-color:#ffaeac">
Div content here</div>
This div background color is #ffaeac
#ffaeac Border Color
<div style="border:3px solid #ffaeac">
Div here</div>
This div border color is #ffaeac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,174,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffaeac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffaeac; -webkit-box-shadow: 1px 1px 3px 2px #ffaeac; box-shadow: 1px 1px 3px 2px #ffaeac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,174,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffaeac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffaeac; -webkit-box-shadow: 1px 1px 3px 2px #ffaeac; box-shadow: 1px 1px 3px 2px #ffaeac;">
Div content here</div>
This div box has shadow with color #ffaeac
#ffaeac Color Palettes
Comments
No comments written yet.
Please login to write comment.