Color Hex Logo

#fdade5 Color Hex

#FDADE5
(253,173,229)
0 Favorites   0 Comments

Color spaces of #fdade5

RGB 253173229
HSL0.880.950.84
HSV318°32°99°
CMYK 0.000.320.09   0.01
XYZ69.594456.426981.3522
Yxy56.42690.33560.2721
Hunter Lab75.117833.9186-11.6282
CIE-Lab79.856237.4865-16.2125

#fdade5 color RGB value is (253,173,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 11100101
Octal 375 255 345
Decimal 253 173 229
Hex FD AD E5

RGB Percentages of Color #fdade5

%38.63
%26.41
%34.96

CMYK Percentages of Color #fdade5

%0
%32
%9
%1

Triadic Colors of #fdade5

#fdade5 #e5fdad #ade5fd

Analogous Colors of #fdade5

#fdade5 #fdadbd #edadfd

Monochromatic Colors of #fdade5

#fdade5

Complementary Color

#fdade5 #adfdc5

#fdade5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdade5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdade5 Color CSS Codes

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

#fdade5 Text Font Color

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

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


#fdade5 Background Color

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

This div background color is #fdade5


#fdade5 Border Color

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

This div border color is #fdade5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdade5


Comments

No comments written yet.

Please login to write comment.