Color Hex Logo

#fdace9 Color Hex

#FDACE9
(253,172,233)
0 Favorites   0 Comments

Color spaces of #fdace9

RGB 253172233
HSL0.870.950.83
HSV315°32°99°
CMYK 0.000.320.08   0.01
XYZ69.968556.270984.2644
Yxy56.27090.33240.2673
Hunter Lab75.013935.2197-14.0917
CIE-Lab79.767738.6736-18.5052

#fdace9 color RGB value is (253,172,233).

#fdace9 hex color red value is 253, green value is 172 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #fdace9 hue: 0.87 , saturation: 0.95 and the lightness value of fdace9 is 0.83.

The process color (four color CMYK) of #fdace9 color hex is 0.00, 0.32, 0.08, 0.01. Web safe color of #fdace9 is #ff99ff. Color #fdace9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 11101001
Octal 375 254 351
Decimal 253 172 233
Hex FD AC E9

RGB Percentages of Color #fdace9

%38.45
%26.14
%35.41

CMYK Percentages of Color #fdace9

%0
%32
%8
%1

Triadic Colors of #fdace9

#fdace9 #e9fdac #ace9fd

Analogous Colors of #fdace9

#fdace9 #fdacc1 #e9acfd

Monochromatic Colors of #fdace9

#fdace9

Complementary Color

#fdace9 #acfdc0

#fdace9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdace9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdace9 Color CSS Codes

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

#fdace9 Text Font Color

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

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


#fdace9 Background Color

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

This div background color is #fdace9


#fdace9 Border Color

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

This div border color is #fdace9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdace9


Comments

No comments written yet.

Please login to write comment.