Color Hex Logo

#ffacae Color Hex

#FFACAE
(255,172,174)
0 Favorites   0 Comments

Color spaces of #ffacae

RGB 255172174
HSL1.001.000.84
HSV359°33°100°
CMYK 0.000.330.32   0.00
XYZ63.632553.821047.0791
Yxy53.82100.38670.3271
Hunter Lab73.362826.440213.3058
CIE-Lab78.357230.692511.4498

#ffacae color RGB value is (255,172,174).

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

The process color (four color CMYK) of #ffacae color hex is 0.00, 0.33, 0.32, 0.00. Web safe color of #ffacae is #ff9999. Color #ffacae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 10101110
Octal 377 254 256
Decimal 255 172 174
Hex FF AC AE

RGB Percentages of Color #ffacae

%42.43
%28.62
%28.95

CMYK Percentages of Color #ffacae

%0
%33
%32
%0

Triadic Colors of #ffacae

#ffacae #aeffac #acaeff

Analogous Colors of #ffacae

#ffacae #ffd4ac #ffacd8

Monochromatic Colors of #ffacae

#ffacae

Complementary Color

#ffacae #acfffd

#ffacae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffacae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffacae Color CSS Codes

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

#ffacae Text Font Color

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

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


#ffacae Background Color

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

This div background color is #ffacae


#ffacae Border Color

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

This div border color is #ffacae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffacae

#ffacae Color Palettes


Comments

No comments written yet.

Please login to write comment.