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