Color Hex Logo

#ffacad Color Hex

#FFACAD
(255,172,173)
0 Favorites   0 Comments

Color spaces of #ffacad

RGB 255172173
HSL1.001.000.84
HSV359°33°100°
CMYK 0.000.330.32   0.00
XYZ63.535353.782246.5675
Yxy53.78220.38770.3282
Hunter Lab73.336326.305713.6872
CIE-Lab78.334630.567511.9605

#ffacad color RGB value is (255,172,173).

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

The process color (four color CMYK) of #ffacad color hex is 0.00, 0.33, 0.32, 0.00. Web safe color of #ffacad is #ff9999. Color #ffacad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 10101101
Octal 377 254 255
Decimal 255 172 173
Hex FF AC AD

RGB Percentages of Color #ffacad

%42.50
%28.67
%28.83

CMYK Percentages of Color #ffacad

%0
%33
%32
%0

Triadic Colors of #ffacad

#ffacad #adffac #acadff

Analogous Colors of #ffacad

#ffacad #ffd5ac #ffacd7

Monochromatic Colors of #ffacad

#ffacad

Complementary Color

#ffacad #acfffe

#ffacad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffacad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffacad Color CSS Codes

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

#ffacad Text Font Color

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

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


#ffacad Background Color

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

This div background color is #ffacad


#ffacad Border Color

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

This div border color is #ffacad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffacad

Related Colors


Comments

No comments written yet.

Please login to write comment.