Color Hex Logo

#ffaa9f Color Hex

#FFAA9F
(255,170,159)
0 Favorites   0 Comments

Color spaces of #ffaa9f

RGB 255170159
HSL0.021.000.81
HSV38°100°
CMYK 0.000.330.38   0.00
XYZ61.872752.512739.6758
Yxy52.51270.40160.3409
Hunter Lab72.465625.592218.2640
CIE-Lab77.586429.945118.5042

#ffaa9f color RGB value is (255,170,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 10011111
Octal 377 252 237
Decimal 255 170 159
Hex FF AA 9F

RGB Percentages of Color #ffaa9f

%43.66
%29.11
%27.23

CMYK Percentages of Color #ffaa9f

%0
%33
%38
%0

Triadic Colors of #ffaa9f

#ffaa9f #9fffaa #aa9fff

Analogous Colors of #ffaa9f

#ffaa9f #ffda9f #ff9fc4

Monochromatic Colors of #ffaa9f

#ffaa9f

Complementary Color

#ffaa9f #9ff4ff

#ffaa9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaa9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaa9f Color CSS Codes

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

#ffaa9f Text Font Color

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

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


#ffaa9f Background Color

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

This div background color is #ffaa9f


#ffaa9f Border Color

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

This div border color is #ffaa9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaa9f

Related Colors


Comments

No comments written yet.

Please login to write comment.