Color Hex Logo

#fdade0 Color Hex

#FDADE0
(253,173,224)
0 Favorites   0 Comments

Color spaces of #fdade0

RGB 253173224
HSL0.890.950.84
HSV322°32°99°
CMYK 0.000.320.11   0.01
XYZ68.906156.151677.7276
Yxy56.15160.33980.2769
Hunter Lab74.934433.0050-9.0460
CIE-Lab79.700036.6689-13.7454

#fdade0 color RGB value is (253,173,224).

#fdade0 hex color red value is 253, green value is 173 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #fdade0 hue: 0.89 , saturation: 0.95 and the lightness value of fdade0 is 0.84.

The process color (four color CMYK) of #fdade0 color hex is 0.00, 0.32, 0.11, 0.01. Web safe color of #fdade0 is #ff99cc. Color #fdade0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 11100000
Octal 375 255 340
Decimal 253 173 224
Hex FD AD E0

RGB Percentages of Color #fdade0

%38.92
%26.62
%34.46

CMYK Percentages of Color #fdade0

%0
%32
%11
%1

Triadic Colors of #fdade0

#fdade0 #e0fdad #ade0fd

Analogous Colors of #fdade0

#fdade0 #fdadb8 #f2adfd

Monochromatic Colors of #fdade0

#fdade0

Complementary Color

#fdade0 #adfdca

#fdade0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdade0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdade0 Color CSS Codes

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

#fdade0 Text Font Color

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

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


#fdade0 Background Color

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

This div background color is #fdade0


#fdade0 Border Color

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

This div border color is #fdade0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdade0


Comments

No comments written yet.

Please login to write comment.