Color Hex Logo

#ffacab Color Hex

#FFACAB
(255,172,171)
1 Favorites   0 Comments

Color spaces of #ffacab

RGB 255172171
HSL0.001.000.84
HSV33°100°
CMYK 0.000.330.33   0.00
XYZ63.343253.705345.5557
Yxy53.70530.38960.3303
Hunter Lab73.283926.040314.4421
CIE-Lab78.289630.320312.9823

#ffacab color RGB value is (255,172,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 10101011
Octal 377 254 253
Decimal 255 172 171
Hex FF AC AB

RGB Percentages of Color #ffacab

%42.64
%28.76
%28.60

CMYK Percentages of Color #ffacab

%0
%33
%33
%0

Triadic Colors of #ffacab

#ffacab #abffac #acabff

Analogous Colors of #ffacab

#ffacab #ffd6ab #ffabd4

Monochromatic Colors of #ffacab

#ffacab

Complementary Color

#ffacab #abfeff

#ffacab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffacab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffacab Color CSS Codes

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

#ffacab Text Font Color

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

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


#ffacab Background Color

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

This div background color is #ffacab


#ffacab Border Color

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

This div border color is #ffacab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffacab

#ffacab Color Palettes


Comments

No comments written yet.

Please login to write comment.