Color Hex Logo

#ffaaba Color Hex

#FFAABA
(255,170,186)
0 Favorites   0 Comments

Color spaces of #ffaaba

RGB 255170186
HSL0.971.000.83
HSV349°33°100°
CMYK 0.000.330.27   0.00
XYZ64.477753.554653.3931
Yxy53.55460.37610.3124
Hunter Lab73.181029.20457.9685
CIE-Lab78.201333.29284.7015

#ffaaba color RGB value is (255,170,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 10111010
Octal 377 252 272
Decimal 255 170 186
Hex FF AA BA

RGB Percentages of Color #ffaaba

%41.73
%27.82
%30.44

CMYK Percentages of Color #ffaaba

%0
%33
%27
%0

Triadic Colors of #ffaaba

#ffaaba #baffaa #aabaff

Analogous Colors of #ffaaba

#ffaaba #ffc5aa #ffaae5

Monochromatic Colors of #ffaaba

#ffaaba

Complementary Color

#ffaaba #aaffef

#ffaaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaaba Color CSS Codes

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

#ffaaba Text Font Color

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

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


#ffaaba Background Color

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

This div background color is #ffaaba


#ffaaba Border Color

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

This div border color is #ffaaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaaba

Related Colors

#ffaaba Color Palettes


Comments

No comments written yet.

Please login to write comment.