Color Hex Logo

#ffab9f Color Hex

#FFAB9F
(255,171,159)
0 Favorites   0 Comments

Color spaces of #ffab9f

RGB 255171159
HSL0.021.000.81
HSV38°100°
CMYK 0.000.330.38   0.00
XYZ62.060952.889039.7385
Yxy52.88900.40120.3419
Hunter Lab72.724825.057418.5100
CIE-Lab77.809429.422818.8135

#ffab9f color RGB value is (255,171,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 10011111
Octal 377 253 237
Decimal 255 171 159
Hex FF AB 9F

RGB Percentages of Color #ffab9f

%43.59
%29.23
%27.18

CMYK Percentages of Color #ffab9f

%0
%33
%38
%0

Triadic Colors of #ffab9f

#ffab9f #9fffab #ab9fff

Analogous Colors of #ffab9f

#ffab9f #ffdb9f #ff9fc3

Monochromatic Colors of #ffab9f

#ffab9f

Complementary Color

#ffab9f #9ff3ff

#ffab9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffab9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffab9f Color CSS Codes

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

#ffab9f Text Font Color

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

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


#ffab9f Background Color

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

This div background color is #ffab9f


#ffab9f Border Color

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

This div border color is #ffab9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,171,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 #ffab9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffab9f

Related Colors

#ffab9f Color Palettes


Comments

No comments written yet.

Please login to write comment.