Color spaces of #ffacca
RGB | 255 | 172 | 202 |
---|---|---|---|
HSL | 0.94 | 1.00 | 0.84 |
HSV | 338° | 33° | 100° |
CMYK | 0.00 | 0.33 | 0.21 0.00 |
XYZ | 66.6532 | 55.0293 | 62.9858 |
Yxy | 55.0293 | 0.3609 | 0.2980 |
Hunter Lab | 74.1817 | 30.5664 | 1.5856 |
CIE-Lab | 79.0581 | 34.4860 | -2.7511 |
#ffacca color RGB value is (255,172,202).
#ffacca hex color red value is 255, green value is 172 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ffacca hue: 0.94 , saturation: 1.00 and the lightness value of ffacca is 0.84.
The process color (four color CMYK) of #ffacca color hex is 0.00, 0.33, 0.21, 0.00. Web safe color of #ffacca is #ff99cc. Color #ffacca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10101100 | 11001010 |
Octal | 377 | 254 | 312 |
Decimal | 255 | 172 | 202 |
Hex | FF | AC | CA |
Shades of #ffacca
Tints of #ffacca
RGB Percentages of Color #ffacca
CMYK Percentages of Color #ffacca
Complementary Color
#ffacca | #acffe1 |
#ffacca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffacca Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffacca Color CSS Codes
.mybgcolor {background-color:#ffacca; } .myforecolor {color:#ffacca; } .mybordercolor {border:3px solid #ffacca; }
#ffacca Text Font Color
<p style="color:#ffacca">Text here</p>
This sample text font color is #ffacca
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.
#ffacca Background Color
<div style="background-color:#ffacca">
Div content here</div>
This div background color is #ffacca
#ffacca Border Color
<div style="border:3px solid #ffacca">
Div here</div>
This div border color is #ffacca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,172,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffacca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffacca; -webkit-box-shadow: 1px 1px 3px 2px #ffacca; box-shadow: 1px 1px 3px 2px #ffacca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,172,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffacca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffacca; -webkit-box-shadow: 1px 1px 3px 2px #ffacca; box-shadow: 1px 1px 3px 2px #ffacca;">
Div content here</div>
This div box has shadow with color #ffacca
Comments
No comments written yet.
Please login to write comment.