Color Hex Logo

#ffaced Color Hex

#FFACED
(255,172,237)
0 Favorites   0 Comments

Color spaces of #ffaced

RGB 255172237
HSL0.871.000.84
HSV313°33°100°
CMYK 0.000.330.07   0.00
XYZ71.278656.879587.3428
Yxy56.87950.33080.2639
Hunter Lab75.418536.7193-15.8713
CIE-Lab80.111839.9911-20.1214

#ffaced color RGB value is (255,172,237).

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

The process color (four color CMYK) of #ffaced color hex is 0.00, 0.33, 0.07, 0.00. Web safe color of #ffaced is #ff99ff. Color #ffaced contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 11101101
Octal 377 254 355
Decimal 255 172 237
Hex FF AC ED

RGB Percentages of Color #ffaced

%38.40
%25.90
%35.69

CMYK Percentages of Color #ffaced

%0
%33
%7
%0

Triadic Colors of #ffaced

#ffaced #edffac #acedff

Analogous Colors of #ffaced

#ffaced #ffacc4 #e8acff

Monochromatic Colors of #ffaced

#ffaced

Complementary Color

#ffaced #acffbe

#ffaced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaced Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaced Color CSS Codes

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

#ffaced Text Font Color

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

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


#ffaced Background Color

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

This div background color is #ffaced


#ffaced Border Color

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

This div border color is #ffaced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaced

#ffaced Color Palettes


Comments

No comments written yet.

Please login to write comment.