Color Hex Logo

#ffacf3 Color Hex

#FFACF3
(255,172,243)
0 Favorites   0 Comments

Color spaces of #ffacf3

RGB 255172243
HSL0.861.000.84
HSV309°33°100°
CMYK 0.000.330.05   0.00
XYZ72.170257.236192.0379
Yxy57.23610.32590.2585
Hunter Lab75.654537.8836-19.1714
CIE-Lab80.312241.0134-23.0477

#ffacf3 color RGB value is (255,172,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 11110011
Octal 377 254 363
Decimal 255 172 243
Hex FF AC F3

RGB Percentages of Color #ffacf3

%38.06
%25.67
%36.27

CMYK Percentages of Color #ffacf3

%0
%33
%5
%0

Triadic Colors of #ffacf3

#ffacf3 #f3ffac #acf3ff

Analogous Colors of #ffacf3

#ffacf3 #ffacca #e2acff

Monochromatic Colors of #ffacf3

#ffacf3

Complementary Color

#ffacf3 #acffb8

#ffacf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffacf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffacf3 Color CSS Codes

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

#ffacf3 Text Font Color

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

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


#ffacf3 Background Color

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

This div background color is #ffacf3


#ffacf3 Border Color

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

This div border color is #ffacf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffacf3

Related Colors


Comments

No comments written yet.

Please login to write comment.