Color Hex Logo

#ffa8aa Color Hex

#FFA8AA
(255,168,170)
0 Favorites   0 Comments

Color spaces of #ffa8aa

RGB 255168170
HSL1.001.000.83
HSV359°34°100°
CMYK 0.000.340.33   0.00
XYZ62.498352.167544.8055
Yxy52.16750.39190.3271
Hunter Lab72.227128.059213.7789
CIE-Lab77.380932.286612.2412

#ffa8aa color RGB value is (255,168,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101000 10101010
Octal 377 250 252
Decimal 255 168 170
Hex FF A8 AA

RGB Percentages of Color #ffa8aa

%43.00
%28.33
%28.67

CMYK Percentages of Color #ffa8aa

%0
%34
%33
%0

Triadic Colors of #ffa8aa

#ffa8aa #aaffa8 #a8aaff

Analogous Colors of #ffa8aa

#ffa8aa #ffd2a8 #ffa8d6

Monochromatic Colors of #ffa8aa

#ffa8aa

Complementary Color

#ffa8aa #a8fffd

#ffa8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa8aa Color CSS Codes

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

#ffa8aa Text Font Color

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

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


#ffa8aa Background Color

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

This div background color is #ffa8aa


#ffa8aa Border Color

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

This div border color is #ffa8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa8aa


Comments

No comments written yet.

Please login to write comment.