Color Hex Logo

#ffacbb Color Hex

#FFACBB
(255,172,187)
1 Favorites   0 Comments

Color spaces of #ffacbb

RGB 255172187
HSL0.971.000.84
HSV349°33°100°
CMYK 0.000.330.27   0.00
XYZ64.962254.352954.0810
Yxy54.35290.37460.3135
Hunter Lab73.724428.26748.1146
CIE-Lab78.667132.38294.8301

#ffacbb color RGB value is (255,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 10111011
Octal 377 254 273
Decimal 255 172 187
Hex FF AC BB

RGB Percentages of Color #ffacbb

%41.53
%28.01
%30.46

CMYK Percentages of Color #ffacbb

%0
%33
%27
%0

Triadic Colors of #ffacbb

#ffacbb #bbffac #acbbff

Analogous Colors of #ffacbb

#ffacbb #ffc7ac #fface5

Monochromatic Colors of #ffacbb

#ffacbb

Complementary Color

#ffacbb #acfff0

#ffacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffacbb Color CSS Codes

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

#ffacbb Text Font Color

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

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


#ffacbb Background Color

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

This div background color is #ffacbb


#ffacbb Border Color

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

This div border color is #ffacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffacbb

#ffacbb Color Palettes


Comments

No comments written yet.

Please login to write comment.