Color Hex Logo

#fdade3 Color Hex

#FDADE3
(253,173,227)
1 Favorites   0 Comments

Color spaces of #fdade3

RGB 253173227
HSL0.890.950.84
HSV320°32°99°
CMYK 0.000.320.10   0.01
XYZ69.316756.315879.8897
Yxy56.31580.33730.2740
Hunter Lab75.043933.5506-10.5879
CIE-Lab79.793237.1576-15.2270

#fdade3 color RGB value is (253,173,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 11100011
Octal 375 255 343
Decimal 253 173 227
Hex FD AD E3

RGB Percentages of Color #fdade3

%38.74
%26.49
%34.76

CMYK Percentages of Color #fdade3

%0
%32
%10
%1

Triadic Colors of #fdade3

#fdade3 #e3fdad #ade3fd

Analogous Colors of #fdade3

#fdade3 #fdadbb #efadfd

Monochromatic Colors of #fdade3

#fdade3

Complementary Color

#fdade3 #adfdc7

#fdade3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdade3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdade3 Color CSS Codes

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

#fdade3 Text Font Color

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

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


#fdade3 Background Color

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

This div background color is #fdade3


#fdade3 Border Color

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

This div border color is #fdade3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdade3


Comments

No comments written yet.

Please login to write comment.