Color Hex Logo

#ffacb8 Color Hex

#FFACB8
(255,172,184)
1 Favorites   0 Comments

Color spaces of #ffacb8

RGB 255172184
HSL0.981.000.84
HSV351°33°100°
CMYK 0.000.330.28   0.00
XYZ64.644354.225752.4069
Yxy54.22570.37740.3166
Hunter Lab73.638127.83229.3511
CIE-Lab78.593231.98186.3542

#ffacb8 color RGB value is (255,172,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 10111000
Octal 377 254 270
Decimal 255 172 184
Hex FF AC B8

RGB Percentages of Color #ffacb8

%41.73
%28.15
%30.11

CMYK Percentages of Color #ffacb8

%0
%33
%28
%0

Triadic Colors of #ffacb8

#ffacb8 #b8ffac #acb8ff

Analogous Colors of #ffacb8

#ffacb8 #ffcaac #fface2

Monochromatic Colors of #ffacb8

#ffacb8

Complementary Color

#ffacb8 #acfff3

#ffacb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffacb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffacb8 Color CSS Codes

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

#ffacb8 Text Font Color

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

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


#ffacb8 Background Color

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

This div background color is #ffacb8


#ffacb8 Border Color

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

This div border color is #ffacb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffacb8

#ffacb8 Color Palettes


Comments

No comments written yet.

Please login to write comment.