Color Hex Logo

#ffacce Color Hex

#FFACCE
(255,172,206)
0 Favorites   0 Comments

Color spaces of #ffacce

RGB 255172206
HSL0.931.000.84
HSV335°33°100°
CMYK 0.000.330.19   0.00
XYZ67.133155.221365.5130
Yxy55.22130.35730.2939
Hunter Lab74.311031.2138-0.2527
CIE-Lab79.168635.0736-4.7603

#ffacce color RGB value is (255,172,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 11001110
Octal 377 254 316
Decimal 255 172 206
Hex FF AC CE

RGB Percentages of Color #ffacce

%40.28
%27.17
%32.54

CMYK Percentages of Color #ffacce

%0
%33
%19
%0

Triadic Colors of #ffacce

#ffacce #ceffac #acceff

Analogous Colors of #ffacce

#ffacce #ffb4ac #ffacf8

Monochromatic Colors of #ffacce

#ffacce

Complementary Color

#ffacce #acffdd

#ffacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffacce Color CSS Codes

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

#ffacce Text Font Color

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

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


#ffacce Background Color

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

This div background color is #ffacce


#ffacce Border Color

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

This div border color is #ffacce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffacce

Related Colors

#ffacce Color Palettes


Comments

No comments written yet.

Please login to write comment.