Color Hex Logo

#ffacdd Color Hex

#FFACDD
(255,172,221)
0 Favorites   0 Comments

Color spaces of #ffacdd

RGB 255172221
HSL0.901.000.84
HSV325°33°100°
CMYK 0.000.330.13   0.00
XYZ69.043755.985575.5739
Yxy55.98550.34420.2791
Hunter Lab74.823533.7707-7.5082
CIE-Lab79.605637.3748-12.2419

#ffacdd color RGB value is (255,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 11011101
Octal 377 254 335
Decimal 255 172 221
Hex FF AC DD

RGB Percentages of Color #ffacdd

%39.35
%26.54
%34.10

CMYK Percentages of Color #ffacdd

%0
%33
%13
%0

Triadic Colors of #ffacdd

#ffacdd #ddffac #acddff

Analogous Colors of #ffacdd

#ffacdd #ffacb4 #f8acff

Monochromatic Colors of #ffacdd

#ffacdd

Complementary Color

#ffacdd #acffce

#ffacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffacdd Color CSS Codes

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

#ffacdd Text Font Color

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

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


#ffacdd Background Color

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

This div background color is #ffacdd


#ffacdd Border Color

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

This div border color is #ffacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffacdd

Related Colors


Comments

No comments written yet.

Please login to write comment.