Color Hex Logo

#ffacda Color Hex

#FFACDA
(255,172,218)
0 Favorites   0 Comments

Color spaces of #ffacda

RGB 255172218
HSL0.911.000.84
HSV327°33°100°
CMYK 0.000.330.15   0.00
XYZ68.647455.827073.4872
Yxy55.82700.34680.2820
Hunter Lab74.717533.2430-6.0115
CIE-Lab79.515336.9025-10.7526

#ffacda color RGB value is (255,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 11011010
Octal 377 254 332
Decimal 255 172 218
Hex FF AC DA

RGB Percentages of Color #ffacda

%39.53
%26.67
%33.80

CMYK Percentages of Color #ffacda

%0
%33
%15
%0

Triadic Colors of #ffacda

#ffacda #daffac #acdaff

Analogous Colors of #ffacda

#ffacda #ffacb1 #fbacff

Monochromatic Colors of #ffacda

#ffacda

Complementary Color

#ffacda #acffd1

#ffacda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffacda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffacda Color CSS Codes

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

#ffacda Text Font Color

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

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


#ffacda Background Color

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

This div background color is #ffacda


#ffacda Border Color

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

This div border color is #ffacda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffacda

#ffacda Color Palettes


Comments

No comments written yet.

Please login to write comment.