Color Hex Logo

#ffacbd Color Hex

#FFACBD
(255,172,189)
0 Favorites   0 Comments

Color spaces of #ffacbd

RGB 255172189
HSL0.971.000.84
HSV348°33°100°
CMYK 0.000.330.26   0.00
XYZ65.177854.439255.2167
Yxy54.43920.37280.3114
Hunter Lab73.782928.56197.2774
CIE-Lab78.717132.65373.8154

#ffacbd color RGB value is (255,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 10111101
Octal 377 254 275
Decimal 255 172 189
Hex FF AC BD

RGB Percentages of Color #ffacbd

%41.40
%27.92
%30.68

CMYK Percentages of Color #ffacbd

%0
%33
%26
%0

Triadic Colors of #ffacbd

#ffacbd #bdffac #acbdff

Analogous Colors of #ffacbd

#ffacbd #ffc5ac #fface7

Monochromatic Colors of #ffacbd

#ffacbd

Complementary Color

#ffacbd #acffee

#ffacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffacbd Color CSS Codes

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

#ffacbd Text Font Color

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

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


#ffacbd Background Color

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

This div background color is #ffacbd


#ffacbd Border Color

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

This div border color is #ffacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffacbd

Related Colors


Comments

No comments written yet.

Please login to write comment.