Color Hex Logo

#ffaace Color Hex

#FFAACE
(255,170,206)
1 Favorites   0 Comments

Color spaces of #ffaace

RGB 255170206
HSL0.931.000.83
HSV335°33°100°
CMYK 0.000.330.19   0.00
XYZ66.755354.465765.3871
Yxy54.46570.35770.2919
Hunter Lab73.800932.3075-0.8699
CIE-Lab78.732536.1164-5.4039

#ffaace color RGB value is (255,170,206).

#ffaace hex color red value is 255, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ffaace hue: 0.93 , saturation: 1.00 and the lightness value of ffaace is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 11001110
Octal 377 252 316
Decimal 255 170 206
Hex FF AA CE

RGB Percentages of Color #ffaace

%40.41
%26.94
%32.65

CMYK Percentages of Color #ffaace

%0
%33
%19
%0

Triadic Colors of #ffaace

#ffaace #ceffaa #aaceff

Analogous Colors of #ffaace

#ffaace #ffb1aa #ffaaf9

Monochromatic Colors of #ffaace

#ffaace

Complementary Color

#ffaace #aaffdb

#ffaace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaace Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaace Color CSS Codes

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

#ffaace Text Font Color

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

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


#ffaace Background Color

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

This div background color is #ffaace


#ffaace Border Color

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

This div border color is #ffaace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaace

Related Colors


Comments

No comments written yet.

Please login to write comment.