Color Hex Logo

#ffacd8 Color Hex

#FFACD8
(255,172,216)
0 Favorites   0 Comments

Color spaces of #ffacd8

RGB 255172216
HSL0.911.000.84
HSV328°33°100°
CMYK 0.000.330.15   0.00
XYZ68.387255.722972.1169
Yxy55.72290.34850.2840
Hunter Lab74.647832.8959-5.0264
CIE-Lab79.455936.5910-9.7577

#ffacd8 color RGB value is (255,172,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 11011000
Octal 377 254 330
Decimal 255 172 216
Hex FF AC D8

RGB Percentages of Color #ffacd8

%39.66
%26.75
%33.59

CMYK Percentages of Color #ffacd8

%0
%33
%15
%0

Triadic Colors of #ffacd8

#ffacd8 #d8ffac #acd8ff

Analogous Colors of #ffacd8

#ffacd8 #ffacaf #fdacff

Monochromatic Colors of #ffacd8

#ffacd8

Complementary Color

#ffacd8 #acffd3

#ffacd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffacd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffacd8 Color CSS Codes

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

#ffacd8 Text Font Color

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

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


#ffacd8 Background Color

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

This div background color is #ffacd8


#ffacd8 Border Color

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

This div border color is #ffacd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffacd8

Related Colors

#ffacd8 Color Palettes


Comments

No comments written yet.

Please login to write comment.