Color Hex Logo

#ffacd9 Color Hex

#FFACD9
(255,172,217)
3 Favorites   0 Comments

Color spaces of #ffacd9

RGB 255172217
HSL0.911.000.84
HSV327°33°100°
CMYK 0.000.330.15   0.00
XYZ68.516955.774872.8000
Yxy55.77480.34760.2830
Hunter Lab74.682533.0690-5.5177
CIE-Lab79.485536.7464-10.2553

#ffacd9 color RGB value is (255,172,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 11011001
Octal 377 254 331
Decimal 255 172 217
Hex FF AC D9

RGB Percentages of Color #ffacd9

%39.60
%26.71
%33.70

CMYK Percentages of Color #ffacd9

%0
%33
%15
%0

Triadic Colors of #ffacd9

#ffacd9 #d9ffac #acd9ff

Analogous Colors of #ffacd9

#ffacd9 #ffacb0 #fcacff

Monochromatic Colors of #ffacd9

#ffacd9

Complementary Color

#ffacd9 #acffd2

#ffacd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffacd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffacd9 Color CSS Codes

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

#ffacd9 Text Font Color

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

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


#ffacd9 Background Color

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

This div background color is #ffacd9


#ffacd9 Border Color

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

This div border color is #ffacd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffacd9

#ffacd9 Color Palettes


Comments

No comments written yet.

Please login to write comment.