Color Hex Logo

#ffabac Color Hex

#FFABAC
(255,171,172)
0 Favorites   0 Comments

Color spaces of #ffabac

RGB 255171172
HSL1.001.000.84
HSV359°33°100°
CMYK 0.000.330.33   0.00
XYZ63.249353.364445.9965
Yxy53.36440.38900.3282
Hunter Lab73.050926.710513.8037
CIE-Lab78.089730.966112.1566

#ffabac color RGB value is (255,171,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 10101100
Octal 377 253 254
Decimal 255 171 172
Hex FF AB AC

RGB Percentages of Color #ffabac

%42.64
%28.60
%28.76

CMYK Percentages of Color #ffabac

%0
%33
%33
%0

Triadic Colors of #ffabac

#ffabac #acffab #abacff

Analogous Colors of #ffabac

#ffabac #ffd4ab #ffabd6

Monochromatic Colors of #ffabac

#ffabac

Complementary Color

#ffabac #abfffe

#ffabac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffabac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffabac Color CSS Codes

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

#ffabac Text Font Color

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

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


#ffabac Background Color

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

This div background color is #ffabac


#ffabac Border Color

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

This div border color is #ffabac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffabac

Related Colors


Comments

No comments written yet.

Please login to write comment.