Color Hex Logo

#ffac9f Color Hex

#FFAC9F
(255,172,159)
0 Favorites   0 Comments

Color spaces of #ffac9f

RGB 255172159
HSL0.021.000.81
HSV38°100°
CMYK 0.000.330.38   0.00
XYZ62.250553.268339.8017
Yxy53.26830.40080.3430
Hunter Lab72.985124.522318.7564
CIE-Lab78.033128.899719.1235

#ffac9f color RGB value is (255,172,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 10011111
Octal 377 254 237
Decimal 255 172 159
Hex FF AC 9F

RGB Percentages of Color #ffac9f

%43.52
%29.35
%27.13

CMYK Percentages of Color #ffac9f

%0
%33
%38
%0

Triadic Colors of #ffac9f

#ffac9f #9fffac #ac9fff

Analogous Colors of #ffac9f

#ffac9f #ffdc9f #ff9fc2

Monochromatic Colors of #ffac9f

#ffac9f

Complementary Color

#ffac9f #9ff2ff

#ffac9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffac9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffac9f Color CSS Codes

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

#ffac9f Text Font Color

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

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


#ffac9f Background Color

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

This div background color is #ffac9f


#ffac9f Border Color

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

This div border color is #ffac9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffac9f

#ffac9f Color Palettes


Comments

No comments written yet.

Please login to write comment.