Color Hex Logo

#ffaa9a Color Hex

#FFAA9A
(255,170,154)
0 Favorites   0 Comments

Color spaces of #ffaa9a

RGB 255170154
HSL0.031.000.80
HSV10°40°100°
CMYK 0.000.330.40   0.00
XYZ61.447552.342537.4363
Yxy52.34250.40630.3461
Hunter Lab72.348124.996419.9643
CIE-Lab77.485229.386521.0697

#ffaa9a color RGB value is (255,170,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 10011010
Octal 377 252 232
Decimal 255 170 154
Hex FF AA 9A

RGB Percentages of Color #ffaa9a

%44.04
%29.36
%26.60

CMYK Percentages of Color #ffaa9a

%0
%33
%40
%0

Triadic Colors of #ffaa9a

#ffaa9a #9affaa #aa9aff

Analogous Colors of #ffaa9a

#ffaa9a #ffdd9a #ff9abd

Monochromatic Colors of #ffaa9a

#ffaa9a

Complementary Color

#ffaa9a #9aefff

#ffaa9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaa9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaa9a Color CSS Codes

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

#ffaa9a Text Font Color

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

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


#ffaa9a Background Color

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

This div background color is #ffaa9a


#ffaa9a Border Color

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

This div border color is #ffaa9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaa9a

#ffaa9a Color Palettes


Comments

No comments written yet.

Please login to write comment.