Color Hex Logo

#ffaccf Color Hex

#FFACCF
(255,172,207)
0 Favorites   0 Comments

Color spaces of #ffaccf

RGB 255172207
HSL0.931.000.84
HSV335°33°100°
CMYK 0.000.330.19   0.00
XYZ67.255055.270066.1549
Yxy55.27000.35650.2929
Hunter Lab74.343831.3781-0.7186
CIE-Lab79.196535.2224-5.2618

#ffaccf color RGB value is (255,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 11001111
Octal 377 254 317
Decimal 255 172 207
Hex FF AC CF

RGB Percentages of Color #ffaccf

%40.22
%27.13
%32.65

CMYK Percentages of Color #ffaccf

%0
%33
%19
%0

Triadic Colors of #ffaccf

#ffaccf #cfffac #accfff

Analogous Colors of #ffaccf

#ffaccf #ffb3ac #ffacf9

Monochromatic Colors of #ffaccf

#ffaccf

Complementary Color

#ffaccf #acffdc

#ffaccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaccf Color CSS Codes

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

#ffaccf Text Font Color

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

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


#ffaccf Background Color

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

This div background color is #ffaccf


#ffaccf Border Color

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

This div border color is #ffaccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaccf


Comments

No comments written yet.

Please login to write comment.