Color Hex Logo

#ffacfe Color Hex

#FFACFE
(255,172,254)
0 Favorites   0 Comments

Color spaces of #ffacfe

RGB 255172254
HSL0.841.000.84
HSV301°33°100°
CMYK 0.000.330.00   0.00
XYZ73.881957.9208101.0518
Yxy57.92080.31730.2487
Hunter Lab76.105740.0992-25.4502
CIE-Lab80.694742.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

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

RGB Percentages of Color #ffacfe

%37.44
%25.26
%37.30

CMYK Percentages of Color #ffacfe

%0
%33
%0
%0

Triadic Colors of #ffacfe

#ffacfe #feffac #acfeff

Analogous Colors of #ffacfe

#ffacfe #ffacd5 #d7acff

Monochromatic Colors of #ffacfe

#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

Related Colors

#ffacfe Color Palettes


Comments

No comments written yet.

Please login to write comment.