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