Color Hex Logo

#ffaba9 Color Hex

#FFABA9
(255,171,169)
0 Favorites   0 Comments

Color spaces of #ffaba9

RGB 255171169
HSL0.001.000.83
HSV34°100°
CMYK 0.000.330.34   0.00
XYZ62.964353.250444.4959
Yxy53.25040.39180.3313
Hunter Lab72.972926.315414.9284
CIE-Lab78.022630.598513.6911

#ffaba9 color RGB value is (255,171,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 10101001
Octal 377 253 251
Decimal 255 171 169
Hex FF AB A9

RGB Percentages of Color #ffaba9

%42.86
%28.74
%28.40

CMYK Percentages of Color #ffaba9

%0
%33
%34
%0

Triadic Colors of #ffaba9

#ffaba9 #a9ffab #aba9ff

Analogous Colors of #ffaba9

#ffaba9 #ffd6a9 #ffa9d2

Monochromatic Colors of #ffaba9

#ffaba9

Complementary Color

#ffaba9 #a9fdff

#ffaba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaba9 Color CSS Codes

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

#ffaba9 Text Font Color

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

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


#ffaba9 Background Color

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

This div background color is #ffaba9


#ffaba9 Border Color

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

This div border color is #ffaba9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaba9

Related Colors

#ffaba9 Color Palettes


Comments

No comments written yet.

Please login to write comment.