Color Hex Logo

#ffacdf Color Hex

#FFACDF
(255,172,223)
0 Favorites   0 Comments

Color spaces of #ffacdf

RGB 255172223
HSL0.901.000.84
HSV323°33°100°
CMYK 0.000.330.13   0.00
XYZ69.311856.092876.9859
Yxy56.09280.34250.2772
Hunter Lab74.895134.1266-8.5186
CIE-Lab79.666637.6927-13.2327

#ffacdf color RGB value is (255,172,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 11011111
Octal 377 254 337
Decimal 255 172 223
Hex FF AC DF

RGB Percentages of Color #ffacdf

%39.23
%26.46
%34.31

CMYK Percentages of Color #ffacdf

%0
%33
%13
%0

Triadic Colors of #ffacdf

#ffacdf #dfffac #acdfff

Analogous Colors of #ffacdf

#ffacdf #ffacb6 #f6acff

Monochromatic Colors of #ffacdf

#ffacdf

Complementary Color

#ffacdf #acffcc

#ffacdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffacdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffacdf Color CSS Codes

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

#ffacdf Text Font Color

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

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


#ffacdf Background Color

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

This div background color is #ffacdf


#ffacdf Border Color

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

This div border color is #ffacdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffacdf

Related Colors

#ffacdf Color Palettes


Comments

No comments written yet.

Please login to write comment.