Color Hex Logo

#ffacbf Color Hex

#FFACBF
(255,172,191)
0 Favorites   0 Comments

Color spaces of #ffacbf

RGB 255172191
HSL0.961.000.84
HSV346°33°100°
CMYK 0.000.330.25   0.00
XYZ65.396554.526656.3681
Yxy54.52660.37100.3093
Hunter Lab73.842128.86056.4299
CIE-Lab78.767832.92802.8018

#ffacbf color RGB value is (255,172,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 10111111
Octal 377 254 277
Decimal 255 172 191
Hex FF AC BF

RGB Percentages of Color #ffacbf

%41.26
%27.83
%30.91

CMYK Percentages of Color #ffacbf

%0
%33
%25
%0

Triadic Colors of #ffacbf

#ffacbf #bfffac #acbfff

Analogous Colors of #ffacbf

#ffacbf #ffc3ac #fface9

Monochromatic Colors of #ffacbf

#ffacbf

Complementary Color

#ffacbf #acffec

#ffacbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffacbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffacbf Color CSS Codes

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

#ffacbf Text Font Color

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

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


#ffacbf Background Color

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

This div background color is #ffacbf


#ffacbf Border Color

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

This div border color is #ffacbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffacbf

Related Colors


Comments

No comments written yet.

Please login to write comment.