Color Hex Logo

#ffaaac Color Hex

#FFAAAC
(255,170,172)
0 Favorites   0 Comments

Color spaces of #ffaaac

RGB 255170172
HSL1.001.000.83
HSV359°33°100°
CMYK 0.000.330.33   0.00
XYZ63.061152.988045.9338
Yxy52.98800.38930.3271
Hunter Lab72.792927.248613.5418
CIE-Lab77.867931.488511.8426

#ffaaac color RGB value is (255,170,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 10101100
Octal 377 252 254
Decimal 255 170 172
Hex FF AA AC

RGB Percentages of Color #ffaaac

%42.71
%28.48
%28.81

CMYK Percentages of Color #ffaaac

%0
%33
%33
%0

Triadic Colors of #ffaaac

#ffaaac #acffaa #aaacff

Analogous Colors of #ffaaac

#ffaaac #ffd3aa #ffaad7

Monochromatic Colors of #ffaaac

#ffaaac

Complementary Color

#ffaaac #aafffd

#ffaaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaaac Color CSS Codes

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

#ffaaac Text Font Color

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

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


#ffaaac Background Color

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

This div background color is #ffaaac


#ffaaac Border Color

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

This div border color is #ffaaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaaac

#ffaaac Color Palettes


Comments

No comments written yet.

Please login to write comment.