Color Hex Logo

#ffacff Color Hex

#FFACFF
(255,172,255)
1 Favorites   0 Comments

Color spaces of #ffacff

RGB 255172255
HSL0.831.000.84
HSV300°33°100°
CMYK 0.000.330.00   0.00
XYZ74.042557.9850101.8975
Yxy57.98500.31650.2479
Hunter Lab76.147940.3059-26.0356
CIE-Lab80.730543.1217-28.8514

#ffacff color RGB value is (255,172,255).

#ffacff hex color red value is 255, green value is 172 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ffacff hue: 0.83 , saturation: 1.00 and the lightness value of ffacff is 0.84.

The process color (four color CMYK) of #ffacff color hex is 0.00, 0.33, 0.00, 0.00. Web safe color of #ffacff is #ff99ff. Color #ffacff contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 11111111
Octal 377 254 377
Decimal 255 172 255
Hex FF AC FF

RGB Percentages of Color #ffacff

%37.39
%25.22
%37.39

CMYK Percentages of Color #ffacff

%0
%33
%0
%0

Triadic Colors of #ffacff

#ffacff #ffffac #acffff

Analogous Colors of #ffacff

#ffacff #ffacd6 #d6acff

Monochromatic Colors of #ffacff

#ffacff

Complementary Color

#ffacff #acffac

#ffacff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffacff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffacff Color CSS Codes

.mybgcolor {background-color:#ffacff; } 
.myforecolor {color:#ffacff; }
.mybordercolor {border:3px solid #ffacff; }

#ffacff Text Font Color

<p style="color:#ffacff">Text here</p>

This sample text font color is #ffacff
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.


#ffacff Background Color

<div style="background-color:#ffacff">
Div content here</div>

This div background color is #ffacff


#ffacff Border Color

<div style="border:3px solid #ffacff">
Div here</div>

This div border color is #ffacff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,172,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffacff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffacff;
  -webkit-box-shadow: 1px 1px 3px 2px #ffacff;
  box-shadow:         1px 1px 3px 2px #ffacff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,172,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffacff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ffacff;
  -webkit-box-shadow: 1px 1px 3px 2px #ffacff;
  box-shadow:         1px 1px 3px 2px #ffacff;">
Div content here</div>

This div box has shadow with color #ffacff

Related Colors

#ffacff Color Palettes


Comments

No comments written yet.

Please login to write comment.